clang-1/CodeGen
Anders Carlsson 0c67829763 Put constant CFStrings in the __DATA,__cfstring section.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43593 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-01 00:41:52 +00:00
..
CGBuiltin.cpp Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. 2007-11-01 00:39:26 +00:00
CGDecl.cpp Code gen static initializer. 2007-10-26 17:50:58 +00:00
CGExpr.cpp __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. 2007-10-30 22:53:42 +00:00
CGExprAgg.cpp Handle function calls that return aggregate expressions. 2007-10-31 22:04:46 +00:00
CGExprComplex.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CGExprScalar.cpp Fix a typo that prevented pointer-to-int conversions from working. 2007-10-31 23:18:02 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp Fix 80 col violations. 2007-10-30 20:59:40 +00:00
CodeGenFunction.cpp Constify methods and reuse RecordOrganizer object. 2007-10-24 00:56:23 +00:00
CodeGenFunction.h Constify methods and reuse RecordOrganizer object. 2007-10-24 00:56:23 +00:00
CodeGenModule.cpp Put constant CFStrings in the __DATA,__cfstring section. 2007-11-01 00:41:52 +00:00
CodeGenModule.h Take 2. 2007-10-31 20:01:01 +00:00
CodeGenTypes.cpp Remove unnecessary method. 2007-11-01 00:11:37 +00:00
CodeGenTypes.h Keep track of field offsets during structure layout. 2007-10-31 20:08:22 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
ModuleBuilder.cpp Take 2. 2007-10-31 20:01:01 +00:00