llvm-project/clang/lib/CodeGen
Chris Lattner c893a67fe3 update to make IRBuilder API change.
llvm-svn: 54548
2008-08-08 19:57:58 +00:00
..
CGBuiltin.cpp Updated to match new atomic names (to enable overloading for pointers to 2008-07-31 03:28:23 +00:00
CGDebugInfo.cpp update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGDebugInfo.h update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGDecl.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExpr.cpp Fix bitfield accesses which straddle the boundary of the underlying 2008-08-06 05:08:45 +00:00
CGExprAgg.cpp update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGExprComplex.cpp update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGExprConstant.cpp Finally fix PR2189. This makes a fairly invasive but important change to 2008-08-04 07:31:14 +00:00
CGExprScalar.cpp update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGObjC.cpp avoid a lot of unneeded selector processing work by passing around 2008-06-26 04:42:20 +00:00
CGObjCGNU.cpp update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGObjCRuntime.h update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CGStmt.cpp Add CodeGen support for indirect goto. 2008-08-04 16:51:22 +00:00
CodeGenFunction.cpp Avoid creating dummy block when no indirect gotos are present. 2008-08-04 17:24:44 +00:00
CodeGenFunction.h update to make IRBuilder API change. 2008-08-08 19:57:58 +00:00
CodeGenModule.cpp Implement GNU asm-label extension support in CodeGen. This fixes 2008-08-06 00:03:29 +00:00
CodeGenModule.h Change CodeGen of global decls to key off of the name (instead of 2008-08-05 23:31:02 +00:00
CodeGenTypes.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CodeGenTypes.h Make a few related changes: 2008-06-30 18:32:54 +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 ParseAST now conditionally deletes the passed ASTConsumer. 2008-08-07 19:47:41 +00:00