Dylan Noblesmith
2a592dcc46
llvm-stress: don't make vectors of x86_mmx type
...
LangRef.html says:
"There are no arrays, vectors or constants of this type."
This was hitting assertions when passing the -generate-x86-mmx
option.
PR12452.
llvm-svn: 154445
2012-04-10 22:44:49 +00:00
Daniel Dunbar
beb342539c
Fix some stray semi-colons.
...
llvm-svn: 151680
2012-02-29 00:20:33 +00:00
Hal Finkel
c947412fae
Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.)
...
llvm-svn: 151596
2012-02-27 23:59:33 +00:00
Nadav Rotem
e4972ddea4
Add support for random constant vectors.
...
Patch by Joey Gouly.
llvm-svn: 151489
2012-02-26 13:56:18 +00:00
Nadav Rotem
115ec82ec7
Style fix: Remove unneeded parentheses.
...
llvm-svn: 151488
2012-02-26 12:34:17 +00:00
Nadav Rotem
63ff91d22a
Fix a bug in the code that checks if a store value is a vector of i1s
...
llvm-svn: 151487
2012-02-26 12:00:22 +00:00
Nadav Rotem
dc497b6c1c
Fix compilation on MSVC. Rename "_BB" to "Block"
...
Thanks zygoloid.
llvm-svn: 151481
2012-02-26 08:59:25 +00:00
Nadav Rotem
089cf4211c
fix a copy-and-paste error in the docs
...
llvm-svn: 151480
2012-02-26 08:43:43 +00:00
Nadav Rotem
78bda89412
Add a random .LL file generator to stress-test different llvm components.
...
llvm-svn: 151479
2012-02-26 08:35:53 +00:00