hanchenye-llvm-project/clang/CodeGen
Anders Carlsson d5f857f2e5 Fix an incorrect assertion.
llvm-svn: 42951
2007-10-13 05:52:34 +00:00
..
CGBuiltin.cpp Generate code for va_start and va_end. 2007-10-12 23:56:29 +00:00
CGDecl.cpp Rename FileVariable -> FileVar for consistency with its class name, 2007-10-08 21:37:32 +00:00
CGExpr.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
CGExprAgg.cpp Use LLVMFoldingBuilder 2007-10-09 19:49:58 +00:00
CGExprComplex.cpp Use LLVMFoldingBuilder 2007-10-09 19:49:58 +00:00
CGExprScalar.cpp Fix an incorrect assertion. 2007-10-13 05:52:34 +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 Generate code for va_start and va_end. 2007-10-12 23:56:29 +00:00
CodeGenFunction.h Use LLVMFoldingBuilder 2007-10-09 19:49:58 +00:00
CodeGenModule.cpp Phase 2 of making the Decl class more lightweight... 2007-09-13 21:41:19 +00:00
CodeGenModule.h Phase 2 of making the Decl class more lightweight... 2007-09-13 21:41:19 +00:00
CodeGenTypes.cpp Added a new class for Interfaces qualified by protocol list. 2007-10-08 23:06:41 +00:00
CodeGenTypes.h Implement code generation for constant CFStrings. 2007-08-21 00:21:21 +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