Make TargetLowering::getPointerTy() taking DataLayout as an argument
[oota-llvm.git] / lib / Target / ARM / ARMTargetTransformInfo.cpp
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-06-26 Hao Liu[ARM] Lower interleaved memory accesses to vldN/vstN...
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2014-09-12 James Molloy[ARM] Teach the cost model that cross-class copies...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-05-22 Eric ChristopherFix typo.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Duncan P. N. Exon... Change else if => if after return, after r203265
2014-03-07 Ted KremenekRemove dead 'return'.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
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...