summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-3/+3
* [DependenceAnalysis] Allow subscripts of different typesJingyue Wu2014-11-161-4/+27
* Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi2014-10-281-9/+5
* Untabify and whitespace cleanups.NAKAMURA Takumi2014-10-281-3/+3
* Analysis: cleanupDylan Noblesmith2014-08-261-3/+2
* Revert "Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo"Dylan Noblesmith2014-08-261-8/+8
* Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfoDylan Noblesmith2014-08-251-8/+8
* Analysis: unique_ptr-ify DependenceAnalysis::dependsDylan Noblesmith2014-08-251-8/+8
* Analysis: take a reference instead of pointerDylan Noblesmith2014-08-251-6/+5
* remove BasePointer before delinearizingSebastian Pop2014-05-271-8/+13
* remove constant termsSebastian Pop2014-05-271-6/+7
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-091-1/+1
* split delinearization pass in 3 stepsSebastian Pop2014-05-071-34/+24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-38/+38
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* normalize the last delinearized dimensionSebastian Pop2014-02-211-2/+17
* fail delinearization when the size of subscripts differsSebastian Pop2014-02-211-1/+14
* Fix known typosAlp Toker2014-01-241-1/+1
* Fix comment of findGCD.Mingjie Xing2014-01-071-2/+2
* add more comments around the delinearization of arraysSebastian Pop2013-11-131-5/+16
* delinearization of arraysSebastian Pop2013-11-121-0/+55
* Remove extraneous semicolon.Jakub Staszak2013-08-061-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* (no commit message)Preston Briggs2013-06-281-0/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Modified dump() to provide a littlePreston Briggs2012-11-301-32/+30
* Cleaned up a couple of comments.Preston Briggs2012-11-291-4/+4
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-271-1/+16
* Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs2012-11-271-0/+3
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-211-69/+108
* removes a few "const" qualifiersSebastian Pop2012-11-201-13/+13
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-131-8/+5
* Fix a couple of comment typos.Benjamin Kramer2012-10-311-2/+2
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-311-3/+4
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-251-1/+5
* fix warningSebastian Pop2012-10-121-6/+6
* dependence analysisSebastian Pop2012-10-111-0/+3781
OpenPOWER on IntegriCloud