Displaying 3 results from an estimated 3 matches for "69859bfb".
2012 Jun 27
1
[LLVMdev] Creating a new project using LLVM
...___________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120628/69859bfb/attachment.html>
2012 Jun 27
0
[LLVMdev] Creating a new project using LLVM
Hi Z.Wu,
> I was doing some research on LLVM register allocator. I need to test my
> modification of the register allocator by using some test benchmarks.(Say I am
> using the gzip as a test program.) How can I make the whole gzip program using
> LLVM?
to compile C code like gzip, you need to use an LLVM front-end like clang or
dragonegg. Probably you should compile to LLVM bitcode,
2012 Jun 27
2
[LLVMdev] Creating a new project using LLVM
Hello all,
I was doing some research on LLVM register allocator. I need to test my modification of the register allocator by using some test benchmarks.(Say I am using the gzip as a test program.) How can I make the whole gzip program using LLVM?
I read the "LLVM Makefile Guide" documentation but still not clear about how to modify the makefile of the gzip.
Z.Wu
-------------- next