Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / TargetTransformInfoImpl.h
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-19 Elena DemikhovskyRemoved parameter "Consecutive" from isLegalMaskedLoad...
2015-09-23 Sanjay Patelset div/rem default values to 'expensive' in TargetTran...
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
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-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-08 Jingyue Wu[NoTTI] reject negative scale in addressing mode
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
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-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-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
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-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...