..
CGBuiltin.cpp
Add __builtin_object_size support.
2008-09-03 21:13:56 +00:00
CGCXX.cpp
Handle static initializers in Objective-C++ methods.
2008-08-23 19:42:54 +00:00
CGCall.cpp
Refactor parameter attribute handling:
2008-09-08 21:33:45 +00:00
CGCall.h
Refactor parameter attribute handling:
2008-09-08 21:33:45 +00:00
CGDebugInfo.cpp
More #include cleaning
2008-08-11 04:54:23 +00:00
CGDebugInfo.h
Update for IRBuilder template change (update LLVM!)
2008-08-11 16:50:21 +00:00
CGDecl.cpp
Downgrade a number of FIXME asserts to ErrorUnsupported.
2008-08-29 17:28:43 +00:00
CGExpr.cpp
Refactor parameter attribute handling:
2008-09-08 21:33:45 +00:00
CGExprAgg.cpp
Stub out CodeGenFunction::EmitObjCForCollectionStmt.
2008-08-30 19:51:14 +00:00
CGExprComplex.cpp
Add Objective-C property setter support.
2008-08-30 05:35:15 +00:00
CGExprConstant.cpp
Handle emitting __builtin_huge_valf as a constant expr.
2008-08-25 03:27:15 +00:00
CGExprScalar.cpp
Avoid superfluous errors regarding variable-length arrays (casts).
2008-09-04 03:43:08 +00:00
CGObjC.cpp
Set function attributes (sext, zext, etc.) on Objective-C methods.
2008-09-04 23:41:35 +00:00
CGObjCGNU.cpp
Handle mutation while enumerating correctly. Fix some bugs.
2008-08-31 04:05:03 +00:00
CGObjCMac.cpp
Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it.
2008-09-05 17:16:31 +00:00
CGObjCRuntime.h
Handle mutation while enumerating correctly. Fix some bugs.
2008-08-31 04:05:03 +00:00
CGStmt.cpp
Stub out CodeGenFunction::EmitObjCForCollectionStmt.
2008-08-30 19:51:14 +00:00
CGValue.h
Add special "property reference" CodeGen::LValue type for emitting
2008-08-29 08:11:39 +00:00
CodeGenFunction.cpp
Avoid superfluous errors regarding variable-length arrays (casts).
2008-09-04 03:43:08 +00:00
CodeGenFunction.h
Refactor parameter attribute handling:
2008-09-08 21:33:45 +00:00
CodeGenModule.cpp
Fix a number of issues w.r.t. emission of global for functions and
2008-09-08 23:44:31 +00:00
CodeGenModule.h
Fix a number of issues w.r.t. emission of global for functions and
2008-09-08 23:44:31 +00:00
CodeGenTypes.cpp
Key LLVM types for TagDecl's off of the clang Type, since there is now
2008-09-06 02:26:43 +00:00
CodeGenTypes.h
Key LLVM types for TagDecl's off of the clang Type, since there is now
2008-09-06 02:26:43 +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
Clean up CodeGenModule interface.
2008-08-15 23:26:23 +00:00