summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-8/+8
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick1-0/+4
2012-06-21llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem1-9/+20
2012-04-15Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem1-9/+12
2012-04-10llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith1-5/+29
2012-04-10llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith1-1/+7
2012-02-29Fix some stray semi-colons.Daniel Dunbar1-3/+3
2012-02-27Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel1-14/+40
2012-02-26Add support for random constant vectors.Nadav Rotem1-1/+23
2012-02-26Style fix: Remove unneeded parentheses.Nadav Rotem1-2/+2
2012-02-26Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem1-1/+2
2012-02-26Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem1-2/+2
2012-02-26fix a copy-and-paste error in the docsNadav Rotem1-1/+1
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem4-0/+668