search for: tdtags

Displaying 4 results from an estimated 4 matches for "tdtags".

Did you mean: dtags
2013 Jul 11
2
[LLVMdev] Script for stressing llc
The only precedent I have seen in recent years for shell scripts is the (absolutely insanely amazingly well-written) utils/TableGen/tdtags. Ignoring the issue of whether this kind of tool belongs in the repo, IMO it would be nice if you used tdtags as a "template" for this script; there's a large amount of shell-fu (not clever "tricks", but actual "how to make a robust, readable, portable shell script&quo...
2013 Jul 11
0
[LLVMdev] Script for stressing llc
----- Original Message ----- > > The only precedent I have seen in recent years for shell scripts is > the (absolutely insanely amazingly well-written) > utils/TableGen/tdtags. > > > Ignoring the issue of whether this kind of tool belongs in the repo, Ah, but do you have an opinion on that? > IMO it would be nice if you used tdtags as a "template" for this > script; there's a large amount of shell-fu (not clever "tricks", but &g...
2013 Jul 11
0
[LLVMdev] Script for stressing llc
A few people have requested features; I've implemented them in this updated version (attached). Do you think this is worth putting in the repo somewhere? -Hal ----- Original Message ----- > 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
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