Revert "Revert "Add Constant Hoisting Pass" (r200034)"
[oota-llvm.git] / lib / Target / ARM / ARMTargetTransformInfo.cpp
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
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
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...