hanchenye-llvm-project/clang/lib/CodeGen
Eli Friedman c7460b1011 Minor refactoring: compute the return value separately from emitting the
ret.

llvm-svn: 51403
2008-05-22 01:22:33 +00:00
..
CGBuiltin.cpp Add codegen support for stack address intrinsics. 2008-05-20 08:59:34 +00:00
CGDebugInfo.cpp Detabify. 2008-05-13 14:40:48 +00:00
CGDebugInfo.h Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. 2008-05-08 08:54:20 +00:00
CGDecl.cpp Add basic support for the pic-* target triples and add support for 2008-05-08 05:58:21 +00:00
CGExpr.cpp Move getAccessedFieldNo out of lib/AST/Expr.cpp into 2008-05-22 00:50:06 +00:00
CGExprAgg.cpp Implement codegen for comma operator for structs. 2008-05-20 07:56:31 +00:00
CGExprComplex.cpp Add support for init lists for complex variables. 2008-05-13 23:11:35 +00:00
CGExprConstant.cpp Restructure constant structure init codegen so that it's possible to 2008-05-20 00:11:07 +00:00
CGExprScalar.cpp Backout of codegen-based fix to PR2334; this has been fixed differently 2008-05-16 20:38:39 +00:00
CGObjC.cpp The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once 2008-04-09 15:51:31 +00:00
CGObjCEtoile.cpp simplify some builder calls. 2008-05-06 00:56:42 +00:00
CGObjCGNU.cpp simplify some builder calls. 2008-05-06 00:56:42 +00:00
CGObjCRuntime.h update to follow mainline llvm API change. 2008-04-13 07:32:11 +00:00
CGStmt.cpp Minor refactoring: compute the return value separately from emitting the 2008-05-22 01:22:33 +00:00
CodeGenFunction.cpp Move getAccessedFieldNo out of lib/AST/Expr.cpp into 2008-05-22 00:50:06 +00:00
CodeGenFunction.h Make CurFuncDecl more specific; I have some code I'm going to land in a 2008-05-22 01:16:59 +00:00
CodeGenModule.cpp Move getAccessedFieldNo out of lib/AST/Expr.cpp into 2008-05-22 00:50:06 +00:00
CodeGenModule.h Move getAccessedFieldNo out of lib/AST/Expr.cpp into 2008-05-22 00:50:06 +00:00
CodeGenTypes.cpp Begin handling union bitfields. 2008-05-07 22:28:29 +00:00
CodeGenTypes.h Fix PR2081 (problems codegen'ing some recursive structures) patch 2008-04-03 05:50:42 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ModuleBuilder.cpp Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. 2008-05-08 08:54:20 +00:00