aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Assembler/huge-array.ll
AgeCommit message (Collapse)AuthorFilesLines
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith1-1/+1
llvm-svn: 216022
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith1-1/+1
Change the default for `-num-shuffles` to 5 and better document the algorithm in the header docs of `verify-uselistorder`. llvm-svn: 214419
2014-07-31verify-uselistorder: Add RUN lines to cases in test/AssemblyDuncan P. N. Exon Smith1-0/+1
Add RUN line for `verify-uselistorder` to every test in `test/Assembly`, unless it's a negative check (assembler rejects it) or verification fails. There are three files that verification fails on (so I've left out the RUN lines): - 2002-08-22-DominanceProblem.ll - ConstantExprFold.ll - ConstantExprFoldCast.ll This is part of PR5680. llvm-svn: 214365
2012-04-08FileCheckize these testcases.Bill Wendling1-1/+3
llvm-svn: 154281
2008-05-23Don't silently truncate array extents to 32 bits.Dan Gohman1-0/+5
llvm-svn: 51505