summaryrefslogtreecommitdiff
path: root/test/Bitcode/shuffle.ll
AgeCommit message (Expand)Author
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith
2014-07-29Bitcode: Correctly compare a Use against itselfDuncan P. N. Exon Smith
2013-08-20Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling
2011-10-26The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang