Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Analysis / CFLAliasAnalysis /
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 George Burgess IVFix: CFLAA -- Mark no-args returns as unknown
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-12 George Burgess IVFixed a bug where CFLAA would crash the compiler.
2015-01-26 Daniel BerlinFix incorrect partial aliasing
2015-01-21 George Burgess IVAdded test to cover the CFLAA bitset indexing bug.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
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-09-02 Hal FinkelAdd a CFL Alias Analysis implementation