summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor.Mike Stump2009-10-211-10/+4
* Prep work to always preallocate BlockDeclRefExprs so that we canMike Stump2009-10-211-5/+1
* Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer2009-10-131-2/+1
* Improve debug info generation for __block variables.Mike Stump2009-09-221-9/+11
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Update for LLVM API change.Owen Anderson2009-08-131-1/+2
* LLVMContext is a class now.Benjamin Kramer2009-08-111-1/+1
* Update for LLVM API change.Owen Anderson2009-08-051-1/+1
* Remove ASTContext::isObjCObjectPointerType().Steve Naroff2009-07-161-1/+1
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-1/+7
* As an optimization, we maintain a cache of generatedMike Stump2009-06-051-3/+9
* Skip the asm prefix when storing the name in block info.Daniel Dunbar2009-05-141-2/+6
* Fixup copy/dispose helpers for Objective-C. Radar 6756504Mike Stump2009-04-101-0/+2
* Fixup codegen for nested blocks that use copy/dispose in the innerMike Stump2009-04-101-4/+4
* Codegen support for copy helpers for block literals.Mike Stump2009-03-071-9/+37
* Pass the type of the block literal around to make required temporal ordering ...Mike Stump2009-03-061-4/+4
* Complete __Block_byref_id_object_copy cogegen for block literals.Mike Stump2009-03-061-4/+6
* Finish off __Block_byref_id_object_dispose codegen for block literals.Mike Stump2009-03-061-3/+3
* Remove extra arg.Mike Stump2009-03-061-1/+1
* More codegen support for the copy/dispose helpers for block literals.Mike Stump2009-03-061-2/+8
* Framework for codegen for copy/dispose helpers.Mike Stump2009-03-061-4/+8
* prep work for copy/destroy helpers for block literals.Mike Stump2009-03-051-0/+9
* Add codegen support for __block variables to call _Block_object_dispose as ne...Mike Stump2009-03-051-3/+15
* Move more blocks CodeGenFunction code up and out.Mike Stump2009-03-041-0/+23
* Move some of the CodeGenFunction blocks code up and out. NoMike Stump2009-03-041-0/+8
* Move more of the blocks code up and out.Mike Stump2009-03-041-3/+11
* Move more of blocks codegen out of CodeGenModule and into theMike Stump2009-03-041-0/+63
* Start the migration of more of the blocks code out of sight for mostMike Stump2009-03-041-0/+54
OpenPOWER on IntegriCloud