summaryrefslogtreecommitdiff
path: root/lib/Analysis/Delinearization.cpp
AgeCommit message (Expand)Author
2016-04-18[NFC] Header cleanupMehdi Amini
2015-10-12SCEV: Allow simple AddRec * Parameter products in delinearizationTobias Grosser
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth
2015-06-29Move delinearization from SCEVAddRecExpr to ScalarEvolutionTobias Grosser
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth
2014-05-27remove BasePointer before delinearizingSebastian Pop
2014-05-27remove constant termsSebastian Pop
2014-05-07split delinearization pass in 3 stepsSebastian Pop
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-09Delinearize: Extend informationin -analyze outputTobias Grosser
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-11-13add more comments around the delinearization of arraysSebastian Pop
2013-11-13Move Delinearization pass into an anonymous namespace.Benjamin Kramer
2013-11-12delinearization of arraysSebastian Pop