[PM] Port ScalarEvolution to the new pass manager.
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Patelfix code that was accidentally commented out in previou...
2015-08-11 Sanjay Patelfix typos in comments; NFC
2015-08-11 Sanjay Patelfix typo in comment; NFC
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Tyler NowickiMoved LoopVectorizeHints and related functions before...
2015-08-11 Tyler NowickiSimplify processLoop() by moving loop hint verification...
2015-08-11 Adam Nemet[LAA] Change name from addRuntimeCheck to addRuntimeChe...
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-10 Tyler NowickiModify diagnostic messages to clearly indicate the...
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-13 Benjamin KramerAvoid using Loop::getSubLoopsVector.
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
2015-07-11 Tyler NowickiRenamed some uses of unroll to interleave in the vector...
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-08 Michael Zolotukhin[LoopVectorizer] Rename BypassBlock to VectorPH, and...
2015-07-08 Michael Zolotukhin[LoopVectorizer] Restructurize code for emitting RT...
2015-07-08 Michael Zolotukhin[LoopVectorizer] Remove redundant variables PastOverflo...
2015-07-08 Michael Zolotukhin[LoopVectorizer] Move some code around to ease further...
2015-07-08 Michael Zolotukhin[LoopVectorizer] Remove redundant variable LastBypassBl...
2015-07-01 Alexey Samsonov[LoopVectorize] Use ReplaceInstWithInst() helper where...
2015-06-27 David Majnemer[LoopVectorize] Pointer indicies may be wider than...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-24 Michael Zolotukhin[LoopVectorizer] Fix bailing-out condition for OptForSi...
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-16 Tyler NowickiRefactor RecurrenceInstDesc
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-06-11 Hao Liu[LoopVectorize] Revert the enabling of interleaved...
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-04-24 Michael ZolotukhinFix a couple of typos in comments.
2015-04-23 Karthik BhatMove common loop utility function isInductionPHI into...
2015-04-20 Karthik Bhat[NFC] Refactor identification of reductions as common...
2015-04-08 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-27 Karthik BhatRefactor Code inside LoopVectorizer's function isInduct...
2015-03-17 Michael ZolotukhinTry to fix a test broken by one of my previous commits.
2015-03-17 Michael ZolotukhinLoopVectorize: teach loop vectorizer to vectorize calls.
2015-03-17 Michael ZolotukhinLoopVectorizer: Add TargetTransformInfo.
2015-03-10 Adam Nemet[LAA-memchecks 2/3] Move number of memcheck threshold...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 Michael ZolotukhinMake ToVectorTy static.
2015-02-26 Eric ChristopherRemove DebugLoc::print(LLVMContext, raw_ostream), it...
2015-02-19 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-19 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-19 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-19 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-19 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-19 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-19 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-19 Adam Nemet[LoopAccesses] Make VectorizerParams global + fix for...
2015-02-19 Adam NemetRevert "Reformat."
2015-02-18 NAKAMURA TakumiReformat.
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-18 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-18 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-18 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-18 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-18 Adam Nemet[LoopAccesses] Make blockNeedsPredication static
2015-02-18 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-18 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-18 Adam Nemet[LoopAccesses] Make VectorizerParams global
2015-02-18 Adam Nemet[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
2015-02-15 Elena DemikhovskyEnabled cost calculation for masked memory operations.
2015-02-14 Duncan P. N. Exon... Transforms: Canonicalize access to function attributes...
2015-02-06 Adam Nemet[LV] Move addRuntimeCheck to LoopAccessAnalysis
2015-02-03 Adam Nemet[LV] Split off memcheck block really at the first check
2015-02-03 Adam Nemet[LoopVectorize] Fix rebase glitch in r227751
2015-02-03 NAKAMURA TakumiResurrect initializers for NumLoads and NumStores in...
2015-02-01 Benjamin KramerLoopVectorize: Remove initializer list that blocks...
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Adam Nemet[LoopVectorize] Move RuntimePointerCheck under LoopAcce...
2015-02-01 Adam Nemet[LoopVectorize] Pass parameters explicitly to MemoryDep...
2015-02-01 Adam Nemet[LoopVectorize] Split out LoopAccessAnalysis from LoopV...
2015-02-01 Adam Nemet[LoopVectorize] Add accessors for Num{Stores,Loads...
2015-02-01 Adam Nemet[LoopVectorize] Rename the Report class to Vectorizatio...
2015-02-01 Adam Nemet[LoopVectorize] Factor out duplicated code into Report...
2015-02-01 Adam Nemet[LoopVectorize] Split out RuntimePointerCheck from...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-30 Reid KlecknerSilence "not all paths return a value" warning in MSVC
2015-01-30 Chandler CarruthFix a warning introduced by r227557 due to a default...
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2015-01-22 Elena DemikhovskyFixed a bug in masked load/store in reversed loop.
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
next