Displaying 3 results from an estimated 3 matches for "91be0d9b".
2005 Jan 16
2
[LLVMdev] LLVM & Incremental Compilation
...casts.
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050116/91be0d9b/attachment.bin>
2005 Jan 16
0
[LLVMdev] LLVM & Incremental Compilation
On Sun, 16 Jan 2005, Tim Macfarlane wrote:
> Hi people!
> I'm looking for a back-end compiler for a language project of mine, LLVM
> looks promising, but I'd like to clear a few things up first:
>
> 1. What relation does LLVM bear with GCC; why would somebody use LLVM
> for a compiler back-end over GCC (aside from the Virtual Machine)? How
> do the goals of GCC and
2005 Jan 16
3
[LLVMdev] LLVM & Incremental Compilation
Hi people!
I'm looking for a back-end compiler for a language project of mine, LLVM
looks promising, but I'd like to clear a few things up first:
1. What relation does LLVM bear with GCC; why would somebody use LLVM
for a compiler back-end over GCC (aside from the Virtual Machine)? How
do the goals of GCC and LLVM differ as compiler toolkits?
2. How conducive to Incremental Compilation