Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / GVN / pre-load.ll
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-23 Andrew Kaylor[WinEH] Fix a case where GVN could incorrectly PRE...
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...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-02-16 Bob WilsonTestcase for critical edge splitting with load PRE.
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattneradd two simple test cases we now optimize (to one load...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris Lattneradd some tests for memdep phi translation + PRE.
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerrename test.
2008-12-13 Chris Lattnerrename some tests to be more uniform in naming convention.
2008-12-05 Chris LattnerFix test/Transforms/GVN/pre-load.ll
2008-12-02 Chris LattnerImplement PRE of loads in the GVN pass with a pretty...