search for: 6fb51ac7

Displaying 2 results from an estimated 2 matches for "6fb51ac7".

2013 Jul 11
0
[LLVMdev] Script for stressing llc
...tist Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- A non-text attachment was scrubbed... Name: stress-v2.sh Type: application/x-shellscript Size: 1436 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130710/6fb51ac7/attachment.bin>
2013 Jul 09
2
[LLVMdev] Script for stressing llc
Hi, I wrote a small script in order to stress test llc using test cases generated by llvm-stress. When it finds a case where llc seems to have crashed, it greps the output for Assertion, LLVM ERROR, etc., removes things that look like hex numbers and ID numbers, and then checksums the resulting text. In this way, it can automatically categorize different bugs into different subdirectories. I