aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DependenceAnalysis.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Modified dump() to provide a littlePreston Briggs
2012-11-29Cleaned up a couple of comments.Preston Briggs
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-21Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs
2012-11-20removes a few "const" qualifiersSebastian Pop
2012-11-13DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer
2012-10-31Fix a couple of comment typos.Benjamin Kramer
2012-10-31DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer
2012-10-25DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer
2012-10-12fix warningSebastian Pop
2012-10-11dependence analysisSebastian Pop