aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopVersioning.cpp
AgeCommit message (Expand)AuthorFilesLines
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