llvm-project/clang/lib/CodeGen
Chris Lattner 22b9ff4131 force size of alloca to i32, which is currently required by LLVM IR.
This fixes use of alloca on 64-bit systems.

llvm-svn: 52334
2008-06-16 17:15:14 +00:00
..
CGBuiltin.cpp force size of alloca to i32, which is currently required by LLVM IR. 2008-06-16 17:15:14 +00:00
CGDebugInfo.cpp Generate debug descriptors for array types while generating the debug info. 2008-06-09 10:47:41 +00:00
CGDebugInfo.h Generate debug descriptors for array types while generating the debug info. 2008-06-09 10:47:41 +00:00
CGDecl.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExpr.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExprAgg.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExprComplex.cpp Add support for init lists for complex variables. 2008-05-13 23:11:35 +00:00
CGExprConstant.cpp Fix crash with conversion to an address-space-qualified pointer. Bug 2008-06-07 17:27:51 +00:00
CGExprScalar.cpp fix crash when codegening 'cond ? lhs : call-to-void-func()' 2008-06-04 19:15:45 +00:00
CGObjC.cpp - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h 2008-05-29 21:12:08 +00:00
CGObjCEtoile.cpp Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00
CGObjCGNU.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGObjCRuntime.h Include <string> header to allow compiling for MSVC. 2008-06-01 21:23:24 +00:00
CGStmt.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CodeGenFunction.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CodeGenFunction.h Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CodeGenModule.cpp implement the alias attirbute (in both Sema and Codegen) 2008-06-08 15:45:52 +00:00
CodeGenModule.h implement the alias attirbute (in both Sema and Codegen) 2008-06-08 15:45:52 +00:00
CodeGenTypes.cpp -Changes to TagDecl: 2008-06-09 23:19:58 +00:00
CodeGenTypes.h Fix PR2081 (problems codegen'ing some recursive structures) patch 2008-04-03 05:50:42 +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 Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00