summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-6/+7
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-11/+11
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-8/+9
* Consolidated @try and @synchronize into a singleFariborz Jahanian2008-11-211-12/+5
* Introducing objc_assign_ivar to clang.Fariborz Jahanian2008-11-201-0/+8
* Generate strong write barriers for __strong objects.Fariborz Jahanian2008-11-191-0/+16
* Patch for generation of weak write barriers for objcFariborz Jahanian2008-11-181-2/+10
* Generate objc_read_weak for __weak objc loads.Fariborz Jahanian2008-11-181-0/+8
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-5/+5
* Start implementing support for @synchonized with the darwin ObjC API.Chris Lattner2008-11-151-0/+7
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-8/+7
* Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType.Daniel Dunbar2008-10-171-3/+1
* Add Obj-C runtime methods to get runtime specific functions forDaniel Dunbar2008-09-241-8/+13
* Move FunctionType conversion into CGCall.cpp:Daniel Dunbar2008-09-101-27/+2
* Move handling of @try and @throw to the runtime class.Anders Carlsson2008-09-091-0/+17
* Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar2008-09-091-4/+5
* Handle mutation while enumerating correctly. Fix some bugs.Anders Carlsson2008-08-311-0/+8
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-10/+14
* Refactor handling of calls:Daniel Dunbar2008-08-301-14/+22
* Fix Obj-C super sends inside class methods.Daniel Dunbar2008-08-251-6/+11
OpenPOWER on IntegriCloud