aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-stress
Commit message (Expand)AuthorAgeFilesLines
* Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem2012-04-151-9/+12
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-101-5/+29
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-101-1/+7
* Fix some stray semi-colons.Daniel Dunbar2012-02-291-3/+3
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-271-14/+40
* Add support for random constant vectors.Nadav Rotem2012-02-261-1/+23
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-261-2/+2
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-261-1/+2
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-261-2/+2
* fix a copy-and-paste error in the docsNadav Rotem2012-02-261-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-264-0/+668