clang-1/lib/CodeGen
Nate Begeman abfaf9984e X86 builtin fixes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54049 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-25 20:17:24 +00:00
..
CGBuiltin.cpp X86 builtin fixes 2008-07-25 20:17:24 +00:00
CGDebugInfo.cpp Remove removed header. 2008-07-03 22:54:30 +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 Fix for codegen crash on multibit bool bitfield initialization 2008-07-17 21:07:48 +00:00
CGExprScalar.cpp Generate vector compares in codegen 2008-07-25 20:16:05 +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 don't pass in null as the Name for GenerateClassStructure, 2008-07-21 06:31:05 +00:00
CGObjCRuntime.h refactor more objc codegen interfaces to pass around selectors so 2008-06-26 05:08:00 +00:00
CGStmt.cpp Rework codegen of case ranges 2008-07-25 01:11:38 +00:00
CodeGenFunction.cpp Fixed bugzilla bug# 2489. 2008-07-04 11:04:26 +00:00
CodeGenFunction.h Move comment to match style 2008-07-25 20:15:41 +00:00
CodeGenModule.cpp move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, 2008-07-21 21:32:27 +00:00
CodeGenModule.h implement the alias attirbute (in both Sema and Codegen) 2008-06-08 15:45:52 +00:00
CodeGenTypes.cpp Make a few related changes: 2008-06-30 18:32:54 +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 Support for code generation of Objective-C top-level language constructs. 2008-06-01 14:13:53 +00:00