7
votes
3answers
981 views

GCC vs clang/LLVM — pros and cons of each

What are the pros and cons of GCC vs clang/LLVM?
1
vote
5answers
3k views

How to write a very basic compiler [duplicate]

Possible Duplicate: Best Online resources to learn about Compilers? What would be the best way to learn about compilers, and executable formats? Advanced compilers like gcc compile codes ...
1
vote
2answers
208 views

GCC: assembly listing for IA64 without an Itanium machine

I need to try the following thing: I would like to compile some simple C code samples and see the assembly listing generated by GCC for IA64 architecture, i.e. I just want to run GCC with the -S ...