Revert 240130, it caused crashes (repro in PR23900).
[oota-llvm.git] / test / Analysis / BasicAA / modref.ll
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-09-15 Matt ArsenaultCHECK-LABELize test
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-05-22 Chris LattnerI missed a checking with my GVN change.
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-30 Chris Lattnerremove fixme comment too.
2010-11-30 Chris Lattnercheck in *all* files. This is now handled by my previo...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2009-12-06 Chris Lattnergvn is optimizing this better now.
2009-11-26 Chris Lattneradd a new random feature test
2009-11-22 Chris Lattnerremove a silly condition that doesn't make a lot of...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-18 Chris Lattnerfix test
2009-10-18 Chris Lattnertighten up test3, add test3a for the converse
2009-10-18 Chris Lattnertighten test2, add a test that it doesn't get transform...
2009-10-18 Nick LewyckyMerge tests into modref.ll. Also add a test for r84174...
2009-10-17 Chris Lattnerreplace a useless test with a useful one
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-18 Reid SpencerFix bugs in this. What was I thinking??? :)
2006-11-18 Reid SpencerFail even if opt doesn't print anything.
2006-11-18 Reid SpencerAdd a simple test to make sure getModRefInfo is 1/2...