llvm-capstone/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
CGCall.cpp
CGCall.h
CGCXX.cpp
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
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
CGObjCMac.cpp NeXT: Emit protocol objects lazily. 2008-10-29 22:36:39 +00:00
CGObjCRuntime.h
CGStmt.cpp
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
CodeGenTypes.h
Makefile
ModuleBuilder.cpp Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00