summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/modref.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-10/+10
* Add address space mangling to lifetime intrinsicsMatt Arsenault2017-04-101-3/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-10/+10
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-10/+10
* [AliasAnalysis] Take into account readnone attribute for the function argumentsIgor Laevsky2015-10-281-0/+11
* [AliasAnalysis] Take into account readonly attribute for the function argumentsIgor Laevsky2015-10-281-0/+26
* Add argmemonly attribute.Igor Laevsky2015-07-111-0/+45
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-13/+13
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-5/+5
* CHECK-LABELize testMatt Arsenault2014-09-151-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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+15
OpenPOWER on IntegriCloud