summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScopedNoAliasAA.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-1/+1
* [PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth2016-03-111-0/+2
* [AA] Hoist the logic to reformulate various AA queries in terms of otherChandler Carruth2016-03-021-10/+4
* [PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth2016-02-261-2/+0
* rangify; NFCISanjay Patel2016-01-131-4/+4
* don't repeat names in comments ; NFCSanjay Patel2016-01-131-5/+5
* fix typoSanjay Patel2016-01-131-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-2/+3
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-73/+77
* [PM/AA] Hoist ScopedNoAliasAA's interface into a header and move theChandler Carruth2015-08-141-40/+1
* [PM/AA] Run clang-format over the ScopedNoAliasAA pass prior to makingChandler Carruth2015-08-141-16/+12
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-18/+16
* [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth2015-06-221-2/+2
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-7/+9
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-6/+6
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-8/+8
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-13/+11
* Simplify and improve scoped-noalias metadata semanticsHal Finkel2014-07-251-47/+51
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+243
OpenPOWER on IntegriCloud