aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCGNU.cpp
AgeCommit message (Expand)Author
2009-11-17Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...David Chisnall
2009-11-16Fixed two minor differences between clang and GCC-generated runtime structure...David Chisnall
2009-10-14There is now only one version of eh.selector and eh.typeid.for.Duncan Sands
2009-10-13Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer
2009-09-24Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-19Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar
2009-09-17IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar
2009-09-14Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.David Chisnall
2009-09-11Fix use of uninitialized, David please check.Daniel Dunbar
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-31Re-implemented generation of objc_memmove_collectableFariborz Jahanian
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-08-17Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-05Update for LLVM API change.Owen Anderson
2009-08-05cgobjcgnu was making invalid common globals.Chris Lattner
2009-07-31Fixup spacing and 80-col violations.Mike Stump
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-30Update for LLVM API changes.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-24Fix declaration of obc_enumerationMutation function, for GNU runtime.Daniel Dunbar
2009-07-18Revert r75641.Anders Carlsson
2009-07-17fix objc codegen to not have its own list of things that eventually get into ...Chris Lattner
2009-07-14Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson
2009-07-14Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson
2009-07-13Update for LLVM API change.Owen Anderson
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-07-08Update for IRBuilder API change.Owen Anderson
2009-07-08Update for LLVM API change.Owen Anderson
2009-07-08Update for LLVM API change.Owen Anderson
2009-07-08Implemented memmove_collectable API for Next runtimeFariborz Jahanian
2009-07-03This fixes the case where the wrong symbol is emitted leading to linking erro...Fariborz Jahanian
2009-07-01use new and simplified LLVM APIs. Patch by Jay Foad!Chris Lattner
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-23Patch fixes an obscure bug when 'used' attribute is applied toFariborz Jahanian
2009-06-15"GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...Chris Lattner
2009-06-04Cleanup/Refactoring of ivar collection. No change in functionality.Fariborz Jahanian
2009-05-22This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian
2009-05-20This patch provides preliminary support for non-fragile instance variables on...Fariborz Jahanian
2009-05-19This patch allows clang to generate code for declared properties on the GNU r...Fariborz Jahanian
2009-05-17This patch fixes two bugs in the GNU Objective-C runtime implementation. One...Fariborz Jahanian
2009-05-11More improvements for GNU runtime objc EH, patch by David Chisnall!Chris Lattner