summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change location information for synthesized properties to be at theEric Christopher2012-03-301-2/+2
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-6/+3
* Tidy.Eric Christopher2012-03-291-13/+19
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-3/+6
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-17/+17
* Simplify code. No functionality change.Benjamin Kramer2012-03-101-14/+5
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-33/+27
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-18/+198
* Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman2012-03-011-4/+4
* Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...Eli Friedman2012-02-281-0/+25
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-20/+31
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-1/+2
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-2/+1
* revert r149184Fariborz Jahanian2012-01-291-17/+3
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-281-3/+17
* Use function pointers, rather than references, to pass DestroyersPeter Collingbourne2012-01-261-4/+4
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-101-34/+160
* objc++: more atomic property api code forFariborz Jahanian2012-01-081-7/+15
* objc++: More codegen stuff for atomic properties of c++ objectsFariborz Jahanian2012-01-071-7/+18
* objc++: more code gen stuff for atomic property api,Fariborz Jahanian2012-01-061-13/+65
* objc++: sythesize a helper function to be usedFariborz Jahanian2012-01-061-2/+89
* Fixes a code gen bug for setter code for a property ofFariborz Jahanian2012-01-051-1/+2
* Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman2011-12-031-10/+5
* Enter the cleanups for a block outside the enclosingJohn McCall2011-11-101-2/+5
* Rip out CK_GetObjCProperty.John McCall2011-11-071-16/+0
* Rip the ObjCPropertyRef l-value kind out of IR-generation.John McCall2011-11-071-101/+0
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+64
* Replace vectors with arrays.Benjamin Kramer2011-10-151-3/+1
* Recommit:Eric Christopher2011-10-131-16/+8
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-8/+16
* Start handling debug line and scope information better:Eric Christopher2011-10-111-16/+8
* Mark calls to objc_retainBlock that don't result from castsJohn McCall2011-10-041-8/+48
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-1/+1
* When performing an @throw in ARC, retain + autoreleaseJohn McCall2011-10-011-0/+24
* Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher2011-09-291-4/+4
* de-tmpify clang.Benjamin Kramer2011-09-271-2/+1
* Turn off the generation of unaligned atomic load/store; I'm going to explicit...Eli Friedman2011-09-131-1/+3
* Refactoring, mostly to give ObjCPropertyDecls stronger invariants forJohn McCall2011-09-131-9/+8
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-4/+4
* Don't use native atomics on ivars whose size is not a power of two,John McCall2011-09-131-0/+8
* Handle reference properties correctly in the trivial-getter check.John McCall2011-09-131-2/+8
* Always emit bitfield properties using expression behavior, even if they'reJohn McCall2011-09-131-0/+7
* Unify the decision of how to emit property getters and setters into aJohn McCall2011-09-131-205/+338
* Privatize the setter/getter call generation methods, plus some minorJohn McCall2011-09-121-69/+70
* Modernize and comment; no functionality change.John McCall2011-09-101-31/+27
* Simplify the generation of Objective-C setters, at least a little.John McCall2011-09-101-132/+201
* Rename the ARC cast kinds to start with "ARC".John McCall2011-09-101-8/+8
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-0/+70
* Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall2011-09-091-1/+2
OpenPOWER on IntegriCloud