search for: ikolus

Displaying 4 results from an estimated 4 matches for "ikolus".

Did you mean: icplus
2013 Dec 14
1
[LLVMdev] bitcode vs native code
On 12/14/2013 04:06 AM, sebald.ziegler.maillist at ikolus.de wrote: > On Friday, December 13, 2013 23:15:45 reed kotler wrote: >> Has anyone done any comparisons of bitcode vs native code (.o) in terms >> of size? >> >> TIA. >> >> Reed >> >> >> _______________________________________________ >&gt...
2013 Dec 14
2
[LLVMdev] bitcode vs native code
Has anyone done any comparisons of bitcode vs native code (.o) in terms of size? TIA. Reed
2013 Dec 14
0
[LLVMdev] bitcode vs native code
On Friday, December 13, 2013 23:15:45 reed kotler wrote: > Has anyone done any comparisons of bitcode vs native code (.o) in terms > of size? > > TIA. > > Reed > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev maybe
2013 Aug 07
1
[LLVMdev] DSA - LocalDataStructures pass does not create DSGraphs
Hallo. I wanted to use the DSA from the poolalloc project as a starting point for static C code analysis (for me it has some benefits to work on LLVM-IR (generated by clang) instead of C code). Currently there is no poolalloc version 3.3. Therefore I wrote a quick patch to make poolalloc 3.2 compile with llvm 3.3 (mostly adaptions to file relocations were necessary). The patch is attached as