| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [LVer] Fix FIXME: hide addPHINodes, NFC | Adam Nemet | 2015-08-20 | 1 | -2/+1 |
* | Exposed findDefsUsedOutsideOfLoop as a loop utility function | Ashutosh Nema | 2015-08-19 | 1 | -19/+1 |
* | [LVer] Remove unused Pass parameter from versionLoop, NFC | Adam Nemet | 2015-08-14 | 1 | -1/+1 |
* | [LAA] Make the set of runtime checks part of the state of LAA, NFC | Adam Nemet | 2015-08-07 | 1 | -1/+1 |
* | [LDist] Filter the checks locally rather than in LAA, NFC | Adam Nemet | 2015-07-30 | 1 | -2/+43 |
* | [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC | Adam Nemet | 2015-07-28 | 1 | -3/+5 |
* | Use make_range(rbegin(), rend()) to allow foreach loops. NFC. | Pete Cooper | 2015-07-24 | 1 | -3/+1 |
* | [LAA] Introduce RuntimePointerChecking::PointerInfo, NFC | Adam Nemet | 2015-07-14 | 1 | -2/+2 |
* | [LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC | Adam Nemet | 2015-07-14 | 1 | -3/+2 |
* | [LoopDist/LoopVer] Move LoopVersioning to a new module, NFC | Adam Nemet | 2015-07-10 | 1 | -115/+1 |
* | [LoopDist] Move loop-versioning helper functions to Cloning, NFC | Adam Nemet | 2015-07-10 | 1 | -66/+4 |
* | [LoopDist] Improve variable names and comments in LoopVersioning class, NFC | Adam Nemet | 2015-06-22 | 1 | -25/+29 |
* | [LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC | Adam Nemet | 2015-06-19 | 1 | -8/+8 |
* | [LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC | Adam Nemet | 2015-06-19 | 1 | -18/+12 |
* | [LoopDistribute] Remove a layer of pointer indirection. | Benjamin Kramer | 2015-05-21 | 1 | -41/+32 |
* | Attempt to fix MSVC bots | Adam Nemet | 2015-05-14 | 1 | -3/+3 |
* | New Loop Distribution pass | Adam Nemet | 2015-05-14 | 1 | -0/+985 |