aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DependenceAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-281-1/+35
* Fix a few typos in comments.Jakub Staszak2013-03-051-2/+2
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov2012-12-271-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* test commit: added a few commentsPreston Briggs2012-11-211-0/+10
* removes a few "const" qualifiersSebastian Pop2012-11-201-9/+9
* Fix a couple of comment typos.Benjamin Kramer2012-10-311-9/+9
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-251-10/+4
* Remove extra semicolon.Chad Rosier2012-10-111-1/+1
* dependence analysisSebastian Pop2012-10-111-0/+891