| Commit message (Expand) | Author | Age | Files | Lines |
| * | Whenever explicitly activating or deactivating a cleanup, we | John McCall | 2011-11-10 | 1 | -0/+9 |
| * | Enter the cleanups for a block outside the enclosing | John McCall | 2011-11-10 | 1 | -9/+29 |
| * | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| * | Remove more unnecessary #include <llvm/ADT/SmallVector.h> | Francois Pichet | 2011-06-20 | 1 | -1/+0 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+1 |
| * | Remove a rather egregious use of getFunctionInfo. | John McCall | 2011-03-09 | 1 | -0/+4 |
| * | Emit the structure layout of the block literal parameter to a block | John McCall | 2011-02-22 | 1 | -1/+0 |
| * | Don't call objc_read_weak as part of emitting a block literal. | John McCall | 2011-02-16 | 1 | -3/+0 |
| * | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -91/+128 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -60/+9 |
| * | IR Gen. part of API support for __block cxx | Fariborz Jahanian | 2010-12-02 | 1 | -4/+7 |
| * | Some cleanup of block API code. | Fariborz Jahanian | 2010-11-15 | 1 | -4/+4 |
| * | Block API patch to do copy ctor of copied-in cxx objects in | Fariborz Jahanian | 2010-11-13 | 1 | -0/+1 |
| * | Adding couple of Block API, a bug fix and | Fariborz Jahanian | 2010-11-11 | 1 | -0/+6 |
| * | IRgen: Move blocks runtime interfaces to CodeGenModule. | Daniel Dunbar | 2010-07-16 | 1 | -17/+1 |
| * | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -1/+1 |
| * | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -1/+2 |
| * | Fixed a block regression caused by trying to use | Fariborz Jahanian | 2010-06-07 | 1 | -3/+0 |
| * | For C++ copied in objects, use copy constructors in | Fariborz Jahanian | 2010-06-04 | 1 | -0/+3 |
| * | Allocate space in a block record for implicit references to the Objective C | John McCall | 2010-05-21 | 1 | -24/+0 |
| * | Support implicitly closing on 'this' in a block. Fixed PR7165. | John McCall | 2010-05-20 | 1 | -8/+24 |
| * | Miscellaneous codegen cleanups. Mostly, don't create new basic blocks | John McCall | 2010-04-21 | 1 | -1/+2 |
| * | Minor include pruning. | Benjamin Kramer | 2010-03-31 | 1 | -1/+0 |
| * | add support for a 1<<29 bit in the block flags field to mark blocks using alt... | Blaine Garst | 2010-03-05 | 1 | -1/+3 |
| * | Unconditionally support block introspection data in a new field at the end | Blaine Garst | 2010-02-23 | 1 | -1/+0 |
| * | remove unused function & enumerations | Blaine Garst | 2010-02-19 | 1 | -5/+2 |
| * | Use CharUnits for alignments in character units. | Ken Dyck | 2010-01-26 | 1 | -2/+3 |
| * | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck | 2010-01-11 | 1 | -3/+4 |
| * | Added block type introspection support. | David Chisnall | 2009-11-17 | 1 | -1/+2 |
| * | Refactor. | Mike Stump | 2009-10-21 | 1 | -10/+4 |
| * | Prep work to always preallocate BlockDeclRefExprs so that we can | Mike Stump | 2009-10-21 | 1 | -5/+1 |
| * | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer | 2009-10-13 | 1 | -2/+1 |
| * | Improve debug info generation for __block variables. | Mike Stump | 2009-09-22 | 1 | -9/+11 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -5/+5 |
| * | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
| * | LLVMContext is a class now. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
| * | Update for LLVM API change. | Owen Anderson | 2009-08-05 | 1 | -1/+1 |
| * | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -1/+1 |
| * | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -1/+7 |
| * | As an optimization, we maintain a cache of generated | Mike Stump | 2009-06-05 | 1 | -3/+9 |
| * | Skip the asm prefix when storing the name in block info. | Daniel Dunbar | 2009-05-14 | 1 | -2/+6 |
| * | Fixup copy/dispose helpers for Objective-C. Radar 6756504 | Mike Stump | 2009-04-10 | 1 | -0/+2 |
| * | Fixup codegen for nested blocks that use copy/dispose in the inner | Mike Stump | 2009-04-10 | 1 | -4/+4 |
| * | Codegen support for copy helpers for block literals. | Mike Stump | 2009-03-07 | 1 | -9/+37 |
| * | Pass the type of the block literal around to make required temporal ordering ... | Mike Stump | 2009-03-06 | 1 | -4/+4 |
| * | Complete __Block_byref_id_object_copy cogegen for block literals. | Mike Stump | 2009-03-06 | 1 | -4/+6 |
| * | Finish off __Block_byref_id_object_dispose codegen for block literals. | Mike Stump | 2009-03-06 | 1 | -3/+3 |
| * | Remove extra arg. | Mike Stump | 2009-03-06 | 1 | -1/+1 |
| * | More codegen support for the copy/dispose helpers for block literals. | Mike Stump | 2009-03-06 | 1 | -2/+8 |
| * | Framework for codegen for copy/dispose helpers. | Mike Stump | 2009-03-06 | 1 | -4/+8 |