aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/shuffle_fuzz.py
AgeCommit message (Expand)AuthorFilesLines
2015-11-22[Utils] Updated shuffle fuzz script to generate more modern (valid) IR.Simon Pilgrim1-2/+2
2015-02-18[shuffles] Tweak my shufflevector fuzz test generation script to produceChandler Carruth1-3/+2
2014-08-17[shuffle] Teach the shufflevector fuzzer to support fixed element types.Chandler Carruth1-6/+12
2014-08-13[shuffle] Stand back! I'm about to (try to) do math!Chandler Carruth1-2/+39
2014-08-13[shuffle] Make the seed an optional component and add support forChandler Carruth1-2/+3
2014-08-13[shuffle] Teach the shuffle fuzzer to fuzz blends, including formingChandler Carruth1-39/+67
2014-08-13[shuffle] Tweak the shuffle fuzzer to support bigger seeds. I'mChandler Carruth1-6/+6
2014-08-07Add an option to the shuffle fuzzer that lets you fuzz exclusivelyChandler Carruth1-2/+16
2014-08-07Add a vector shuffle fuzzer.Chandler Carruth1-0/+170