Age | Commit message (Expand) | Author |
---|---|---|
2011-08-31 | Update more tests to the new EH scheme. | Bill Wendling |
2011-08-22 | Constant pointers to objects don't need reference counting. | Dan Gohman |
2011-08-22 | Make a few tests slightly more strict. | Dan Gohman |
2011-08-19 | Track a retain+release nesting level independently of the | Dan Gohman |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-08-12 | Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result | Dan Gohman |
2011-08-12 | Don't let arbitrary calls disrupt nested retain+release pairs if | Dan Gohman |
2011-08-09 | Tidy up these testcases to look more like real code does. | Dan Gohman |
2011-07-22 | Move the last uses of RetainFunc etc. over to using getRetainCallee() etc. | Dan Gohman |
2011-06-16 | Fix ARCOpt to insert releases on both successors of an invoke rather | Dan Gohman |
2011-06-15 | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall |