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