| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update for api change. | Chris Lattner | 2011-06-18 | 1 | -67/+29 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -37/+92 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -4/+4 |
* | Objective-C doesn't consider the use of incomplete types as method | Douglas Gregor | 2011-05-27 | 1 | -2/+23 |
* | Patch to fix IR-gen crash generating structure ABI which implements | Fariborz Jahanian | 2011-05-17 | 1 | -2/+9 |
* | Use arrays and SmallVectors instead of std::vectors when building function | John McCall | 2011-05-15 | 1 | -150/+111 |
* | Only perform the null-initialization of an aggregate result of a message | John McCall | 2011-05-14 | 1 | -16/+50 |
* | Objective-C vtables are not taking the world by storm; call them | John McCall | 2011-05-14 | 1 | -121/+139 |
* | Reorganize this method to avoid multiple calls for computing CGFunctionInfo | John McCall | 2011-05-13 | 1 | -77/+109 |
* | type of last arg of objc_assign_ivar is ptrdiff_t. | Fariborz Jahanian | 2011-05-05 | 1 | -1/+5 |
* | Pack ivar offsets together. | Bill Wendling | 2011-05-04 | 1 | -1/+1 |
* | Simplify code a bit by using CallArgList::add. No intended functionality cha... | Eli Friedman | 2011-05-02 | 1 | -6/+4 |
* | Fixes an instance method meta-data generation bug in | Fariborz Jahanian | 2011-04-22 | 1 | -0/+8 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change | Ken Dyck | 2011-04-14 | 1 | -2/+2 |
* | Obj-C/NeXT: Update and reapply 108847, now that changes are more baked. | Daniel Dunbar | 2011-03-25 | 1 | -5/+15 |
* | Refactor CGObjCMac to use the shared code for EH stuff. | David Chisnall | 2011-03-25 | 1 | -154/+7 |
* | Continuing work on ObjC tidyup: | David Chisnall | 2011-03-25 | 1 | -109/+0 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -5/+5 |
* | Simplify Mac runtime selection - it's the factory function's job to select wh... | David Chisnall | 2011-03-22 | 1 | -5/+2 |
* | Make the property accessor functions that take a ptrdiff_t actually take a pt... | David Chisnall | 2011-03-22 | 1 | -2/+2 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -2/+2 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -4/+4 |
* | Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that | John McCall | 2011-03-04 | 1 | -1/+1 |
* | Let's do super message sends with static allocas instead of dynamic ones. | John McCall | 2011-03-04 | 1 | -2/+2 |
* | objc IRGen for Next runtime message API. | Fariborz Jahanian | 2011-03-01 | 1 | -5/+8 |
* | Revert r126678. | Fariborz Jahanian | 2011-02-28 | 1 | -13/+13 |
* | objc IRGen for Next runtime message API. | Fariborz Jahanian | 2011-02-28 | 1 | -13/+13 |
* | Don't assume that whoever is asking for a message send is going | John McCall | 2011-02-26 | 1 | -2/+11 |
* | Zero-initialize the struct-return slot of an Objective-C message | John McCall | 2011-02-26 | 1 | -0/+2 |
* | Convert RecordLayout::DataSize to CharUnits from bits, eliminating two | Ken Dyck | 2011-02-11 | 1 | -1/+1 |
* | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck | 2011-02-11 | 1 | -2/+1 |
* | Convert RecordLayout::Size to CharUnits from bits. No changes to | Ken Dyck | 2011-02-09 | 1 | -2/+3 |
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -0/+1 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -39/+53 |
* | Move all the cleanups framework code into a single file. | John McCall | 2011-01-28 | 1 | -1/+1 |
* | Consider zero-length array of structs when | Fariborz Jahanian | 2011-01-03 | 1 | -1/+1 |
* | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall | 2010-12-26 | 1 | -3/+10 |
* | Some fixes for synthesized ivar metadata (GNU runtime). | David Chisnall | 2010-11-03 | 1 | -0/+1 |
* | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -5/+5 |
* | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian | 2010-10-19 | 1 | -1/+1 |
* | Coding by inspection has its problems. | John McCall | 2010-10-16 | 1 | -0/+2 |
* | objc_exception_rethrow does not take an exception argument. | John McCall | 2010-10-16 | 1 | -23/+9 |
* | Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
* | IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -3/+3 |
* | In the fragile ObjC ABI, save the caught exception to the side if there are | John McCall | 2010-10-04 | 1 | -6/+33 |
* | Block description for trivial block literals have | Fariborz Jahanian | 2010-09-13 | 1 | -2/+1 |
* | Fixes an obscure bug in importd block variable layout | Fariborz Jahanian | 2010-09-11 | 1 | -5/+8 |
* | Block ivar layout must assume that the 'isa' | Fariborz Jahanian | 2010-09-09 | 1 | -0/+3 |