Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-19 | verify-uselistorder: Force -preserve-bc-use-list-order | Duncan P. N. Exon Smith | 1 | -1/+1 | |
llvm-svn: 216022 | |||||
2014-07-31 | verify-uselistorder: Change the default -num-shuffles=5 | Duncan P. N. Exon Smith | 1 | -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-31 | verify-uselistorder: Add RUN lines to cases in test/Assembly | Duncan P. N. Exon Smith | 1 | -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 | |||||
2008-02-15 | upgrade this test, which wasn't testing the right thing since llvm-upgrade ↵ | Chris Lattner | 1 | -7/+7 | |
came around. llvm-svn: 47194 | |||||
2008-02-15 | rename llx -> ll | Chris Lattner | 1 | -0/+15 | |
llvm-svn: 47192 |