| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Move where block-related variables are initialized so that block  | Eli Friedman | 2009-03-28 | 1 | -0/+10 | 
| *  | Remove -f__block as codegen for __block variables should be solid. | Mike Stump | 2009-03-25 | 1 | -22/+0 | 
| *  | Fixup codegen for block literals that bleed copy/dispose information | Mike Stump | 2009-03-25 | 1 | -5/+10 | 
| *  | Fixup codegen for nested block literals so that we generate | Mike Stump | 2009-03-21 | 1 | -1/+5 | 
| *  | Fix codegen for support for super inside block literal expressions. | Mike Stump | 2009-03-20 | 1 | -2/+18 | 
| *  | Do up codegen for function static data and externs in functions in block | Mike Stump | 2009-03-13 | 1 | -2/+19 | 
| *  | Remove FIXME, issue has been resolved. | Mike Stump | 2009-03-13 | 1 | -2/+0 | 
| *  | Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. | Steve Naroff | 2009-03-13 | 1 | -1/+1 | 
| *  | Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. | Daniel Dunbar | 2009-03-12 | 1 | -2/+2 | 
| *  | If someone could figure out this is necessary, that would be good. | Mike Stump | 2009-03-07 | 1 | -1/+3 | 
| *  | Fix typo, need parens. | Mike Stump | 2009-03-07 | 1 | -2/+2 | 
| *  | Remove last FIXME for block literal codegen that I know about and turn | Mike Stump | 2009-03-07 | 1 | -2/+1 | 
| *  | Remove some FIXMEs for block literals that should be close to working. | Mike Stump | 2009-03-07 | 1 | -8/+3 | 
| *  | codegen support for dispose helpers for block literals. | Mike Stump | 2009-03-07 | 1 | -1/+23 | 
| *  | Codegen support for copy helpers for block literals. | Mike Stump | 2009-03-07 | 1 | -18/+86 | 
| *  | Pass the type of the block literal around to make required temporal ordering ... | Mike Stump | 2009-03-06 | 1 | -12/+17 | 
| *  | Complete __Block_byref_id_object_copy cogegen for block literals. | Mike Stump | 2009-03-06 | 1 | -5/+47 | 
| *  | Finish off __Block_byref_id_object_dispose codegen for block literals. | Mike Stump | 2009-03-06 | 1 | -9/+22 | 
| *  | Remove extra arg. | Mike Stump | 2009-03-06 | 1 | -2/+2 | 
| *  | More codegen support for the copy/dispose helpers for block literals. | Mike Stump | 2009-03-06 | 1 | -10/+88 | 
| *  | Framework for codegen for copy/dispose helpers. | Mike Stump | 2009-03-06 | 1 | -14/+82 | 
| *  | prep work for copy/destroy helpers for block literals. | Mike Stump | 2009-03-05 | 1 | -40/+56 | 
| *  | Add codegen support for __block variables to call _Block_object_dispose as ne... | Mike Stump | 2009-03-05 | 1 | -24/+30 | 
| *  | Fixup __block codegen in nested block literals. | Mike Stump | 2009-03-04 | 1 | -15/+28 | 
| *  | Move some of the CodeGenFunction blocks code up and out.  No | Mike Stump | 2009-03-04 | 1 | -2/+2 | 
| *  | Move more of the blocks code up and out. | Mike Stump | 2009-03-04 | 1 | -4/+4 | 
| *  | Move more of blocks codegen out of CodeGenModule and into the | Mike Stump | 2009-03-04 | 1 | -7/+5 | 
| *  | Add __block codegen testcase.  We introduce a temporary flag to enable | Mike Stump | 2009-03-04 | 1 | -1/+13 | 
| *  | Improved ABI compliance for __block variables.  No testcases yet as we | Mike Stump | 2009-03-04 | 1 | -21/+105 | 
| *  | Avoid crash when child iterator gives null result. | Daniel Dunbar | 2009-03-02 | 1 | -1/+2 | 
| *  | Push checking down, also, give the user a hit as to which part of the | Mike Stump | 2009-03-02 | 1 | -39/+0 | 
| *  | Add BLOCK_HAS_DESCRIPTOR to global blocks. | Anders Carlsson | 2009-03-01 | 1 | -1/+2 | 
| *  | Be sure to mark blocks with no imports as being global. | Mike Stump | 2009-03-01 | 1 | -0/+4 | 
| *  | Remove debugging code. | Anders Carlsson | 2009-03-01 | 1 | -2/+0 | 
| *  | Emit errors about unsupported blocks features. | Anders Carlsson | 2009-03-01 | 1 | -0/+41 | 
| *  | Do some blocks cleanup and simplification. Fix a crash, and add a test case. | Anders Carlsson | 2009-03-01 | 1 | -13/+33 | 
| *  | improve compatibility with the VC++'08 C++ compiler.  Patch by | Chris Lattner | 2009-02-28 | 1 | -6/+6 | 
| *  | First cut CodeGen support for __block variables. | Mike Stump | 2009-02-28 | 1 | -14/+74 | 
| *  | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -5/+5 | 
| *  | CodeGen support for copied BlockDeclRefExprs. | Mike Stump | 2009-02-25 | 1 | -18/+75 | 
| *  | Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (whi... | Anders Carlsson | 2009-02-24 | 1 | -6/+1 | 
| *  | Ensure that we can't break or continue out of a block. | Mike Stump | 2009-02-24 | 1 | -0/+5 | 
| *  | Cleanp code with some recent suggestions. | Mike Stump | 2009-02-22 | 1 | -9/+1 | 
| *  | The blocks ABI is wrong, add a FIXME. | Mike Stump | 2009-02-21 | 1 | -0/+3 | 
| *  | Add CodeGen support for the helper for BlockDeclRefExprs.  The easier | Mike Stump | 2009-02-21 | 1 | -19/+30 | 
| *  | More codegen for blocks.  The type of block literals should be better. | Mike Stump | 2009-02-19 | 1 | -8/+55 | 
| *  | Avoid getNameAsCString when the decl doesn't have a name. | Mike Stump | 2009-02-17 | 1 | -2/+3 | 
| *  | Be sure to initialize Name. | Mike Stump | 2009-02-17 | 1 | -1/+1 | 
| *  | Use getNameAsCString instead of getNameAsString and reflow the type. | Mike Stump | 2009-02-14 | 1 | -3/+3 | 
| *  | Generate the helper function for blocks.  Now basic codegen is | Mike Stump | 2009-02-14 | 1 | -7/+11 |