llvm-project/clang/lib/CodeGen
Eli Friedman 9a5ffcb14e Remove an unnecessary/buggy if check. Ran into this with some other
changes in my tree, so I don't have a testcase which affects trunk.

llvm-svn: 51371
2008-05-21 13:24:44 +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 Remove an unnecessary/buggy if check. Ran into this with some other 2008-05-21 13:24:44 +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 Emit basic block for switch body; fixes PR2307. 2008-05-12 16:08:04 +00:00
CodeGenFunction.cpp remove a stray printout 2008-05-06 00:44:00 +00:00
CodeGenFunction.h Add codegen support for block-level compound literals. 2008-05-13 23:18:27 +00:00
CodeGenModule.cpp Disable the function address cache; this doesn't have any ill effects, 2008-05-20 09:21:07 +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