aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DependenceAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-14/+14
* delinearization of arraysSebastian Pop2013-11-121-0/+4
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* 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