Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / TargetTransformInfo.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-01 Benjamin KramerAnother missing include for MSVC.
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-06 Michael ZolotukhinUse estimated number of optimized insns in unroll-thres...
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
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...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-02-12 Andrea Di Biagio[Vectorizer] Add a new 'OperandValueKind' in TargetTran...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaDoxify comments
2013-10-22 Benjamin KramerSpeling fixes.
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
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 CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...