Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Codegen support for copy helpers for block literals. | Mike Stump | 2009-03-07 | 1 | -9/+37 |
| | | | | llvm-svn: 66319 | ||||
* | Pass the type of the block literal around to make required temporal ordering ↵ | Mike Stump | 2009-03-06 | 1 | -4/+4 |
| | | | | | | of code clearer. llvm-svn: 66284 | ||||
* | Complete __Block_byref_id_object_copy cogegen for block literals. | Mike Stump | 2009-03-06 | 1 | -4/+6 |
| | | | | llvm-svn: 66257 | ||||
* | Finish off __Block_byref_id_object_dispose codegen for block literals. | Mike Stump | 2009-03-06 | 1 | -3/+3 |
| | | | | llvm-svn: 66247 | ||||
* | Remove extra arg. | Mike Stump | 2009-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 66243 | ||||
* | More codegen support for the copy/dispose helpers for block literals. | Mike Stump | 2009-03-06 | 1 | -2/+8 |
| | | | | llvm-svn: 66241 | ||||
* | Framework for codegen for copy/dispose helpers. | Mike Stump | 2009-03-06 | 1 | -4/+8 |
| | | | | llvm-svn: 66231 | ||||
* | prep work for copy/destroy helpers for block literals. | Mike Stump | 2009-03-05 | 1 | -0/+9 |
| | | | | llvm-svn: 66159 | ||||
* | Add codegen support for __block variables to call _Block_object_dispose as ↵ | Mike Stump | 2009-03-05 | 1 | -3/+15 |
| | | | | | | necessary. llvm-svn: 66117 | ||||
* | Move more blocks CodeGenFunction code up and out. | Mike Stump | 2009-03-04 | 1 | -0/+23 |
| | | | | llvm-svn: 66049 | ||||
* | Move some of the CodeGenFunction blocks code up and out. No | Mike Stump | 2009-03-04 | 1 | -0/+8 |
| | | | | | | functionality change. llvm-svn: 66048 | ||||
* | Move more of the blocks code up and out. | Mike Stump | 2009-03-04 | 1 | -3/+11 |
| | | | | llvm-svn: 66046 | ||||
* | Move more of blocks codegen out of CodeGenModule and into the | Mike Stump | 2009-03-04 | 1 | -0/+63 |
| | | | | | | | | | BlockModule. No functionality change. This should help people that don't want to know anything about blocks not be confused by the overloaded use of the term block or nor want to see all the blocks goop. llvm-svn: 66042 | ||||
* | Start the migration of more of the blocks code out of sight for most | Mike Stump | 2009-03-04 | 1 | -0/+54 |
people. De-duplicates BLOCK_NEEDS_FREE and friends. llvm-svn: 66035 |