llvm-project/clang/CodeGen
Devang Patel 64a9ca7c58 Support case statement ranges.
llvm-svn: 42648
2007-10-05 20:54:07 +00:00
..
CGBuiltin.cpp When dumping out errors about unsupported stuff, emit loc info. 2007-09-13 01:17:29 +00:00
CGDecl.cpp be slightly more volatile correct 2007-08-26 16:22:13 +00:00
CGExpr.cpp fix some warnings, patch by Justin Handville 2007-09-16 19:23:47 +00:00
CGExprAgg.cpp When dumping out errors about unsupported stuff, emit loc info. 2007-09-13 01:17:29 +00:00
CGExprComplex.cpp update to match llvm mainline api 2007-09-13 06:19:18 +00:00
CGExprScalar.cpp further apfloat'ize the front-end, allowing codegen to pass 2007-09-22 18:47:25 +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 Support case statement ranges. 2007-10-05 20:54:07 +00:00
CodeGenFunction.cpp switch statement code gen. 2007-10-04 23:45:31 +00:00
CodeGenFunction.h switch statement code gen. 2007-10-04 23:45:31 +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 fix some warnings, patch by Justin Handville 2007-09-16 19:23:47 +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