Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / CodeGen / BasicTTIImpl.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-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-03-18 NAKAMURA TakumiSplit comma-separated \param(s). [-Wdocumentation]
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-02 Michael ZolotukhinFix a copy-paste bug.
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
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] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Remove another place we were "handling...
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
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...