aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/byval.ll
AgeCommit message (Expand)AuthorFilesLines
2022-12-09[BasicAA] Convert some tests to opaque pointers (NFC)Nikita Popov1-7/+7
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-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault1-1/+1
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks1-1/+1
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling1-8/+8
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman1-1/+1
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2008-01-24Teach basicaa that 'byval' arguments define a new memory location thatChris Lattner1-0/+18