hanchenye-llvm-project/clang/lib/CodeGen
Daniel Dunbar fc1066db81 Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType.
llvm-svn: 57716
2008-10-17 20:21:44 +00:00
..
CGBuiltin.cpp Added pinsrd, pinsrq, and some other vector intrinsics 2008-10-15 06:18:34 +00:00
CGCXX.cpp Handle static initializers in Objective-C++ methods. 2008-08-23 19:42:54 +00:00
CGCall.cpp Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +00:00
CGCall.h Large mechanical patch. 2008-09-25 21:02:23 +00:00
CGDebugInfo.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGDebugInfo.h Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGDecl.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +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 silence release-assert warnings. 2008-10-12 00:31:50 +00:00
CGExprScalar.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjC.cpp silence release-assert warnings. 2008-10-12 00:31:50 +00:00
CGObjCGNU.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjCMac.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +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 Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGValue.h Change CodeGen to emit calls using (RValue,Type) list: 2008-09-09 01:06:48 +00:00
CodeGenFunction.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CodeGenFunction.h Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr. 2008-10-10 00:24:54 +00:00
CodeGenModule.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CodeGenModule.h Add simple interface for protecting runtime functions from name 2008-10-01 00:49:24 +00:00
CodeGenTypes.cpp Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +00:00
CodeGenTypes.h Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +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 Clean up CodeGenModule interface. 2008-08-15 23:26:23 +00:00