summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
AgeCommit message (Expand)Author
2025-04-21[LLVM] Cleanup pass initialization for Analysis passes (#135858)Rahul Joshi
2024-05-30[SCEVAA] Enhance SCEVAAResult::alias() to handle two pointers with different ...csstormq
2023-10-26[scev-aa] Make TypeSize -> uint64_t conversion explicitBenjamin Kramer
2023-07-31[ScalarEvolution][NFC] Typo fixMaksim Kita
2023-07-28[AA] Skip the layer of indirection in returning conservative results.David Goldblatt
2022-12-15[AA] Allow for flow-sensitive analyses.David Goldblatt
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille
2021-11-17[SCEVAA] Avoid forming malformed pointer diff expressionsPhilip Reames
2021-07-06Recommit [ScalarEvolution] Make getMinusSCEV() fail for unrelated pointers.Eli Friedman
2021-07-06Revert "[ScalarEvolution] Make getMinusSCEV() fail for unrelated pointers."Eli Friedman
2021-07-06[ScalarEvolution] Make getMinusSCEV() fail for unrelated pointers.Eli Friedman
2021-05-18[NewPM] Don't mark AA analyses as preservedArthur Eubanks
2021-04-09[NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset.dfukalov
2020-11-26[AA] Split up LocationSize::unknown()Nikita Popov
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-03-22[AliasAnalysis] Second prototype to cache BasicAA / anyAA state.Alina Sbirlea
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-22[Analysis] More LocationSize cleanup; NFCGeorge Burgess IV
2018-10-09Make LocationSize a proper Optional type; NFCGeorge Burgess IV
2016-11-23[PM] Change the static object whose address is used to uniquely identifyChandler Carruth
2016-08-09Consistently use FunctionAnalysisManagerSean Silva
2016-03-11[PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth
2016-03-11[PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth
2016-03-02[AA] Hoist the logic to reformulate various AA queries in terms of otherChandler Carruth
2016-02-26[PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth
2015-08-14[PM/AA] Clean up the SCEV-AA comment formatting and typos.Chandler Carruth
2015-08-14[PM/AA] Run clang-format over the SCEV-AA code to normalize theChandler Carruth
2015-08-14[PM/AA] Hoist the SCEV-AA interface to its own header and pull theChandler Carruth
2015-06-22[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.Chandler Carruth
2015-06-17[PM/AA] Remove the UnknownSize static member from AliasAnalysis.Chandler Carruth
2015-06-17[PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2014-07-24AA metadata refactoring (introduce AAMDNodes)Hal Finkel
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-03Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar