| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC][DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript | Danilo Carvalho Grael | 2019-12-27 | 1 | -25/+16 |
| * | [DA] Improve dump to show source and sink of the dependence | Bardia Mahjour | 2019-12-11 | 1 | -10/+7 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+6 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
| * | [DA] Add an option to control delinearization validity checks | Whitney Tsang | 2019-06-06 | 1 | -10/+19 |
| * | [DA][NewPM] Handle transitive dependencies in the new-pm version of DA | Philip Pfaffe | 2019-02-03 | 1 | -0/+13 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2019-01-30 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DA][NewPM] Add a printerpass and port the testsuite | Philip Pfaffe | 2019-01-08 | 1 | -0/+7 |
| * | Replace most users of UnknownSize with LocationSize::unknown(); NFC | George Burgess IV | 2018-10-10 | 1 | -2/+2 |
| * | [DA] Delinearise AddRecs if we can prove they don't wrap | David Green | 2018-06-25 | 1 | -2/+21 |
| * | [DA] Enable -da-delinearize by default | David Green | 2018-06-21 | 1 | -9/+54 |
| * | [DA] Fix direction vectors for weakZeroSrcSIV | David Green | 2018-05-31 | 1 | -4/+4 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -236/+243 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | [DA] Improve alias checking in dependence analysis | David Green | 2018-04-10 | 1 | -10/+37 |
| * | [NFC] Consolidate six getPointerOperand() utility functions into one place | Renato Golin | 2018-03-09 | 1 | -17/+10 |
| * | DA: remove uses of GEP, only ask SCEV | Sebastian Pop | 2018-03-06 | 1 | -77/+19 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | fix typos in comments and error messages; NFC | Hiroshi Inoue | 2017-07-10 | 1 | -2/+2 |
| * | [DependenceAnalysis] Make sure base objects are the same when comparing GEPs | Brendon Cahoon | 2017-07-05 | 1 | -1/+2 |
| * | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -17/+16 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -2/+3 |
| * | [PM] Change the static object whose address is used to uniquely identify | Chandler Carruth | 2016-11-23 | 1 | -1/+1 |
| * | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -8/+8 |
| * | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -9/+4 |
| * | Avoid copies of std::strings and APInt/APFloats where we only read from it | Benjamin Kramer | 2016-06-08 | 1 | -3/+3 |
| * | [PM] Port of the DepndenceAnalysis to the new PM. | Chandler Carruth | 2016-05-12 | 1 | -227/+172 |
| * | [DependenceAnalysis] Refactor uses of getConstantPart. NFC. | Brendon Cahoon | 2016-04-19 | 1 | -36/+21 |
| * | [DependenceAnalysis] Check if result of getConstantPart is null | Brendon Cahoon | 2016-04-04 | 1 | -0/+6 |
| * | [SCEV] Add and use SCEVConstant::getAPInt; NFCI | Sanjoy Das | 2015-12-17 | 1 | -33/+33 |
| * | [SCEV] Introduce ScalarEvolution::getOne and getZero. | Sanjoy Das | 2015-09-23 | 1 | -23/+19 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -3/+3 |
| * | Fix how DependenceAnalysis calls delinearization | Hal Finkel | 2015-08-19 | 1 | -17/+34 |
| * | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -3/+3 |
| * | [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper | Chandler Carruth | 2015-08-06 | 1 | -2/+2 |
| * | -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep... | David Blaikie | 2015-07-31 | 1 | -4/+3 |
| * | Move delinearization from SCEVAddRecExpr to ScalarEvolution | Tobias Grosser | 2015-06-29 | 1 | -4/+4 |
| * | [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. | Chandler Carruth | 2015-06-22 | 1 | -9/+8 |
| * | [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript... | Jingyue Wu | 2015-05-29 | 1 | -17/+53 |
| * | [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts | James Molloy | 2015-05-15 | 1 | -2/+20 |
| * | Fix a memory corruption in Dependency Analysis. | Karthik Bhat | 2015-03-10 | 1 | -0/+2 |
| * | Fix a crash in Dependency Analysis. | Karthik Bhat | 2015-03-10 | 1 | -6/+6 |
| * | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -11/+11 |
| * | Reformat. | NAKAMURA Takumi | 2015-03-05 | 1 | -14/+11 |
| * | Revert r231103, "FullDependenceAnalysis: Avoid using the (deprecated in C++11... | NAKAMURA Takumi | 2015-03-05 | 1 | -22/+23 |
| * | Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 ... | NAKAMURA Takumi | 2015-03-05 | 1 | -5/+9 |
| * | unique_ptrify FullDependenceAnalysis::DV | David Blaikie | 2015-03-03 | 1 | -9/+5 |
| * | FullDependenceAnalysis: Avoid using the (deprecated in C++11) copy ctor | David Blaikie | 2015-03-03 | 1 | -23/+22 |