aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DependenceAnalysis.h
AgeCommit message (Expand)Author
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-27Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-21test commit: added a few commentsPreston Briggs
2012-11-20removes a few "const" qualifiersSebastian Pop
2012-10-31Fix a couple of comment typos.Benjamin Kramer
2012-10-25DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer
2012-10-11Remove extra semicolon.Chad Rosier
2012-10-11dependence analysisSebastian Pop