aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-01[PM] Port SpeculativeExecution to the new PMMichael Kuperstein1-39/+57
2016-05-03Mark that SpeculativeExecution preserves Globals Alias Analysis.Kristof Beyls1-0/+2
2016-05-02Typo. NFC.Chad Rosier1-1/+1
2016-05-02Use false rather than 0 for a boolean value. NFC.Chad Rosier1-1/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-04-15[Speculation] Add a SpeculativeExecution mode where the pass does nothing unl...Justin Lebar1-5/+43
2015-10-13Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith1-1/+1
2015-05-19[Speculation] NFC: more header commentsJingyue Wu1-0/+9
2015-05-16Move Pass into anonymous namespace. NFC.Benjamin Kramer1-0/+2
2015-05-15Add a speculative execution passJingyue Wu1-0/+232