Merging r258616:
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / X86 /
2015-10-06 Craig Topper[TwoAddressInstructionPass] When looking for a 3 addr...
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-07-28 Sanjoy Das[LSR] Move X86 specific test case to X86/
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
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...
2015-01-28 Michael Kuperstein[X86] Reduce some 32-bit imuls into lea + shl
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-03-12 Rafael EspindolaThis test need the X86 backend, move it to the X86...
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2013-10-29 Alp TokerFix "existant" typos
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-10 Andrew TrickMove llc + target triple tests into X86
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-20 Andrew TrickTest case comments missing from my previous checkin.
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-14 Andrew TrickFix a corner case hit by redundant phi elimination...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-09 Andrew TrickAdding IV chain generation to LSR.
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.