summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This patch fixes two bugs in the GNU Objective-C runtime implementation. One...Fariborz Jahanian2009-05-171-14/+34
* More improvements for GNU runtime objc EH, patch by David Chisnall!Chris Lattner2009-05-111-2/+36
* further improvements to gnu objc EH stuff, patch by David Chisnall!Chris Lattner2009-05-081-15/+15
* "This patch fixes message sends to super in categories for the GNU runtime. ...Chris Lattner2009-05-081-17/+31
* initial support for ObjC exceptions with the GNU runtime:Chris Lattner2009-05-081-2/+229
* Patch to support Gnu runtime's typed selectors.Fariborz Jahanian2009-05-051-7/+38
* "The attached diff fixes the //FIXME in message send to super. This should n...Chris Lattner2009-05-041-4/+4
* Patch from David Chisnall:Daniel Dunbar2009-05-041-11/+47
* Compute Objective-C metadata size information from the record layout,Daniel Dunbar2009-05-031-7/+3
* Coalesce the ivar offset calculation further.Daniel Dunbar2009-05-031-1/+2
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+1
* "This fixes message sends to super in a way that both works with real code an...Chris Lattner2009-04-251-20/+28
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-8/+16
* Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to theDaniel Dunbar2009-04-221-9/+2
* Use ComputeIvarBaseOffset instead of looking up by hand.Daniel Dunbar2009-04-221-7/+2
* Merge ivar access amongst the three runtimes.Daniel Dunbar2009-04-221-21/+3
* Make ObjCInterfaceDecl's const in some more places.Daniel Dunbar2009-04-221-2/+2
* Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar2009-04-211-3/+2
* Remove LateBoundIVars() runtime interface, it is unused.Daniel Dunbar2009-04-211-3/+0
* Assert on a few conditions that (I believe) should holdDaniel Dunbar2009-04-211-0/+1
* Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar2009-04-201-2/+4
OpenPOWER on IntegriCloud