[PM] Port ScalarEvolution to the new pass manager.
[oota-llvm.git] / lib / Analysis / Delinearization.cpp
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Tobias GrosserDelinearize: Extend informationin -analyze output
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-13 Sebastian Popadd more comments around the delinearization of arrays
2013-11-13 Benjamin KramerMove Delinearization pass into an anonymous namespace.
2013-11-12 Sebastian Popdelinearization of arrays