hanchenye-llvm-project/clang/CodeGen
Chris Lattner fb38f274ff remove some ugly code now that implicit defs are being generated in this case, thanks Steve!
llvm-svn: 41560
2007-08-29 06:38:44 +00:00
..
CGBuiltin.cpp Don't make unknown builtins fatal errors yet. 2007-08-26 04:17:05 +00:00
CGDecl.cpp be slightly more volatile correct 2007-08-26 16:22:13 +00:00
CGExpr.cpp remove some ugly code now that implicit defs are being generated in this case, thanks Steve! 2007-08-29 06:38:44 +00:00
CGExprAgg.cpp move EmitAggregateCopy into AggExprEmitter 2007-08-26 23:13:56 +00:00
CGExprComplex.cpp implement a fixme 2007-08-26 22:47:40 +00:00
CGExprScalar.cpp Implement compound assignment operators whose LHS is scalar but RHS is complex. 2007-08-26 22:37:40 +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 eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. 2007-08-26 22:58:05 +00:00
CodeGenFunction.cpp implement initial codegen for aggregate return functions. This implements 2007-08-10 17:02:28 +00:00
CodeGenFunction.h move EmitAggregateCopy into AggExprEmitter 2007-08-26 23:13:56 +00:00
CodeGenModule.cpp Implement code generation for constant CFStrings. 2007-08-21 00:21:21 +00:00
CodeGenModule.h Implement code generation for constant CFStrings. 2007-08-21 00:21:21 +00:00
CodeGenTypes.cpp Change EnumDecl to store its corresponding integer type 2007-08-28 18:24:31 +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