summaryrefslogtreecommitdiff
path: root/lib/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAge
* 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