[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
[oota-llvm.git] / test / Analysis / BasicAA / phi-aa.ll
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
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...
2014-11-13 Hal FinkelRevert r219432 - "Revert "[BasicAA] Revert "Revert...
2014-10-09 Hal FinkelRevert "[BasicAA] Revert "Revert r218714 - Make better...
2014-10-06 Hal Finkel[BasicAA] Revert "Revert r218714 - Make better use...
2014-10-03 Lang Hames[BasicAA] Revert r218714 - Make better use of zext...
2014-09-30 Hal Finkel[BasicAA] Make better use of zext and sign information
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-04-24 Bill WendlingFileCheck-ize these tests. Harden some of them.
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2009-10-14 Evan ChengReplace test with a simpler hand crafted one.
2009-10-13 Evan ChengTeach basic AA about PHI nodes. If all operands of...