summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-3/+3
* Fix how DependenceAnalysis calls delinearizationHal Finkel2015-08-191-17/+34
* [PM] Port ScalarEvolution to the new pass manager.Chandler Carruth2015-08-171-3/+3
* [PM/AA] Simplify the AliasAnalysis interface by removing a wrapperChandler Carruth2015-08-061-2/+2
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-07-311-4/+3
* Move delinearization from SCEVAddRecExpr to ScalarEvolutionTobias Grosser2015-06-291-4/+4
* [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth2015-06-221-9/+8
* [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...Jingyue Wu2015-05-291-17/+53
* [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers assertsJames Molloy2015-05-151-2/+20
* Fix a memory corruption in Dependency Analysis.Karthik Bhat2015-03-101-0/+2
* Fix a crash in Dependency Analysis.Karthik Bhat2015-03-101-6/+6
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-11/+11
* Reformat.NAKAMURA Takumi2015-03-051-14/+11
* Revert r231103, "FullDependenceAnalysis: Avoid using the (deprecated in C++11...NAKAMURA Takumi2015-03-051-22/+23
* Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 ...NAKAMURA Takumi2015-03-051-5/+9
* unique_ptrify FullDependenceAnalysis::DVDavid Blaikie2015-03-031-9/+5
* FullDependenceAnalysis: Avoid using the (deprecated in C++11) copy ctorDavid Blaikie2015-03-031-23/+22
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-3/+3
* [DependenceAnalysis] Allow subscripts of different typesJingyue Wu2014-11-161-4/+27
* Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi2014-10-281-9/+5
* Untabify and whitespace cleanups.NAKAMURA Takumi2014-10-281-3/+3
* Analysis: cleanupDylan Noblesmith2014-08-261-3/+2
* Revert "Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo"Dylan Noblesmith2014-08-261-8/+8
* Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfoDylan Noblesmith2014-08-251-8/+8
* Analysis: unique_ptr-ify DependenceAnalysis::dependsDylan Noblesmith2014-08-251-8/+8
* Analysis: take a reference instead of pointerDylan Noblesmith2014-08-251-6/+5
* remove BasePointer before delinearizingSebastian Pop2014-05-271-8/+13
* remove constant termsSebastian Pop2014-05-271-6/+7
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-091-1/+1
* split delinearization pass in 3 stepsSebastian Pop2014-05-071-34/+24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-38/+38
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* normalize the last delinearized dimensionSebastian Pop2014-02-211-2/+17
* fail delinearization when the size of subscripts differsSebastian Pop2014-02-211-1/+14
* Fix known typosAlp Toker2014-01-241-1/+1
* Fix comment of findGCD.Mingjie Xing2014-01-071-2/+2
* 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
* (no commit message)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
OpenPOWER on IntegriCloud