Displaying 3 results from an estimated 3 matches for "98ce794c".
2010 Mar 16
0
[LLVMdev] Help with understanding LLVM
On Mar 15, 2010, at 8:15 PM, kalyan ponnala wrote:
> Hi,
>
> I am trying to understand LLVM. Can an expert tell me how to compare the kaleidoscope implementation with the LLVM's compiler implementation. I mean can anyone tell me about the lexer, parser, codegen related .cpp and .h files inside the LLVM solution project. I would like to understand the LLVM's compiler in the same
2010 Mar 16
1
[LLVMdev] Help with understanding LLVM
...t
> to look at these web pages:
>
> http://clang.llvm.org/
>
> Good luck!
> -bw
>
>
--
Kalyan Ponnala
phone: 8163772059
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100316/98ce794c/attachment.html>
2010 Mar 16
2
[LLVMdev] Help with understanding LLVM
Hi,
I am trying to understand LLVM. Can an expert tell me how to compare the
kaleidoscope implementation with the LLVM's compiler implementation. I mean
can anyone tell me about the lexer, parser, codegen related .cpp and .h
files inside the LLVM solution project. I would like to understand the
LLVM's compiler in the same way that the kaleidoscope compiler is explained.
Thanks a lot.