llvm-project/clang/lib/CodeGen
Daniel Dunbar eb1f9a2566 NeXT: Refactor protocol method metadata emission.
Also, fix category protocol list metadata.

llvm-svn: 55405
2008-08-27 02:31:56 +00:00
..
CGBuiltin.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGCXX.cpp Handle static initializers in Objective-C++ methods. 2008-08-23 19:42:54 +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 Handle static variables inside obj-c methods. 2008-08-25 01:38:19 +00:00
CGExpr.cpp Support __PRETTY_FUNCTION__ and friends in Obj-C methods. 2008-08-25 20:45:57 +00:00
CGExprAgg.cpp Drop a dead call to isConstantExpr() 2008-08-23 18:44:10 +00:00
CGExprComplex.cpp Add CodeGen support for CXXZeroInitValueExpr. 2008-08-23 19:35:47 +00:00
CGExprConstant.cpp Handle emitting __builtin_huge_valf as a constant expr. 2008-08-25 03:27:15 +00:00
CGExprScalar.cpp Change another is-a-pointer check to check in terms of LLVM type. 2008-08-25 10:38:11 +00:00
CGObjC.cpp Objective-C @synthesize support. 2008-08-26 08:29:31 +00:00
CGObjCGNU.cpp Fix Obj-C super sends inside class methods. 2008-08-25 08:19:24 +00:00
CGObjCMac.cpp NeXT: Refactor protocol method metadata emission. 2008-08-27 02:31:56 +00:00
CGObjCRuntime.h Fix Obj-C super sends inside class methods. 2008-08-25 08:19:24 +00:00
CGStmt.cpp Implement Obj-C ivar references to aggregates. 2008-08-23 10:51:21 +00:00
CGValue.h Move [LR]Value into CGValue.h 2008-08-23 03:10:25 +00:00
CodeGenFunction.cpp Objective-C @synthesize support. 2008-08-26 08:29:31 +00:00
CodeGenFunction.h Objective-C @synthesize support. 2008-08-26 08:29:31 +00:00
CodeGenModule.cpp Objective-C @synthesize support. 2008-08-26 08:29:31 +00:00
CodeGenModule.h Objective-C @synthesize support. 2008-08-26 08:29:31 +00:00
CodeGenTypes.cpp Name struct types generated for Obj-C classes. 2008-08-25 06:28:15 +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 Clean up CodeGenModule interface. 2008-08-15 23:26:23 +00:00