llvm-project/clang/CodeGen
Chris Lattner 37bd2ecb11 local static vars are globals also. This fixes a testcase
reported by Seo.

llvm-svn: 45156
2007-12-18 08:16:44 +00:00
..
CGBuiltin.cpp introduce a new CodeGenModule::getIntrinsic method, which wraps 2007-12-18 00:25:38 +00:00
CGDecl.cpp Support initalisers for more than just int-typed static variables. 2007-12-02 00:11:25 +00:00
CGExpr.cpp local static vars are globals also. This fixes a testcase 2007-12-18 08:16:44 +00:00
CGExprAgg.cpp Update to use new PointerType::getUnqual() api. 2007-12-17 01:11:20 +00:00
CGExprComplex.cpp Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now 2007-12-11 21:27:55 +00:00
CGExprScalar.cpp Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get rid of our special casing of constants when creating vectors. 2007-12-18 02:45:33 +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 convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CodeGenFunction.cpp Make the insertion point with an explicit new instead of the builder. 2007-12-17 20:50:59 +00:00
CodeGenFunction.h We now support all MMX intrinsics. SSE intrinsics are next. 2007-12-15 21:23:30 +00:00
CodeGenModule.cpp local static vars are globals also. This fixes a testcase 2007-12-18 08:16:44 +00:00
CodeGenModule.h local static vars are globals also. This fixes a testcase 2007-12-18 08:16:44 +00:00
CodeGenTypes.cpp Patch to implemented objective-c's dynamic object pointer qualified with 2007-12-17 21:03:50 +00:00
CodeGenTypes.h Separate access field number is not required. 2007-12-11 01:23:33 +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 Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00