| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [NFC] Consolidate six getPointerOperand() utility functions into one place | Renato Golin | 2018-03-09 | 1 | -11/+1 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+1 |
| * | SCEV: Allow simple AddRec * Parameter products in delinearization | Tobias Grosser | 2015-10-12 | 1 | -8/+2 |
| * | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -2/+2 |
| * | Move delinearization from SCEVAddRecExpr to ScalarEvolution | Tobias Grosser | 2015-06-29 | 1 | -1/+1 |
| * | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -3/+3 |
| * | remove BasePointer before delinearizing | Sebastian Pop | 2014-05-27 | 1 | -3/+11 |
| * | remove constant terms | Sebastian Pop | 2014-05-27 | 1 | -2/+2 |
| * | split delinearization pass in 3 steps | Sebastian Pop | 2014-05-07 | 1 | -2/+3 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -2/+3 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -3/+3 |
| * | Delinearize: Extend informationin -analyze output | Tobias Grosser | 2014-04-09 | 1 | -0/+4 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -3/+3 |
| * | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -5/+5 |
| * | add more comments around the delinearization of arrays | Sebastian Pop | 2013-11-13 | 1 | -0/+4 |
| * | Move Delinearization pass into an anonymous namespace. | Benjamin Kramer | 2013-11-13 | 1 | -0/+4 |
| * | delinearization of arrays | Sebastian Pop | 2013-11-12 | 1 | -0/+125 |