aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/AliasAnalysisTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-3/+2
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-4/+4
2016-03-02[AA] Hoist the logic to reformulate various AA queries in terms of otherChandler Carruth1-6/+4
2015-10-21[AA] Enhance the new AliasAnalysis infrastructure with an optionalChandler Carruth1-1/+166
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-49/+35
2015-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth1-0/+1
2015-07-22[PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth1-9/+9
2015-06-17[PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth1-1/+1
2015-04-28Make getModRefInfo(Instruction *) not crash on certain types of instructionsDaniel Berlin1-0/+10
2015-04-13Make getModRefInfo with a default location not crash.Daniel Berlin1-0/+94