[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Analysis / DependenceAnalysis.cpp
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-15 James Molloy[DependenceAnalysis] Fix for PR21585: collectUpperBound...
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-05 NAKAMURA TakumiReformat.
2015-03-05 NAKAMURA TakumiRevert r231103, "FullDependenceAnalysis: Avoid using...
2015-03-05 NAKAMURA TakumiRevert r231104, "unique_ptrify FullDependenceAnalysis...
2015-03-03 David Blaikieunique_ptrify FullDependenceAnalysis::DV
2015-03-03 David BlaikieFullDependenceAnalysis: Avoid using the (deprecated...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-11-16 Jingyue Wu[DependenceAnalysis] Allow subscripts of different...
2014-10-28 NAKAMURA TakumiReformat partially, where I touched for whitespace...
2014-10-28 NAKAMURA TakumiUntabify and whitespace cleanups.
2014-08-26 Dylan NoblesmithAnalysis: cleanup
2014-08-26 Dylan NoblesmithRevert "Analysis: unique_ptr-ify DependenceAnalysis...
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::collectCoe...
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::depends
2014-08-25 Dylan NoblesmithAnalysis: take a reference instead of pointer
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-09 Sebastian Popmove findArrayDimensions to ScalarEvolution
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-02-21 Sebastian Popnormalize the last delinearized dimension
2014-02-21 Sebastian Popfail delinearization when the size of subscripts differs
2014-01-24 Alp TokerFix known typos
2014-01-07 Mingjie XingFix comment of findGCD.
2013-11-13 Sebastian Popadd more comments around the delinearization of arrays
2013-11-12 Sebastian Popdelinearization of arrays
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-29 Preston BriggsCleaned up a couple of comments.
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-20 Sebastian Popremoves a few "const" qualifiers
2012-11-13 Benjamin KramerDependenceAnalysis: Print all dependency pairs when...
2012-10-31 Benjamin KramerFix a couple of comment typos.
2012-10-31 Benjamin KramerDependenceAnalysis: Don't crash if there is no constant...
2012-10-25 Benjamin KramerDependenceAnalysis: Push #includes down into the implem...
2012-10-12 Sebastian Popfix warning
2012-10-11 Sebastian Popdependence analysis