aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/modref.ll
AgeCommit message (Expand)Author
2011-09-28PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-22I missed a checking with my GVN change. Chris Lattner
2010-12-15Move Sub simplifications and additional Add simplifications out ofDuncan Sands
2010-11-30remove fixme comment too.Chris Lattner
2010-11-30check in *all* files. This is now handled by my previous DSE commit.Chris Lattner
2010-08-06Implement a proper getModRefInfo for va_arg.Dan Gohman
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-04-02Revert r100191 since it breaks objc in clang Mon P Wang
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-03-30Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2009-12-06gvn is optimizing this better now.Chris Lattner
2009-11-26add a new random feature testChris Lattner
2009-11-22remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-10-18fix testChris Lattner
2009-10-18tighten up test3, add test3a for the converse Chris Lattner
2009-10-18tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner
2009-10-18Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky
2009-10-17replace a useless test with a useful oneChris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-02-14Remove llvm-upgrade.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-18Fix bugs in this. What was I thinking??? :)Reid Spencer
2006-11-18Fail even if opt doesn't print anything.Reid Spencer
2006-11-18Add a simple test to make sure getModRefInfo is 1/2 way sane.Reid Spencer