]> granicus.if.org Git - clang/commit
Add initial support for objc codegen for methods, ivars, and the
authorChris Lattner <sabre@nondot.org>
Sun, 30 Mar 2008 23:03:07 +0000 (23:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Mar 2008 23:03:07 +0000 (23:03 +0000)
commit391d77a26382dddf25da73e29fc1fa5aaaea4c6f
treeb842c678fe95a0feed12419eb419e091d22fff49
parenta7b402dc258bf38ab5e206dbf4916a69d3ee3cc8
Add initial support for objc codegen for methods, ivars, and the
etoile runtime, patch by David Chisnall!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48969 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/ModuleBuilder.cpp