aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCGNU.cpp
AgeCommit message (Expand)Author
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
2009-05-08further improvements to gnu objc EH stuff, patch by David Chisnall!Chris Lattner
2009-05-08"This patch fixes message sends to super in categories for the GNU runtime. ...Chris Lattner
2009-05-08initial support for ObjC exceptions with the GNU runtime:Chris Lattner
2009-05-05Patch to support Gnu runtime's typed selectors.Fariborz Jahanian
2009-05-04"The attached diff fixes the //FIXME in message send to super. This should n...Chris Lattner
2009-05-04Patch from David Chisnall:Daniel Dunbar
2009-05-03Compute Objective-C metadata size information from the record layout,Daniel Dunbar
2009-05-03Coalesce the ivar offset calculation further.Daniel Dunbar
2009-04-26split ObjC and C++ Statements out into their own headers.Chris Lattner
2009-04-25"This fixes message sends to super in a way that both works with real code an...Chris Lattner
2009-04-23Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor
2009-04-22Add CGObjCRuntime::GetConcreteClassStruct to encapsulate access to theDaniel Dunbar
2009-04-22Use ComputeIvarBaseOffset instead of looking up by hand.Daniel Dunbar
2009-04-22Merge ivar access amongst the three runtimes.Daniel Dunbar
2009-04-22Make ObjCInterfaceDecl's const in some more places.Daniel Dunbar
2009-04-21Kill ASTContext::[gs]etFieldForDecl, instead we just lookup thingsDaniel Dunbar
2009-04-21Remove LateBoundIVars() runtime interface, it is unused.Daniel Dunbar
2009-04-21Assert on a few conditions that (I believe) should holdDaniel Dunbar
2009-04-20Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar
2009-04-19Fix rdar://6804402 - crash on objc implementations declared withChris Lattner
2009-04-19revert david's patch, which causes a testsuite failure.Chris Lattner
2009-04-18"This patch fixes message sends to super in class methods for the GNU runtime...Chris Lattner
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-04-01Fixes a problem where the compiler is reporting the wrong size to the Gnu Fariborz Jahanian
2009-04-01tidy some code.Chris Lattner
2009-03-31Patch to fix proptocol reference ir-gen for GNU runtime.Fariborz Jahanian
2009-03-31Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...Steve Naroff
2009-03-30Use CodeGenModule API for ObjC runtime function references.Fariborz Jahanian
2009-02-28Obscure code gen bug related to sending Fariborz Jahanian
2009-02-10Some refactoring of Ivar offset code gen.Fariborz Jahanian
2009-02-04Patch fixes messaging for GNU runtime.Fariborz Jahanian