Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -21/+21 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -1/+1 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -14/+14 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -14/+14 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -14/+14 |
* | Completely short-circuit out ARC optimization if the ARC runtime | Dan Gohman | 2011-06-20 | 1 | -4/+62 |
* | Fix ARCOpt to insert releases on both successors of an invoke rather | Dan Gohman | 2011-06-16 | 1 | -10/+27 |
* | The ARC language-specific optimizer. Credit to Dan Gohman. | John McCall | 2011-06-15 | 1 | -0/+3520 |