aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/modref.ll
AgeCommit message (Expand)AuthorFilesLines
2022-12-16[BasicAA] Convert some tests to opaque pointers (NFC)Nikita Popov1-106/+106
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson1-1/+1
2022-10-07[opt] Stop treating alias analysis specially when translating legacy opt syntaxArthur Eubanks1-1/+1
2020-10-16Recommit "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn1-0/+1
2020-09-26Revert "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn1-1/+0
2020-09-19[BasicAA] Regenerate test checksDávid Bolvanský1-63/+89
2020-09-18Recommit "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn1-0/+1
2020-09-15Revert "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn1-1/+0
2020-09-10[DSE] Switch to MemorySSA-backed DSE by default.Florian Hahn1-0/+1
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks1-1/+1
2020-05-08Re-commit: Mark values as trivially dead when their only use is a start or en...zoecarver1-1/+0
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson1-10/+10
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault1-3/+3
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-10/+10
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-10/+10
2015-10-28[AliasAnalysis] Take into account readnone attribute for the function argumentsIgor Laevsky1-0/+11
2015-10-28[AliasAnalysis] Take into account readonly attribute for the function argumentsIgor Laevsky1-0/+26
2015-07-11Add argmemonly attribute.Igor Laevsky1-0/+45
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-13/+13
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-5/+5
2014-09-15CHECK-LABELize testMatt Arsenault1-17/+17
2011-09-28PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman1-1/+16
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner1-10/+12
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner1-2/+0
2011-05-22I missed a checking with my GVN change. Chris Lattner1-2/+2
2010-12-15Move Sub simplifications and additional Add simplifications out ofDuncan Sands1-2/+2
2010-11-30remove fixme comment too.Chris Lattner1-3/+3
2010-11-30check in *all* files. This is now handled by my previous DSE commit.Chris Lattner1-1/+1
2010-08-06Implement a proper getModRefInfo for va_arg.Dan Gohman1-0/+11
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang1-2/+2
2010-04-02Revert r100191 since it breaks objc in clang Mon P Wang1-2/+2
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang1-2/+2
2010-03-30Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson1-2/+2
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang1-2/+2
2009-12-06gvn is optimizing this better now.Chris Lattner1-2/+2
2009-11-26add a new random feature testChris Lattner1-1/+17
2009-11-22remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner1-0/+17
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks1-1/+2
2009-10-18fix testChris Lattner1-1/+1
2009-10-18tighten up test3, add test3a for the converse Chris Lattner1-3/+22
2009-10-18tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner1-1/+12
2009-10-18Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky1-1/+41
2009-10-17replace a useless test with a useful oneChris Lattner1-13/+19
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2008-02-14Remove llvm-upgrade.Tanya Lattner1-11/+10
2007-04-16For PR1319:Reid Spencer1-1/+1
2007-04-16For PR1319:Reid Spencer1-2/+3
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer1-0/+15