Age | Commit message (Expand) | Author |
---|---|---|
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-06-20 | Completely short-circuit out ARC optimization if the ARC runtime | 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 |