[PM] Remove a failed attempt to port the CallGraph analysis to the new
[oota-llvm.git] / lib / Analysis / CFLAliasAnalysis.cpp
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-19 Chad RosierTypo. NFC.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-12 Pete CooperDon't create instructions from ConstantExpr's in CFLAli...
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-15 George Burgess IVMade CFLAA agree with clang-format. NFC.
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-12 George Burgess IVFixed a bug where CFLAA would crash the compiler.
2015-01-26 Daniel BerlinFix incorrect partial aliasing
2015-01-26 Daniel BerlinFix delegation
2015-01-21 George Burgess IVFixed a bug with how we determine bitset indices.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-14 David BlaikieRemove redundant virtual on overriden functions.
2014-10-14 Hal Finkel[CFL-AA] CFL-AA should not assert on an va_arg instruction
2014-10-06 Hal Finkel[CFL-AA] Update for handling of globals and more tests
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-09-03 Hal Finkel[CFLAA] Remove one final initializer list
2014-09-02 Hal Finkel[CFLAA] And even more MSVC fixes
2014-09-02 Hal Finkel[CFLAA] More cleanup for MSVC
2014-09-02 Hal Finkel[CFLAA] No initializer lists for MSVC
2014-09-02 Hal Finkel[CFLAA] constexpr -> LLVM_CONSTEXPR
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation