search for: 0441a359

Displaying 1 result from an estimated 1 matches for "0441a359".

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