Age | Commit message (Expand) | Author | Files | Lines |
2016-08-09 | Consistently use FunctionAnalysisManager | Sean Silva | 1 | -1/+1 |
2016-06-26 | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 1 | -20/+19 |
2016-03-11 | [PM] Make the AnalysisManager parameter to run methods a reference. | Chandler Carruth | 1 | -2/+2 |
2016-02-20 | [PM/AA] Port alias analysis evaluator to the new pass manager, and use | Chandler Carruth | 1 | -70/+65 |
2015-12-23 | [OperandBundles] Have GlobalsModRef play nice with operand bundles | David Majnemer | 1 | -4/+3 |
2015-11-18 | Default SetVector to use a DenseSet. | Rafael Espindola | 1 | -6/+4 |
2015-10-10 | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-09-09 | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 1 | -3/+3 |
2015-08-06 | [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper | Chandler Carruth | 1 | -3/+6 |
2015-07-22 | [PM/AA] Extract the ModRef enums from the AliasAnalysis class in | Chandler Carruth | 1 | -8/+8 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-22 | [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. | Chandler Carruth | 1 | -12/+12 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-06-17 | [PM/AA] Suffix lots of member variables that directly use enumeration | Chandler Carruth | 1 | -48/+72 |
2015-06-17 | [PM/AA] Remove the UnknownSize static member from AliasAnalysis. | Chandler Carruth | 1 | -3/+3 |
2015-06-04 | [PM/AA] Start refactoring AliasAnalysis to remove the analysis group and | Chandler Carruth | 1 | -4/+4 |
2015-04-10 | [CallSite] Make construction from Value* (or Instruction*) explicit. | Benjamin Kramer | 1 | -1/+1 |
2014-07-24 | AA metadata refactoring (introduce AAMDNodes) | Hal Finkel | 1 | -4/+4 |
2014-03-05 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -4/+4 |
2014-03-04 | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 1 | -1/+1 |
2014-01-09 | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 1 | -4/+3 |
2014-01-07 | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 1 | -1/+1 |
2013-03-22 | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren | 1 | -0/+72 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -4/+4 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -5/+5 |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 1 | -4/+0 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -3/+3 |
2010-12-10 | Teach AliasAnalysisEvaluator about PartialAlias. | Dan Gohman | 1 | -5/+14 |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 1 | -3/+3 |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 1 | -3/+3 |
2010-10-19 | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman | 1 | -3/+3 |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 1 | -1/+3 |
2010-10-19 | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman | 1 | -3/+3 |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 1 | -1/+4 |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -1/+1 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -1/+1 |
2010-08-04 | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman | 1 | -6/+6 |
2010-08-04 | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman | 1 | -0/+32 |
2010-07-28 | simplify | Gabor Greif | 1 | -4/+2 |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 1 | -2/+2 |
2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 1 | -97/+37 |
2010-06-28 | Generalize AAEval so that it can be used both per-function and | Dan Gohman | 1 | -38/+97 |
2010-04-08 | clean up algorithm and remove operand order assumptions | Gabor Greif | 1 | -9/+24 |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 1 | -3/+3 |
2009-12-23 | Change dbgs() back to errs() as Chris requested. | David Greene | 1 | -22/+22 |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene | 1 | -22/+23 |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -1/+1 |