[LVer] Remove unused Pass parameter from versionLoop, NFC
[oota-llvm.git] / lib / Transforms / Scalar / LoopDistribute.cpp
2015-08-14 Adam Nemet[LVer] Remove unused Pass parameter from versionLoop...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-28 Adam Nemet[LDist][LVer] Explicitly pass the set of memchecks...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-06-22 Adam Nemet[LoopDist] Improve variable names and comments in LoopV...
2015-06-19 Adam Nemet[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning...
2015-06-19 Adam Nemet[LoopDist] Move pointer-to-partition computation out...
2015-05-21 Benjamin Kramer[LoopDistribute] Remove a layer of pointer indirection.
2015-05-14 Adam NemetAttempt to fix MSVC bots
2015-05-14 Adam NemetNew Loop Distribution pass