llvm-project/clang/CodeGen
Devang Patel 19c2b9a66f Codegen global array initializers.
llvm-svn: 43383
2007-10-26 16:31:40 +00:00
..
CGBuiltin.cpp Generate code for va_start and va_end. 2007-10-12 23:56:29 +00:00
CGDecl.cpp Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. 2007-10-17 00:52:43 +00:00
CGExpr.cpp Handle 2007-10-24 22:26:28 +00:00
CGExprAgg.cpp Use LLVMFoldingBuilder 2007-10-09 19:49:58 +00:00
CGExprComplex.cpp Add a new ChooseExpr::isConditionTrue method to unify 2007-10-25 00:29:32 +00:00
CGExprScalar.cpp Fix "strbuf += stufflen;" crash. 2007-10-25 22:19:13 +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 Recognize while(1) and avoid extra blocks. 2007-10-09 20:51:27 +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 Codegen global array initializers. 2007-10-26 16:31:40 +00:00
CodeGenModule.h Phase 2 of making the Decl class more lightweight... 2007-09-13 21:41:19 +00:00
CodeGenTypes.cpp Cache llvm::Type through PATypeHolder. 2007-10-25 18:32:36 +00:00
CodeGenTypes.h Document ConvertNewType() method and make it a private method. 2007-10-25 21:40:12 +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 In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00