llvm-project/clang/CodeGen
Devang Patel f5bda316c5 Use
+  llvm::DenseMap<Type *, llvm::PATypeHolder> TypeHolderMap;
instead of
-  llvm::DenseMap<Type *, llvm::PATypeHolder *> TypeHolderMap;

llvm-svn: 43514
2007-10-30 20:46:47 +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 Codegen union member references. 2007-10-26 19:42:18 +00:00
CGExprAgg.cpp Insetead of assert() just emit an error message for 2007-10-29 16:56:27 +00:00
CGExprComplex.cpp Add a new ChooseExpr::isConditionTrue method to unify 2007-10-25 00:29:32 +00:00
CGExprScalar.cpp Remove commented out line. 2007-10-30 18:31:12 +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 Use 2007-10-30 20:46:47 +00:00
CodeGenTypes.h Use 2007-10-30 20:46:47 +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