summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...Daniel Dunbar2009-11-291-2/+2
* Fixed crash when using undefined protocols (GNU runtime).David Chisnall2009-11-201-2/+7
* Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...David Chisnall2009-11-171-1/+1
* Fixed two minor differences between clang and GCC-generated runtime structure...David Chisnall2009-11-161-1/+3
* There is now only one version of eh.selector and eh.typeid.for.Duncan Sands2009-10-141-9/+4
* Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer2009-10-131-2/+2
* Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian2009-09-241-2/+4
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-3/+3
* Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky2009-09-191-3/+3
* IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar2009-09-171-2/+4
* IRgen/ObjC: Make the target method decl available to GenerateMessageSendSuper.Daniel Dunbar2009-09-171-3/+5
* Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.David Chisnall2009-09-141-1/+1
* Fix use of uninitialized, David please check.Daniel Dunbar2009-09-111-1/+1
* Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian2009-09-101-73/+359
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-129/+126
* Re-implemented generation of objc_memmove_collectableFariborz Jahanian2009-08-311-2/+2
* Updated GNU runtime non-fragile ABI.David Chisnall2009-08-311-43/+86
* Initial patch to support definitions of id and Class from headers in Objectiv...David Chisnall2009-08-171-10/+13
* Update for LLVM API change.Owen Anderson2009-08-131-1/+1
* Update for LLVM API change.Owen Anderson2009-08-131-24/+25
* Update for LLVM API change.Owen Anderson2009-08-051-20/+23
* cgobjcgnu was making invalid common globals.Chris Lattner2009-08-051-2/+2
* Fixup spacing and 80-col violations.Mike Stump2009-07-311-20/+27
* Update for LLVM API change.Owen Anderson2009-07-311-1/+1
* Update for LLVM API changes.Owen Anderson2009-07-301-5/+5
* Update for LLVM API change.Owen Anderson2009-07-291-64/+64
* Update for LLVM API change.Owen Anderson2009-07-291-29/+29
* Update for LLVM API change.Owen Anderson2009-07-281-8/+8
* Update for LLVM API change.Owen Anderson2009-07-271-7/+7
* Update for LLVM API change.Owen Anderson2009-07-241-26/+26
* Fix declaration of obc_enumerationMutation function, for GNU runtime.Daniel Dunbar2009-07-241-6/+10
* Revert r75641.Anders Carlsson2009-07-181-1/+1
* fix objc codegen to not have its own list of things that eventually get into ...Chris Lattner2009-07-171-4/+0
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-144/+149
* Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson2009-07-141-1/+1
* Update for LLVM API change.Owen Anderson2009-07-131-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-4/+5
* Update for IRBuilder API change.Owen Anderson2009-07-081-1/+1
* Update for LLVM API change.Owen Anderson2009-07-081-22/+21
* Update for LLVM API change.Owen Anderson2009-07-081-13/+15
* Implemented memmove_collectable API for Next runtimeFariborz Jahanian2009-07-081-0/+11
* This fixes the case where the wrong symbol is emitted leading to linking erro...Fariborz Jahanian2009-07-031-4/+9
* use new and simplified LLVM APIs. Patch by Jay Foad!Chris Lattner2009-07-011-3/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-14/+9
* Patch fixes an obscure bug when 'used' attribute is applied toFariborz Jahanian2009-06-231-0/+5
* "GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...Chris Lattner2009-06-151-4/+29
* Cleanup/Refactoring of ivar collection. No change in functionality.Fariborz Jahanian2009-06-041-7/+1
* This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian2009-05-221-6/+27
* This patch provides preliminary support for non-fragile instance variables on...Fariborz Jahanian2009-05-201-3/+74
* This patch allows clang to generate code for declared properties on the GNU r...Fariborz Jahanian2009-05-191-2/+28
OpenPOWER on IntegriCloud