Revert "[SCEV] Look at backedge dominating conditions."
[oota-llvm.git] / test / Analysis / CostModel / ARM /
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...
2014-09-12 James Molloy[ARM] Teach the cost model that cross-class copies...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-03-10 Raul E. SilveraWhen analyzing vectors of element type that require...
2014-02-16 Nico RieckFix broken CHECK lines
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-03-19 Renato GolinImprove long vector sext/zext lowering on ARM
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-05 Arnold SchwaighoferARM cost model: Cost for scalar integer casts and float...
2013-02-04 Arnold SchwaighoferARM cost model: Penalize insertelement into D subregisters