llvm-project/clang/lib/CodeGen
Daniel Dunbar 74aa7e1eae Support constructor and destructor attributes in CodeGen
- There is an miscompilation issue remaining due to a poor
   interaction between the delayed emission of static functions and
   the emission of constructors, but that already existed prior to
   this change.

llvm-svn: 54258
2008-08-01 00:01:51 +00:00
..
CGBuiltin.cpp Updated to match new atomic names (to enable overloading for pointers to 2008-07-31 03:28:23 +00:00
CGDebugInfo.cpp Remove removed header. 2008-07-03 22:54:30 +00:00
CGDebugInfo.h Generate debug descriptors for array types while generating the debug info. 2008-06-09 10:47:41 +00:00
CGDecl.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExpr.cpp Fix a regression I introduced in r54107: 2008-07-31 04:58:58 +00:00
CGExprAgg.cpp Fix implicit initialization of structures. 2008-07-30 21:00:24 +00:00
CGExprComplex.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGExprConstant.cpp Rework codegen emission of globals 2008-07-29 23:18:29 +00:00
CGExprScalar.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGObjC.cpp avoid a lot of unneeded selector processing work by passing around 2008-06-26 04:42:20 +00:00
CGObjCGNU.cpp don't pass in null as the Name for GenerateClassStructure, 2008-07-21 06:31:05 +00:00
CGObjCRuntime.h refactor more objc codegen interfaces to pass around selectors so 2008-06-26 05:08:00 +00:00
CGStmt.cpp implement codegen support for labels at the end of stmtexprs. 2008-07-26 20:23:23 +00:00
CodeGenFunction.cpp Rework codegen emission of globals 2008-07-29 23:18:29 +00:00
CodeGenFunction.h Rework codegen emission of globals 2008-07-29 23:18:29 +00:00
CodeGenModule.cpp Support constructor and destructor attributes in CodeGen 2008-08-01 00:01:51 +00:00
CodeGenModule.h Support constructor and destructor attributes in CodeGen 2008-08-01 00:01:51 +00:00
CodeGenTypes.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CodeGenTypes.h Make a few related changes: 2008-06-30 18:32:54 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ModuleBuilder.cpp Rework codegen emission of globals 2008-07-29 23:18:29 +00:00