[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / post-inc-icmpzero.ll
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2012-01-07 Andrew Trickcomment typo
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...