summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* update for api change.Chris Lattner2011-06-181-67/+29
* Automatic Reference Counting.John McCall2011-06-151-37/+92
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-4/+4
* Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor2011-05-271-2/+23
* Patch to fix IR-gen crash generating structure ABI which implementsFariborz Jahanian2011-05-171-2/+9
* Use arrays and SmallVectors instead of std::vectors when building functionJohn McCall2011-05-151-150/+111
* Only perform the null-initialization of an aggregate result of a messageJohn McCall2011-05-141-16/+50
* Objective-C vtables are not taking the world by storm; call themJohn McCall2011-05-141-121/+139
* Reorganize this method to avoid multiple calls for computing CGFunctionInfoJohn McCall2011-05-131-77/+109
* type of last arg of objc_assign_ivar is ptrdiff_t. Fariborz Jahanian2011-05-051-1/+5
* Pack ivar offsets together.Bill Wendling2011-05-041-1/+1
* Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman2011-05-021-6/+4
* Fixes an instance method meta-data generation bug inFariborz Jahanian2011-04-221-0/+8
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Replace a couple of divisions-by-'8' with divisions-by-charwidth. No changeKen Dyck2011-04-141-2/+2
* Obj-C/NeXT: Update and reapply 108847, now that changes are more baked.Daniel Dunbar2011-03-251-5/+15
* Refactor CGObjCMac to use the shared code for EH stuff.David Chisnall2011-03-251-154/+7
* Continuing work on ObjC tidyup:David Chisnall2011-03-251-109/+0
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-5/+5
* Simplify Mac runtime selection - it's the factory function's job to select wh...David Chisnall2011-03-221-5/+2
* Make the property accessor functions that take a ptrdiff_t actually take a pt...David Chisnall2011-03-221-2/+2
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-2/+2
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-4/+4
* Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely thatJohn McCall2011-03-041-1/+1
* Let's do super message sends with static allocas instead of dynamic ones.John McCall2011-03-041-2/+2
* objc IRGen for Next runtime message API.Fariborz Jahanian2011-03-011-5/+8
* Revert r126678.Fariborz Jahanian2011-02-281-13/+13
* objc IRGen for Next runtime message API.Fariborz Jahanian2011-02-281-13/+13
* Don't assume that whoever is asking for a message send is goingJohn McCall2011-02-261-2/+11
* Zero-initialize the struct-return slot of an Objective-C messageJohn McCall2011-02-261-0/+2
* Convert RecordLayout::DataSize to CharUnits from bits, eliminating twoKen Dyck2011-02-111-1/+1
* Add a helper function, ASTContext::toBits(), that converts sizes inKen Dyck2011-02-111-2/+1
* Convert RecordLayout::Size to CharUnits from bits. No changes toKen Dyck2011-02-091-2/+3
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-0/+1
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-39/+53
* Move all the cleanups framework code into a single file.John McCall2011-01-281-1/+1
* Consider zero-length array of structs whenFariborz Jahanian2011-01-031-1/+1
* Add support for GNU runtime property set / get structure functions. Minor re...David Chisnall2010-12-261-3/+10
* Some fixes for synthesized ivar metadata (GNU runtime).David Chisnall2010-11-031-0/+1
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-5/+5
* This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian2010-10-191-1/+1
* Coding by inspection has its problems.John McCall2010-10-161-0/+2
* objc_exception_rethrow does not take an exception argument.John McCall2010-10-161-23/+9
* Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature forDaniel Dunbar2010-10-161-1/+1
* IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don'tDaniel Dunbar2010-10-161-1/+1
* Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall2010-10-151-3/+3
* In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall2010-10-041-6/+33
* Block description for trivial block literals haveFariborz Jahanian2010-09-131-2/+1
* Fixes an obscure bug in importd block variable layoutFariborz Jahanian2010-09-111-5/+8
* Block ivar layout must assume that the 'isa'Fariborz Jahanian2010-09-091-0/+3
OpenPOWER on IntegriCloud