aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DependenceAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-16[DependenceAnalysis] Allow subscripts of different typesJingyue Wu1-4/+27
2014-10-28Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi1-9/+5
2014-10-28Untabify and whitespace cleanups.NAKAMURA Takumi1-3/+3
2014-08-26Analysis: cleanupDylan Noblesmith1-3/+2
2014-08-26Revert "Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo"Dylan Noblesmith1-8/+8
2014-08-25Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfoDylan Noblesmith1-8/+8
2014-08-25Analysis: unique_ptr-ify DependenceAnalysis::dependsDylan Noblesmith1-8/+8
2014-08-25Analysis: take a reference instead of pointerDylan Noblesmith1-6/+5
2014-05-27remove BasePointer before delinearizingSebastian Pop1-8/+13
2014-05-27remove constant termsSebastian Pop1-6/+7
2014-05-09move findArrayDimensions to ScalarEvolutionSebastian Pop1-1/+1
2014-05-07split delinearization pass in 3 stepsSebastian Pop1-34/+24
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-38/+38
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth1-1/+1
2014-02-21normalize the last delinearized dimensionSebastian Pop1-2/+17
2014-02-21fail delinearization when the size of subscripts differsSebastian Pop1-1/+14
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-07Fix comment of findGCD.Mingjie Xing1-2/+2
2013-11-13add more comments around the delinearization of arraysSebastian Pop1-5/+16
2013-11-12delinearization of arraysSebastian Pop1-0/+55
2013-08-06Remove extraneous semicolon.Jakub Staszak1-1/+1
2013-07-14Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper1-1/+1
2013-06-28(no commit message)Preston Briggs1-0/+5
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-30Modified dump() to provide a littlePreston Briggs1-32/+30
2012-11-29Cleaned up a couple of comments.Preston Briggs1-4/+4
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs1-1/+16
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs1-0/+3
2012-11-21Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs1-69/+108
2012-11-20removes a few "const" qualifiersSebastian Pop1-13/+13
2012-11-13DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer1-8/+5
2012-10-31Fix a couple of comment typos.Benjamin Kramer1-2/+2
2012-10-31DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer1-3/+4
2012-10-25DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer1-1/+5
2012-10-12fix warningSebastian Pop1-6/+6
2012-10-11dependence analysisSebastian Pop1-0/+3781