summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the application of type attributes so that attributes fromJohn McCall2011-01-051-6/+14
* IR Gen. part of API support for __block cxxFariborz Jahanian2010-12-021-59/+59
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-7/+0
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-14/+14
* Fixes synthesis of type for the object which holds info.Fariborz Jahanian2010-11-171-3/+2
* Implements __block API for c++ objects. There is stillFariborz Jahanian2010-11-161-5/+38
* Some cleanup of block API code.Fariborz Jahanian2010-11-151-19/+15
* Removed unnecessary initialization of a flag whichFariborz Jahanian2010-11-141-1/+1
* Initialize couple of fields.Fariborz Jahanian2010-11-131-1/+2
* Block API patch to do copy ctor of copied-in cxx objects inFariborz Jahanian2010-11-131-13/+36
* Adding couple of Block API, a bug fix andFariborz Jahanian2010-11-111-4/+3
* When emitting l-values for bool non-__block decl references, make a pointerJohn McCall2010-10-281-1/+1
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-6/+13
* one piece of code is responsible for the lifetime of every aggregateJohn McCall2010-09-151-1/+1
* Fixes an obscure bug in importd block variable layoutFariborz Jahanian2010-09-111-1/+1
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-13/+13
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
* Make use of __func__ in a block actually refer toFariborz Jahanian2010-08-131-6/+17
* More objc block variable layout info. work.Fariborz Jahanian2010-08-041-7/+18
* Some early work for providing block layout info. Fariborz Jahanian2010-08-041-37/+10
* Fix flags in global block descriptor whenFariborz Jahanian2010-07-281-15/+22
* IRgen: Move blocks runtime interfaces to CodeGenModule.Daniel Dunbar2010-07-161-47/+4
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-1/+1
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-26/+1
* Remove unnecessary ASTContext parameter fromDouglas Gregor2010-07-011-2/+1
* Minor refactorin of my last patch (radar 7860965 related).Fariborz Jahanian2010-06-281-1/+1
* Have __func__ and siblings point to block's implementation functionFariborz Jahanian2010-06-281-1/+12
* finally get around to doing a significant cleanup to irgen:Chris Lattner2010-06-271-12/+8
* Patch to correctly mangle block helper functionsFariborz Jahanian2010-06-241-4/+4
* Block Code Gen. API. Call destructor on descriptiorFariborz Jahanian2010-06-081-2/+30
* Fixed a block regression caused by trying to useFariborz Jahanian2010-06-071-4/+0
* Build AST for copy-construction of copied-inFariborz Jahanian2010-06-041-22/+10
* For C++ copied in objects, use copy constructors inFariborz Jahanian2010-06-041-7/+28
* Block C++ code gen. Adds support for block reference argumentFariborz Jahanian2010-06-021-4/+14
* Fix compilation failureDouglas Gregor2010-05-251-2/+2
* Improve name mangling for blocks and support mangling of static localDouglas Gregor2010-05-251-2/+3
* Add braces to avoid an ambiguous else, fixing a GCC warning.Chandler Carruth2010-05-211-1/+2
* Allocate space in a block record for implicit references to the Objective CJohn McCall2010-05-211-82/+118
* Support implicitly closing on 'this' in a block. Fixed PR7165.John McCall2010-05-201-128/+173
* It's bad form to create VarDecl's without DeclContextsDouglas Gregor2010-05-111-1/+3
* Fixes a code gen crash when block is a reference type, etc.Fariborz Jahanian2010-05-041-0/+2
* When synthesizing Objective C records, give the synthetic fields publicJohn McCall2010-04-301-1/+1
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-8/+14
* Minor include pruning.Benjamin Kramer2010-03-311-0/+1
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-10/+9
* add support for a 1<<29 bit in the block flags field to mark blocks using alt...Blaine Garst2010-03-051-2/+15
* Unconditionally support block introspection data in a new field at the endBlaine Garst2010-02-231-53/+44
* remove unused function & enumerationsBlaine Garst2010-02-191-34/+0
* Patch to remove arbitrary imporation of 'self' intoFariborz Jahanian2010-02-171-13/+0
* Did not intend to check this in.Fariborz Jahanian2010-02-171-2/+0
OpenPOWER on IntegriCloud