summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DependenceAnalysis.h
Commit message (Expand)AuthorAge
* delinearization of arraysSebastian Pop2013-11-12
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov2012-12-27
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* test commit: added a few commentsPreston Briggs2012-11-21
* removes a few "const" qualifiersSebastian Pop2012-11-20
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-25
* Remove extra semicolon.Chad Rosier2012-10-11
* dependence analysisSebastian Pop2012-10-11