summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Typo. NFC.Chad Rosier2016-05-021-1/+1
* Use false rather than 0 for a boolean value. NFC.Chad Rosier2016-05-021-1/+1
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* [Speculation] Add a SpeculativeExecution mode where the pass does nothing unl...Justin Lebar2016-04-151-5/+43
* Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith2015-10-131-1/+1
* [Speculation] NFC: more header commentsJingyue Wu2015-05-191-0/+9
* Move Pass into anonymous namespace. NFC.Benjamin Kramer2015-05-161-0/+2
* Add a speculative execution passJingyue Wu2015-05-151-0/+232
OpenPOWER on IntegriCloud