llvm-project/clang/CodeGen
Dan Gohman 922096cc5e Adjust for the API change to APInt::getBitsSet.
People more familiar with clang than me, please review this.

llvm-svn: 47033
2008-02-12 21:49:34 +00:00
..
CGBuiltin.cpp Implement __builtin_va_copy 2008-02-09 20:26:43 +00:00
CGDecl.cpp codegen static variables in a function into a different namespace from 2008-02-06 04:54:32 +00:00
CGExpr.cpp Adjust for the API change to APInt::getBitsSet. 2008-02-12 21:49:34 +00:00
CGExprAgg.cpp A couple of minor fixes to aggregate codegen, to stop asserting on some 2008-02-11 01:09:17 +00:00
CGExprComplex.cpp Implement first round of feedback on __builtin_overload 2008-01-30 20:50:20 +00:00
CGExprConstant.cpp strings are arrays too 2008-02-11 01:35:07 +00:00
CGExprScalar.cpp minor tweak to anders patch: (only) ocu vectors support splatting, but 2008-02-02 04:51:41 +00:00
CGObjC.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGStmt.cpp Even more inline asm codegen fixes. 2008-02-06 00:11:32 +00:00
CodeGenFunction.cpp Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM 2008-02-05 06:55:31 +00:00
CodeGenFunction.h Expose the logic for field address codegen; it is needed for aggregate 2008-02-09 08:50:58 +00:00
CodeGenModule.cpp Fix PR1992 by computing the right type for string literals, which 2008-02-11 00:02:17 +00:00
CodeGenModule.h Fix PR1992 by computing the right type for string literals, which 2008-02-11 00:02:17 +00:00
CodeGenTypes.cpp Fix a bitfield regression. Reported by Anders Carlsson. 2008-02-08 19:46:46 +00:00
CodeGenTypes.h now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType. 2008-02-06 06:06:49 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ModuleBuilder.cpp Put back the top-level asm code; all tests pass now. 2008-02-08 00:33:21 +00:00