search for: llvm_stress_fp_types

Displaying 2 results from an estimated 2 matches for "llvm_stress_fp_types".

2012 Feb 27
0
[LLVMdev] llvm-stress for fuzzing llvm
...t > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- Hal Finkel Postdoctoral Appointee Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_stress_fp_types.patch Type: text/x-patch Size: 2976 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120226/2be04984/attachment.bin>
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