clang-1/CodeGen
Devang Patel 2c30d8fee8 Recognize while(1) and avoid extra blocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42811 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-09 20:51:27 +00:00
..
CGBuiltin.cpp When dumping out errors about unsupported stuff, emit loc info. 2007-09-13 01:17: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 Use LLVMFoldingBuilder 2007-10-09 19:49:58 +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 Code gen case statement ranges. 2007-10-08 20:57:48 +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 Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
ModuleBuilder.cpp In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00