Top "Llvm-gcc" questions

llvm-gcc is a modified version of gcc that compiles C/ObjC programs into native objects, LLVM bitcode or LLVM assembly language, depending upon the options.

Difference between LLVM, GCC 4.2 and Apple LLVM compiler 3.1

What are the major differences between LLVM GCC 4.2 and Apple LLVM compiler 3.1? I'm fairly new to compilers so any help …

ios compiler-construction llvm llvm-gcc
Compiling boost::program_options on Mac OS X with g++ 4.8 (Mac Ports)

I'm trying to compile one of the boost::program_options examples, http://svn.boost.org/svn/boost/trunk/libs/program_…

c++ macos gcc boost llvm-gcc
LLVM-GCC ASM to LLVM in XCode

I got the 2 following definition that compile (and work) just fine using XCode LLVM-GCC compiler: #define SAVE_STACK(v)__asm { …

c++ c llvm xcode4.5 llvm-gcc