Add a random .LL file generator to stress-test different llvm components.
authorNadav Rotem <nadav.rotem@intel.com>
Sun, 26 Feb 2012 08:35:53 +0000 (08:35 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Sun, 26 Feb 2012 08:35:53 +0000 (08:35 +0000)
commitfdc309cc4e95778d7615f3829917c4fe42086e1e
tree9f6622c4fef2c99c6e56fc51139e5b43e386af03
parenta515b4e014cfcdad8982d36cfa80b7edeca69499
Add a random .LL file generator to stress-test different llvm components.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151479 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/index.html
docs/CommandGuide/llvm-stress.pod [new file with mode: 0644]
docs/ReleaseNotes.html
tools/CMakeLists.txt
tools/Makefile
tools/llvm-stress/CMakeLists.txt [new file with mode: 0644]
tools/llvm-stress/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-stress/Makefile [new file with mode: 0644]
tools/llvm-stress/llvm-stress.cpp [new file with mode: 0644]