llvm-project/clang/lib/CodeGen
Chris Lattner 42587147d4 improve indentation, avoid thrashing on maps and recalculating strings as much.
llvm-svn: 52757
2008-06-26 04:24:57 +00:00
..
CGBuiltin.cpp Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps. 2008-06-25 08:21:36 +00:00
CGDebugInfo.cpp Remove tabs. 2008-06-19 20:57:50 +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 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. 2008-06-17 18:05:57 +00:00
CGExprAgg.cpp "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." 2008-06-24 17:04:18 +00:00
CGExprComplex.cpp This patch is motivated by numerous strict-aliasing warnings when compiling 2008-06-17 02:43:46 +00:00
CGExprConstant.cpp "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." 2008-06-21 21:44:18 +00:00
CGExprScalar.cpp This patch is motivated by numerous strict-aliasing warnings when compiling 2008-06-17 02:43:46 +00:00
CGObjC.cpp Fix 80 col violations, assert on assumptions. 2008-06-26 04:10:42 +00:00
CGObjCEtoile.cpp give CreateObjCRuntime a full CGM so it can get whatever state it needs, 2008-06-26 04:19:03 +00:00
CGObjCGNU.cpp improve indentation, avoid thrashing on maps and recalculating strings as much. 2008-06-26 04:24:57 +00:00
CGObjCRuntime.h improve indentation, avoid thrashing on maps and recalculating strings as much. 2008-06-26 04:24:57 +00:00
CGStmt.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CodeGenFunction.cpp Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. 2008-06-17 18:05:57 +00:00
CodeGenFunction.h "Support for Objective-C message sends which return structures. Also includes a small fix for constant string handling that should have been in the last patch (sorry!) and a hook for generating selectors (rest of this implementation to follow in the next patch)." 2008-06-24 17:04:18 +00:00
CodeGenModule.cpp give CreateObjCRuntime a full CGM so it can get whatever state it needs, 2008-06-26 04:19:03 +00:00
CodeGenModule.h implement the alias attirbute (in both Sema and Codegen) 2008-06-08 15:45:52 +00:00
CodeGenTypes.cpp Don't add isa with @defs only to work around it in the code generator, patch 2008-06-21 21:37:25 +00:00
CodeGenTypes.h Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. 2008-06-17 18:05:57 +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