| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change location information for synthesized properties to be at the | Eric Christopher | 2012-03-30 | 1 | -2/+2 |
* | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier | 2012-03-29 | 1 | -6/+3 |
* | Tidy. | Eric Christopher | 2012-03-29 | 1 | -13/+19 |
* | When we can't prove that the target of an aggregate copy is | John McCall | 2012-03-28 | 1 | -3/+6 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -17/+17 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2012-03-10 | 1 | -14/+5 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -33/+27 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -18/+198 |
* | Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s... | Eli Friedman | 2012-03-01 | 1 | -4/+4 |
* | Implement IRGen for the retain-autorelease in the lambda conversion-to-block-... | Eli Friedman | 2012-02-28 | 1 | -0/+25 |
* | Whether an argument is required (in contrast with being an | John McCall | 2012-02-17 | 1 | -20/+31 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -1/+2 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -2/+1 |
* | revert r149184 | Fariborz Jahanian | 2012-01-29 | 1 | -17/+3 |
* | objc-arc: Perform null check on receiver before sending methods which | Fariborz Jahanian | 2012-01-28 | 1 | -3/+17 |
* | Use function pointers, rather than references, to pass Destroyers | Peter Collingbourne | 2012-01-26 | 1 | -4/+4 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | objc++: patch for IRgen for atomic properties of | Fariborz Jahanian | 2012-01-10 | 1 | -34/+160 |
* | objc++: more atomic property api code for | Fariborz Jahanian | 2012-01-08 | 1 | -7/+15 |
* | objc++: More codegen stuff for atomic properties of c++ objects | Fariborz Jahanian | 2012-01-07 | 1 | -7/+18 |
* | objc++: more code gen stuff for atomic property api, | Fariborz Jahanian | 2012-01-06 | 1 | -13/+65 |
* | objc++: sythesize a helper function to be used | Fariborz Jahanian | 2012-01-06 | 1 | -2/+89 |
* | Fixes a code gen bug for setter code for a property of | Fariborz Jahanian | 2012-01-05 | 1 | -1/+2 |
* | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman | 2011-12-03 | 1 | -10/+5 |
* | Enter the cleanups for a block outside the enclosing | John McCall | 2011-11-10 | 1 | -2/+5 |
* | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -16/+0 |
* | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall | 2011-11-07 | 1 | -101/+0 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+64 |
* | Replace vectors with arrays. | Benjamin Kramer | 2011-10-15 | 1 | -3/+1 |
* | Recommit: | Eric Christopher | 2011-10-13 | 1 | -16/+8 |
* | Revert file/scope handling patches. gdb testing revealed a couple of bugs. | Eric Christopher | 2011-10-12 | 1 | -8/+16 |
* | Start handling debug line and scope information better: | Eric Christopher | 2011-10-11 | 1 | -16/+8 |
* | Mark calls to objc_retainBlock that don't result from casts | John McCall | 2011-10-04 | 1 | -8/+48 |
* | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -1/+1 |
* | When performing an @throw in ARC, retain + autorelease | John McCall | 2011-10-01 | 1 | -0/+24 |
* | Change "Regions" to be "LexicalBlocks" since that's what they | Eric Christopher | 2011-09-29 | 1 | -4/+4 |
* | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -2/+1 |
* | Turn off the generation of unaligned atomic load/store; I'm going to explicit... | Eli Friedman | 2011-09-13 | 1 | -1/+3 |
* | Refactoring, mostly to give ObjCPropertyDecls stronger invariants for | John McCall | 2011-09-13 | 1 | -9/+8 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -4/+4 |
* | Don't use native atomics on ivars whose size is not a power of two, | John McCall | 2011-09-13 | 1 | -0/+8 |
* | Handle reference properties correctly in the trivial-getter check. | John McCall | 2011-09-13 | 1 | -2/+8 |
* | Always emit bitfield properties using expression behavior, even if they're | John McCall | 2011-09-13 | 1 | -0/+7 |
* | Unify the decision of how to emit property getters and setters into a | John McCall | 2011-09-13 | 1 | -205/+338 |
* | Privatize the setter/getter call generation methods, plus some minor | John McCall | 2011-09-12 | 1 | -69/+70 |
* | Modernize and comment; no functionality change. | John McCall | 2011-09-10 | 1 | -31/+27 |
* | Simplify the generation of Objective-C setters, at least a little. | John McCall | 2011-09-10 | 1 | -132/+201 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -8/+8 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -0/+70 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |