summaryrefslogtreecommitdiff
path: root/lib/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAge
* remove BasePointer before delinearizingSebastian Pop2014-05-27
* remove constant termsSebastian Pop2014-05-27
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* split delinearization pass in 3 stepsSebastian Pop2014-05-07
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* normalize the last delinearized dimensionSebastian Pop2014-02-21
* fail delinearization when the size of subscripts differsSebastian Pop2014-02-21
* Fix known typosAlp Toker2014-01-24
* Fix comment of findGCD.Mingjie Xing2014-01-07
* add more comments around the delinearization of arraysSebastian Pop2013-11-13
* delinearization of arraysSebastian Pop2013-11-12
* Remove extraneous semicolon.Jakub Staszak2013-08-06
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Modified dump() to provide a littlePreston Briggs2012-11-30
* Cleaned up a couple of comments.Preston Briggs2012-11-29
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-27
* Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs2012-11-27
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-21
* removes a few "const" qualifiersSebastian Pop2012-11-20
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-13
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-25
* fix warningSebastian Pop2012-10-12
* dependence analysisSebastian Pop2012-10-11