hanchenye-llvm-project/clang/lib/CodeGen
Mon P Wang 553b4b912b Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128
llvm-svn: 56830
2008-09-30 05:31:27 +00:00
..
CGBuiltin.cpp Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 2008-09-30 05:31:27 +00:00
CGCXX.cpp Handle static initializers in Objective-C++ methods. 2008-08-23 19:42:54 +00:00
CGCall.cpp Now Attributes are divided in three groups 2008-09-26 22:53:57 +00:00
CGCall.h Large mechanical patch. 2008-09-25 21:02:23 +00:00
CGDebugInfo.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CGDebugInfo.h Update for IRBuilder template change (update LLVM!) 2008-08-11 16:50:21 +00:00
CGDecl.cpp Add support for ABIArgInfo::Expand 2008-09-17 00:51:38 +00:00
CGExpr.cpp Refactor some CodeGen functionality: 2008-09-24 04:00:38 +00:00
CGExprAgg.cpp Move EmitAggregate{Copy,Clear} into CodeGenFunction. 2008-09-09 20:49:46 +00:00
CGExprComplex.cpp Add Objective-C property setter support. 2008-08-30 05:35:15 +00:00
CGExprConstant.cpp Handle emitting __builtin_huge_valf as a constant expr. 2008-08-25 03:27:15 +00:00
CGExprScalar.cpp Avoid superfluous errors regarding variable-length arrays (casts). 2008-09-04 03:43:08 +00:00
CGObjC.cpp Implement Obj-C synthesized setters for copy / retain. 2008-09-24 06:32:09 +00:00
CGObjCGNU.cpp Add Obj-C runtime methods to get runtime specific functions for 2008-09-24 03:38:44 +00:00
CGObjCMac.cpp Add infrastructure for proper @finally support. 2008-09-30 01:06:03 +00:00
CGObjCRuntime.h Add Obj-C runtime methods to get runtime specific functions for 2008-09-24 03:38:44 +00:00
CGStmt.cpp Add infrastructure for proper @finally support. 2008-09-30 01:06:03 +00:00
CGValue.h Change CodeGen to emit calls using (RValue,Type) list: 2008-09-09 01:06:48 +00:00
CodeGenFunction.cpp Simplify code to emit the unified return block and move it to the end 2008-09-27 07:15:59 +00:00
CodeGenFunction.h Add infrastructure for proper @finally support. 2008-09-30 01:06:03 +00:00
CodeGenModule.cpp Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). 2008-09-27 07:16:42 +00:00
CodeGenModule.h Large mechanical patch. 2008-09-25 21:02:23 +00:00
CodeGenTypes.cpp Move FunctionType conversion into CGCall.cpp: 2008-09-10 04:01:49 +00:00
CodeGenTypes.h Add support for ABIArgInfo::Expand 2008-09-17 00:51:38 +00:00
Makefile
ModuleBuilder.cpp Clean up CodeGenModule interface. 2008-08-15 23:26:23 +00:00