aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-31/+31
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-28/+45
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-84/+80
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+35
* add more comments around the delinearization of arraysSebastian Pop2013-11-131-5/+16
* delinearization of arraysSebastian Pop2013-11-121-0/+55
* Remove extraneous semicolon.Jakub Staszak2013-08-061-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-281-0/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Modified dump() to provide a littlePreston Briggs2012-11-301-32/+30
* Cleaned up a couple of comments.Preston Briggs2012-11-291-4/+4
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-271-1/+16
* Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs2012-11-271-0/+3
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-211-69/+108
* removes a few "const" qualifiersSebastian Pop2012-11-201-13/+13
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-131-8/+5
* Fix a couple of comment typos.Benjamin Kramer2012-10-311-2/+2
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-311-3/+4
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-251-1/+5
* fix warningSebastian Pop2012-10-121-6/+6
* dependence analysisSebastian Pop2012-10-111-0/+3781