aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBlocks.h
AgeCommit message (Expand)Author
2009-06-05As an optimization, we maintain a cache of generatedMike Stump
2009-05-14Skip the asm prefix when storing the name in block info.Daniel Dunbar
2009-04-10Fixup copy/dispose helpers for Objective-C. Radar 6756504Mike Stump
2009-04-10Fixup codegen for nested blocks that use copy/dispose in the innerMike Stump
2009-03-07Codegen support for copy helpers for block literals.Mike Stump
2009-03-06Pass the type of the block literal around to make required temporal ordering ...Mike Stump
2009-03-06Complete __Block_byref_id_object_copy cogegen for block literals.Mike Stump
2009-03-06Finish off __Block_byref_id_object_dispose codegen for block literals.Mike Stump
2009-03-06Remove extra arg.Mike Stump
2009-03-06More codegen support for the copy/dispose helpers for block literals.Mike Stump
2009-03-06Framework for codegen for copy/dispose helpers.Mike Stump
2009-03-05prep work for copy/destroy helpers for block literals.Mike Stump
2009-03-05Add codegen support for __block variables to call _Block_object_dispose as ne...Mike Stump
2009-03-04Move more blocks CodeGenFunction code up and out.Mike Stump
2009-03-04Move some of the CodeGenFunction blocks code up and out. NoMike Stump
2009-03-04Move more of the blocks code up and out.Mike Stump
2009-03-04Move more of blocks codegen out of CodeGenModule and into theMike Stump
2009-03-04Start the migration of more of the blocks code out of sight for mostMike Stump