aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopVersioning.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFCXinliang David Li1-3/+3
2016-07-01[PM] refactor LoopAccessInfo code part-2Xinliang David Li1-3/+3
2016-06-16[LAA] Default getInfo to not speculate symbolic strides. NFCAdam Nemet1-1/+1
2016-06-14[LoopVer] Remove an assert that's redundant now. NFCAdam Nemet1-4/+1
2016-06-14[LoopVer] Update all existing PHIs in the exit blockAdam Nemet1-6/+18
2016-06-13Fix a typo in loop versioning.Vikram TV1-1/+1
2016-06-09Revert r272194 No need for it if loop Analysis Manager is usedXinliang David Li1-1/+1
2016-06-08[PM] Refector LoopAccessInfo analysis code Xinliang David Li1-1/+1
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer1-1/+1
2016-03-22[LoopVersioning] Relax an assert for LCSSA PHIsAdam Nemet1-3/+4
2016-03-17[LoopVectorize] Annotate versioned loop with noalias metadataAdam Nemet1-9/+13
2016-03-17[LoopVersioning] Annotate versioned loop with noalias metadataAdam Nemet1-0/+89
2016-02-08[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memorySilviu Baranga1-1/+0
2016-02-08Revert r260086 and r260085. They have broken the memorySilviu Baranga1-0/+1
2016-02-08[LoopVersioning] Don't assert when there are no memchecksSilviu Baranga1-1/+0
2016-02-03[LoopVersioning] Expose loop versioning as a pass tooAdam Nemet1-0/+74
2015-12-09Re-commit r255115, with the PredicatedScalarEvolution class moved toSilviu Baranga1-2/+2
2015-12-09Revert r255115 until we figure out how to fix the bot failures.Silviu Baranga1-2/+2
2015-12-09[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...Silviu Baranga1-2/+2
2015-11-24[Utils] Put includes in correct order. NFC.Weiming Zhao1-1/+0
2015-11-09Allow LLE/LD and the loop versioning infrastructure to use SCEV predicatesSilviu Baranga1-22/+53
2015-10-26Move the canonical header to the top of its matching cpp file as per coding c...David Blaikie1-1/+2
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-08-20[LVer] Fix FIXME: hide addPHINodes, NFCAdam Nemet1-1/+6
2015-08-14[LVer] Remove unused Pass parameter from versionLoop, NFCAdam Nemet1-1/+1
2015-08-12[LoopVer] Optionally allow using memchecks from LAAAdam Nemet1-0/+9
2015-08-11[LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFCAdam Nemet1-1/+1
2015-08-10[LoopVer] Remove unused pointer partition argument, NFC.Adam Nemet1-2/+1
2015-08-03[LoopVer] Remove unused needsRuntimeChecks(), NFCAdam Nemet1-7/+2
2015-07-30[LoopVer] Add missing std::moveAdam Nemet1-1/+2
2015-07-28[LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFCAdam Nemet1-5/+6
2015-07-14[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFCAdam Nemet1-1/+1
2015-07-10[LoopDist/LoopVer] Move LoopVersioning to a new module, NFCAdam Nemet1-0/+106