Displaying 3 results from an estimated 3 matches for "f7ed4f0d".
2012 Feb 27
0
[LLVMdev] llvm-stress for fuzzing llvm
Nadav,
Thanks, this is neat! Here is a patch which optionally enables
generation of the other floating-point types. Please review.
-Hal
On Sun, 26 Feb 2012 11:51:04 +0000
"Rotem, Nadav" <nadav.rotem at intel.com> wrote:
> Hi,
>
> Compiling lots of 'junk' helps in catching bugs. I added a new tool
> (located under llvm/tools/llvm-stress) for generating
2012 Feb 27
2
[LLVMdev] llvm-stress for fuzzing llvm
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120226/f7ed4f0d/attachment.html>
2012 Feb 26
4
[LLVMdev] llvm-stress for fuzzing llvm
Hi,
Compiling lots of 'junk' helps in catching bugs. I added a new tool (located under llvm/tools/llvm-stress) for generating random LL files. The tool can be used to test different llvm components using various compilation flags. Until now, I only found bugs in the codegen, and not in general llvm optimizations. This probably means that the generated tests are currently too simple