summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/modref.ll
AgeCommit message (Expand)Author
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2022-12-16[BasicAA] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson
2022-10-07[opt] Stop treating alias analysis specially when translating legacy opt syntaxArthur Eubanks
2020-10-16Recommit "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn
2020-09-26Revert "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn
2020-09-19[BasicAA] Regenerate test checksDávid Bolvanský
2020-09-18Recommit "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn
2020-09-15Revert "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn
2020-09-10[DSE] Switch to MemorySSA-backed DSE by default.Florian Hahn
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2020-05-08Re-commit: Mark values as trivially dead when their only use is a start or en...zoecarver
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-10-28[AliasAnalysis] Take into account readnone attribute for the function argumentsIgor Laevsky
2015-10-28[AliasAnalysis] Take into account readonly attribute for the function argumentsIgor Laevsky
2015-07-11Add argmemonly attribute.Igor Laevsky
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-09-15CHECK-LABELize testMatt Arsenault
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