llvm-project/clang/lib/CodeGen
Eli Friedman 5e2281ede8 Implementation of __builtin_ctlz.
llvm-svn: 51595
2008-05-27 15:32:46 +00:00
..
CGBuiltin.cpp Implementation of __builtin_ctlz. 2008-05-27 15:32:46 +00:00
CGDebugInfo.cpp Generate subprogram debug info with -g. 2008-05-25 05:15:42 +00:00
CGDebugInfo.h Generate subprogram debug info with -g. 2008-05-25 05:15:42 +00:00
CGDecl.cpp Change uses of llvm::Type::isFirstClassType to use the new 2008-05-22 22:12:56 +00:00
CGExpr.cpp Change uses of llvm::Type::isFirstClassType to use the new 2008-05-22 22:12:56 +00:00
CGExprAgg.cpp Emit memmove, not memcpy, for structure copies; this is unfortunately 2008-05-26 12:59:39 +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 Fix for PR2001. I'm not really fond of it, but it is correct (unless 2008-05-25 14:13:57 +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 Generate subprogram debug info with -g. 2008-05-25 05:15:42 +00:00
CodeGenFunction.cpp Generate subprogram debug info with -g. 2008-05-25 05:15:42 +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 The cache is working again; re-enable it. 2008-05-27 08:43:22 +00:00
CodeGenModule.h Emit memmove, not memcpy, for structure copies; this is unfortunately 2008-05-26 12:59:39 +00:00
CodeGenTypes.cpp Generalize the float type generation code, and specifically fix the 2008-05-27 04:20:05 +00:00
CodeGenTypes.h
Makefile
ModuleBuilder.cpp Stop leaking the target data. (Leak found with valgrind.) 2008-05-27 04:22:24 +00:00