| Commit message (Expand) | Author | Age | Files | Lines |
* | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [CallSite removal] Migrate all Alias Analysis APIs to use the newly | Chandler Carruth | 2019-01-07 | 1 | -35/+34 |
* | [AAEval] Use LocationSize instead of ints; NFC | George Burgess IV | 2018-12-23 | 1 | -7/+10 |
* | [MSSA] Print more optimization information | George Burgess IV | 2018-06-14 | 1 | -44/+33 |
* | [ModRefInfo] Add must alias info to ModRefInfo. | Alina Sbirlea | 2017-12-21 | 1 | -3/+58 |
* | [ModRefInfo] Make enum ModRefInfo an enum class [NFC]. | Alina Sbirlea | 2017-12-07 | 1 | -8/+8 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Consistently use FunctionAnalysisManager | Sean Silva | 2016-08-09 | 1 | -1/+1 |
* | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -20/+19 |
* | [PM] Make the AnalysisManager parameter to run methods a reference. | Chandler Carruth | 2016-03-11 | 1 | -2/+2 |
* | [PM/AA] Port alias analysis evaluator to the new pass manager, and use | Chandler Carruth | 2016-02-20 | 1 | -70/+65 |
* | [OperandBundles] Have GlobalsModRef play nice with operand bundles | David Majnemer | 2015-12-23 | 1 | -4/+3 |
* | Default SetVector to use a DenseSet. | Rafael Espindola | 2015-11-18 | 1 | -6/+4 |
* | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -3/+3 |
* | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -3/+3 |
* | [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper | Chandler Carruth | 2015-08-06 | 1 | -3/+6 |
* | [PM/AA] Extract the ModRef enums from the AliasAnalysis class in | Chandler Carruth | 2015-07-22 | 1 | -8/+8 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. | Chandler Carruth | 2015-06-22 | 1 | -12/+12 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [PM/AA] Suffix lots of member variables that directly use enumeration | Chandler Carruth | 2015-06-17 | 1 | -48/+72 |
* | [PM/AA] Remove the UnknownSize static member from AliasAnalysis. | Chandler Carruth | 2015-06-17 | 1 | -3/+3 |
* | [PM/AA] Start refactoring AliasAnalysis to remove the analysis group and | Chandler Carruth | 2015-06-04 | 1 | -4/+4 |
* | [CallSite] Make construction from Value* (or Instruction*) explicit. | Benjamin Kramer | 2015-04-10 | 1 | -1/+1 |
* | AA metadata refactoring (introduce AAMDNodes) | Hal Finkel | 2014-07-24 | 1 | -4/+4 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -4/+4 |
* | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 2014-01-09 | 1 | -4/+3 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren | 2013-03-22 | 1 | -0/+72 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -4/+0 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | Teach AliasAnalysisEvaluator about PartialAlias. | Dan Gohman | 2010-12-10 | 1 | -5/+14 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+4 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman | 2010-08-04 | 1 | -6/+6 |
* | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman | 2010-08-04 | 1 | -0/+32 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -4/+2 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |