llvm-project/clang/lib/CodeGen
Sanjiv Gupta d79592448b Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
etc more generic. For some targets, long may not be equal to pointer size. For
example: PIC16 has int as i16, ptr as i16 but long as i32.

Also fixed a few build warnings in assert() functions in CFRefCount.cpp,
CGDecl.cpp, SemaDeclCXX.cpp and ParseDeclCXX.cpp.

llvm-svn: 58501
2008-10-31 09:52:39 +00:00
..
CGBuiltin.cpp Fix for PR2966: va_start/va_end use the *address* of the 2008-10-29 04:39:20 +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 Debug info: Bug fix, function types should always include the return 2008-10-31 08:12:03 +00:00
CGDebugInfo.h Quick fix for PR2950, infinite loop generating debug info for 2008-10-31 04:04:54 +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 Emit more descriptive unsupported error message on dot-syntax use of super. 2008-10-17 23:05:02 +00:00
CGExprAgg.cpp make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
CGExprComplex.cpp Add Objective-C property setter support. 2008-08-30 05:35:15 +00:00
CGExprConstant.cpp make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
CGExprScalar.cpp make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
CGObjC.cpp Debug info bug fix, function start wasn't getting generated correctly 2008-10-18 18:22:23 +00:00
CGObjCGNU.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjCMac.cpp NeXT: Emit protocol objects lazily. 2008-10-29 22:36:39 +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 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 Don't run the verifier as part of IRgen, this is now down (per module) 2008-10-28 00:36:04 +00:00
CodeGenFunction.h Debug info bug fix, function start wasn't getting generated correctly 2008-10-18 18:22:23 +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 Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ModuleBuilder.cpp Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00