hanchenye-llvm-project/clang/lib/CodeGen
Douglas Gregor 8ea1f53420 Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr
llvm-svn: 58698
2008-11-04 14:56:14 +00:00
..
CGBuilder.h Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGBuiltin.cpp Fix bug in va_copy 2008-11-04 05:29:05 +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 Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGDebugInfo.h privatize some methods. 2008-11-03 09:11:11 +00:00
CGDecl.cpp Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar 2008-10-31 09:52:39 +00:00
CGExpr.cpp Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr 2008-11-04 14:56:14 +00:00
CGExprAgg.cpp Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). 2008-11-04 05:30:00 +00:00
CGExprComplex.cpp Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGExprConstant.cpp make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
CGExprScalar.cpp Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). 2008-11-04 05:30:00 +00:00
CGObjC.cpp Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr 2008-11-04 14:56:14 +00:00
CGObjCGNU.cpp Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGObjCMac.cpp Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGObjCRuntime.h Move IRBuilder type definition to common file. 2008-11-01 01:53:16 +00:00
CGStmt.cpp Emit error unsupported when asm string conversion fails instead of 2008-10-17 20:58:01 +00:00
CGValue.h Add FIXME about potential problem in how property ref lvalues are handled. 2008-10-17 23:02:24 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
CodeGenFunction.cpp Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). 2008-11-04 05:30:00 +00:00
CodeGenFunction.h Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr 2008-11-04 14:56:14 +00:00
CodeGenModule.cpp Don't run the verifier as part of IRgen, this is now down (per module) 2008-10-28 00:36:04 +00:00
CodeGenModule.h Add option argument to GetAddrOfConstantString to use for name of 2008-10-17 21:56:50 +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
ModuleBuilder.cpp Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00