search for: 20130515

Displaying 20 results from an estimated 43 matches for "20130515".

Did you mean: 20130115
2013 May 16
5
[LLVMdev] _Znwm is not a builtin
...d be an attribute on a call site (as opposed to on the function itself). What specific kinds of optimizations are we interested in doing to _Znwm calls? -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/d4d044f0/attachment.html>
2013 May 16
4
[LLVMdev] _Znwm is not a builtin
...ptimizing new-expressions. Suggested transition plan: 1) add 'builtin' attribute 2) make Clang use it 3) make _Znwm and friends not be implicitly builtin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/5804e1dd/attachment.html>
2013 May 16
2
[LLVMdev] _Znwm is not a builtin
...obuiltin' How feasible would it be to make the 'builtin-ness' of _Znwm etc be opt-in rather than opt-out? Is there some other option we could pursue? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/ed622357/attachment.html>
2013 May 15
1
Bug#708396: xen-utils-common: network-bridge can't be used to create more than one bridge
...end-config.sxp changed [not included] -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: network-bridge.patch Type: text/x-diff Size: 312 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130515/1235133b/attachment.patch>
2013 May 15
2
[LLVMdev] "This is not a register operand" assertion during code generation with the MCJIT engine for arm
...y/016779.html), but I still have this issue in the current SVN version. I would be very happy if you can offer me some assistance. Jonas P.s: Code is attached. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/397ce068/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile Type: application/octet-stream Size: 598 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/397ce068/attachment.obj> -----------...
2013 May 15
3
Cut offs on outgoing SIP calls
...ms the SIP ACK is not being received properly. I'm using asterisk 1.8.19.0 on Debian 6.0.6 and 1.8.11.1 on Centos 5.9 Elder D. Arohuanca Lima - Peru -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130515/ea647eca/attachment.htm>
2013 May 16
3
[LLVMdev] _Znwm is not a builtin
...om C code or something else weird) can be optimized? If so, using nobuiltin seems perfectly fine to me. It seems like there is no auto-upgrade required. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/51024136/attachment.html>
2013 May 15
1
[LLVMdev] How to report a potential bug for LLVM 3.3rc1 ?
Hi all, I may have found a potential bug for LLVM 3.3 rc1, how/where should I report it ? Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/3b07b889/attachment.html>
2013 May 15
0
[LLVMdev] LNT ClamAV Output
...rd size, endianness, etc). I'm really tempted to comment out that one debug message, but I might be missing something important. Any ideas? cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/15aa37b6/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clamav-out.zip Type: application/zip Size: 11593 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/15aa37b6/attachment.zip>
2013 May 15
2
FLAC currently won't compile for Android [bisected]
...3b1b925b27a7 327ba77b0b795650b24b254104d4639f427a7a5a M src See http://showlabor.blogspot.de on how to set up a build environment for Android. Regards, Felix -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130515/f60913db/attachment.htm
2013 May 15
2
FLAC currently won't compile for Android [bisected]
...id build? This > information would eliminate one of the possibilities. > > Ulrich > Yes, HAVE_SYS_PARAM_H is set in config.h: #define HAVE_SYS_PARAM_H 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130515/380684b2/attachment.htm
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...ver heap memory 2) pool together heap allocations on the same CFG trace 3) promote (sufficiently small and lifetime bounded) heap allocations to stack allocations -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/fde30d99/attachment.html>
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...ute, permitted only on direct calls to 'nobuiltin' functions, which overrides the 'nobuiltin' attribute on the function Would that be preferable? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/2bf3d128/attachment.html>
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...m opt-in instead of opt-out. Doing anything before then would I think be really unfortunate for performance -- this optimization does fire reasonably frequently. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/a3494131/attachment.html>
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...t; > Suggested transition plan: > 1) add 'builtin' attribute > 2) make Clang use it > 3) make _Znwm and friends not be implicitly builtin > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/0305e831/attachment.html>
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...non-conforming variations of those optimizations. But we're also permitted to merge multiple allocations into one if they have sufficiently similar lifetimes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/d5fdc36c/attachment.html>
2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...ething that I'd love to hear more opinions about from others... And if we want to keep 'nobuiltin', or just auto-upgrade to invert things? -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/837026db/attachment.html>
2013 May 15
2
FLAC currently won't compile for Android [bisected]
.../../src/libFLAC/.libs/libFLAC.so: error: undefined reference to 'MAX' collect2: error: ld returned 1 exit status make[3]: *** [flac] Fehler 1 Regards, Felix -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130515/f0d728d9/attachment.htm
2013 May 16
1
[LLVMdev] _Znwm is not a builtin
...e need to compile with -fno-builtin if you have code with custom new operators? (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130408/170888.html) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/80c7ea75/attachment.html>
2011 Mar 13
27
[Bug 35267] New: nouveau fails to load BIOS on EFI boot.
https://bugs.freedesktop.org/show_bug.cgi?id=35267 Summary: nouveau fails to load BIOS on EFI boot. Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org