summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/Delinearization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Consolidate six getPointerOperand() utility functions into one placeRenato Golin2018-03-091-11/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* SCEV: Allow simple AddRec * Parameter products in delinearizationTobias Grosser2015-10-121-8/+2
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-2/+2
* Move delinearization from SCEVAddRecExpr to ScalarEvolutionTobias Grosser2015-06-291-1/+1
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-3/+3
* remove BasePointer before delinearizingSebastian Pop2014-05-271-3/+11
* remove constant termsSebastian Pop2014-05-271-2/+2
* split delinearization pass in 3 stepsSebastian Pop2014-05-071-2/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-3/+3
* Delinearize: Extend informationin -analyze outputTobias Grosser2014-04-091-0/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-3/+3
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-5/+5
* add more comments around the delinearization of arraysSebastian Pop2013-11-131-0/+4
* Move Delinearization pass into an anonymous namespace.Benjamin Kramer2013-11-131-0/+4
* delinearization of arraysSebastian Pop2013-11-121-0/+125
OpenPOWER on IntegriCloud