llvm-project/clang/CodeGen
Devang Patel 75ef2f0b45 Take 2.
Make target info available to clang code generator.  This is far from complete but this helps clang codegen module make progress.

At the moment target triplet and target description strings are hard coded in clang::TargetInfo

llvm-svn: 43572
2007-10-31 20:01:01 +00:00
..
CGBuiltin.cpp Generate code for __builtin_classify_type. 2007-10-29 02:59:40 +00:00
CGDecl.cpp Code gen static initializer. 2007-10-26 17:50:58 +00:00
CGExpr.cpp __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. 2007-10-30 22:53:42 +00:00
CGExprAgg.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CGExprComplex.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CGExprScalar.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CodeGenFunction.cpp Constify methods and reuse RecordOrganizer object. 2007-10-24 00:56:23 +00:00
CodeGenFunction.h Constify methods and reuse RecordOrganizer object. 2007-10-24 00:56:23 +00:00
CodeGenModule.cpp Take 2. 2007-10-31 20:01:01 +00:00
CodeGenModule.h Take 2. 2007-10-31 20:01:01 +00:00
CodeGenTypes.cpp Take 2. 2007-10-31 20:01:01 +00:00
CodeGenTypes.h Take 2. 2007-10-31 20:01:01 +00:00
Makefile Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore 2007-05-24 06:29:05 +00:00
ModuleBuilder.cpp Take 2. 2007-10-31 20:01:01 +00:00