Displaying 20 results from an estimated 24 matches for "20111202".
Did you mean:
20111206
2011 Dec 02
3
[LLVMdev] llvm-gcc
...another problem too. my program contains some C file , that main function use those, but i don't know how create bc file with regard to other file.
tanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/98aa59ff/attachment.html>
2011 Dec 02
0
[LLVMdev] llvm-gcc
...ours truly,
Zhang Zuyu(张祖羽)
-----------------------------------------------------------
College of Computer Science and Technology, Harbin Engineering University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/1c3c9dc3/attachment.html>
2011 Dec 01
1
[LLVMdev] [PATCH] Segmented stacks (again)
...Das
http://playingwithpointers.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-a-bug-in-the-x86-32-code-generated-for-segmented.patch
Type: text/x-diff
Size: 2714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/6024989f/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Check-for-stack-space-more-intelligently.patch
Type: text/x-diff
Size: 4208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/6024989...
2011 Dec 02
0
[LLVMdev] RFC: Machine Instruction Bundle
...ign a bundled MI* to a MachineBasicBlock::iterator? Does it rewind to the bundle header? There is a lot of code that treats the two as almost equivalent.
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/62ce9fd3/attachment.html>
2011 Dec 02
2
Missing sources in CentOS 6.0
Hello everyone,
In the 6.0 release, I have found a gap in the provided source under the SRPMS/ directories on the mirrors.
Let's take the 'bash' source as the first example. The version of bash that I find in the binary x86_64 directories is:
http://mirror.centos.org/centos-6/6.0/os/x86_64/Packages/bash-4.1.2-3.el6.x86_64.rpm
One would expect to find the source to that binary at:
2011 Dec 02
0
[LLVMdev] Turning on/off instruction extensions
...intee
> > Leadership Computing Facility
> > Argonne National Laboratory
> >
>
--
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm_bb_vectorize-20111202.diff
Type: text/x-patch
Size: 98583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/8647a76e/attachment.bin>
2011 Dec 02
1
[LLVMdev] Running a pass during JIT
...ve also tried to use lli -load=<path to the
.so file of my pass>. But that won't help either.
Anyway, is there a way do to that?
Sincerely,
Schuhmacher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/55e9a402/attachment.html>
2011 Dec 02
0
[LLVMdev] Error: Type constraint application shouldn't fail!
...-tblgen 0x08184519
10 llvm-tblgen 0x081760e5
11 libc.so.6 0x401a1bd6 __libc_start_main + 230
12 llvm-tblgen 0x0804cb51
Any clue where it may come from ?
Ivan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/3d9cb7c1/attachment.html>
2011 Dec 02
1
[LLVMdev] llvm-gcc
I want to pass a input file to foo.c that contains a picture. how can do it?
llvm-gcc -emit-llvm -c foo.c -o foo.bc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/43aec39e/attachment.html>
2011 Dec 03
0
[LLVMdev] Releasing Module memory
...Blocks, Instructions, Values that are attached to the Module.
What should I do to free up all the memory used while creating that Module?
Regards,
Michael Smith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/acf826a2/attachment.html>
2011 Dec 02
0
CentOS-4 End Of Life 3 Month Notice
.../Documentation?action=show
Thanks,
Johnny Hughes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20111202/c2cfdfbc/attachment-0005.sig>
2011 Dec 02
1
CART with rpart
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20111202/b4d64bba/attachment.pl>
2011 Dec 02
1
Where to download sample video file for Asterisk 1.8x playback?
...k to
a file or maybe point me a universal convertor (open-source or linux based
software) that can convert my videos to Asterisk readable format.
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111202/cc88d64d/attachment.htm>
2011 Dec 02
2
Sweave problem on Mac OS when using umlauts and summary()
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111202/d63d9021/attachment.pl>
2011 Aug 23
0
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi Bill,
I don't think it's dead code, per se -- AFAIK there are still clients of
LLVM which use the shadow stack as part of their garbage collection
implementation. HLVM is probably the most visible such project.
My own project now has its own GC plugin to emit stack maps, rather than
relying on the shadow stack. But for what it's worth, I found the shadow
stack to be a useful
2011 Dec 02
3
[LLVMdev] Turning on/off instruction extensions
I applied the patch to the trunk version successfully, although I get an error in between:
1 out of 1 hunk FAILED -- saving rejects to file lib/Transforms/IPO/CMakeLists.txt.rej
Can I ignore the error? The patch exits normally except for that error.
Also, I tried to apply the patch to the LLVM 3.0 but does not work at all. Is the trunk version the only one where the patch can be applied?
2011 Aug 21
4
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi,
I've been looking at all of the uses of the 'unwind' instruction, and ShadowStackGC.cpp is the last pass which actually creates 'unwind' instructions. The thing is, this pass seems to be dead. It hasn't been updated in any meaningful way since ~79000.
Should this pass go the way of the dodo?
-bw
-------------- next part --------------
A non-text attachment was
2011 Dec 02
2
[LLVMdev] LLVM 3.0 - Windows - auto-importing issue with llvm::CallInst
...of it without
having to rely on the -enable-auto-import argument?
Cheers, Alan.
PS: everything works is fine on Linux x86/x64 and Mac OS X. Brilliant! J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/9bcefff6/attachment.html>
2011 Dec 02
0
CentOS-announce Digest, Vol 82, Issue 1
...org/Documentation?action=show
Thanks,
Johnny Hughes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://lists.centos.org/pipermail/centos-announce/attachments/20111202/c2cfdfbc/attachment-0001.bin
------------------------------
_______________________________________________
CentOS-announce mailing list
CentOS-announce at centos.org
http://lists.centos.org/mailman/listinfo/centos-announce
End of CentOS-announce Digest, Vol 82, Issue 1
***********************...
2011 Dec 02
0
[LLVMdev] RFC: Machine Instruction Bundle
...d also like to see a target
independent interface for pre-scheduling optimizations that form instruction
sequences (e.g. macro-fusion). Patches welcome!
Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/ba05a962/attachment.html>