summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix rdar://6804402 - crash on objc implementations declared withChris Lattner2009-04-191-2/+6
* revert david's patch, which causes a testsuite failure.Chris Lattner2009-04-191-3/+2
* "This patch fixes message sends to super in class methods for the GNU runtime...Chris Lattner2009-04-181-2/+3
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-4/+5
* Fixes a problem where the compiler is reporting the wrong size to the Gnu Fariborz Jahanian2009-04-011-2/+3
* tidy some code.Chris Lattner2009-04-011-10/+8
* Patch to fix proptocol reference ir-gen for GNU runtime.Fariborz Jahanian2009-03-311-2/+39
* Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff2009-03-311-2/+4
* Use CodeGenModule API for ObjC runtime function references.Fariborz Jahanian2009-03-301-14/+28
* Obscure code gen bug related to sending Fariborz Jahanian2009-02-281-0/+2
* Some refactoring of Ivar offset code gen.Fariborz Jahanian2009-02-101-0/+20
* Patch fixes messaging for GNU runtime.Fariborz Jahanian2009-02-041-58/+36
* GNUStep fast enumeration.Fariborz Jahanian2009-02-031-1/+3
* ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).Fariborz Jahanian2009-02-031-13/+19
* objc2's ir-gen for nonfragile ivar access.Fariborz Jahanian2009-02-031-0/+2
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-4/+6
* More ABI API cleanup.Daniel Dunbar2009-02-021-2/+2
* ABI handling API changes.Daniel Dunbar2009-02-021-3/+4
* Refactored code gen for ivar access in preparation forFariborz Jahanian2009-02-021-0/+16
* improvements for GNU objc runtime support, patch by David Chisnall!Chris Lattner2009-01-271-32/+54
* revert the gnu objc patches, they regress codegen-gnu.mChris Lattner2009-01-211-11/+7
* switch from getTypeAtIndex to getElementType. It is non-virtualChris Lattner2009-01-211-1/+1
* Fix objc type conversion issues with the GNU runtime, patch byChris Lattner2009-01-211-7/+11
* (LLVM up) Match TargetData API change in LLVM TOT.Daniel Dunbar2009-01-121-1/+1
* This patch fixes the code gen failures which was a fallout fromFariborz Jahanian2009-01-101-2/+4
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-1/+1
* Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).Steve Naroff2009-01-081-1/+1
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-081-2/+2
* Code gen. for ivar references; including bitfieldFariborz Jahanian2008-12-151-1/+2
* Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes...Sebastian Redl2008-12-041-2/+2
OpenPOWER on IntegriCloud