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