llvm-project/clang/lib/CodeGen
Mon P Wang b84407d6ec Added support to generate some atomic operators (add, sub, and, or etc..)
llvm-svn: 50919
2008-05-09 22:40:52 +00:00
..
CGBuiltin.cpp Added support to generate some atomic operators (add, sub, and, or etc..) 2008-05-09 22:40:52 +00:00
CGDebugInfo.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
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 Extend vector member references to include {.hi, .lo, .e, .o} which return a 2008-05-09 06:41:27 +00:00
CGExprAgg.cpp simplify some builder calls. 2008-05-06 00:56:42 +00:00
CGExprComplex.cpp use simplified API for making fp constants. 2008-05-04 18:23:51 +00:00
CGExprConstant.cpp use simplified ConstantFP:get method. 2008-04-20 00:45:53 +00:00
CGExprScalar.cpp implement a fixme, add support for ++/-- on long double. 2008-04-20 00:50: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 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
CodeGenFunction.cpp remove a stray printout 2008-05-06 00:44:00 +00:00
CodeGenFunction.h Extend vector member references to include {.hi, .lo, .e, .o} which return a 2008-05-09 06:41:27 +00:00
CodeGenModule.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
CodeGenModule.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
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