Adding tests for the Intel JIT event listener's MCJIT support.
[oota-llvm.git] / tools / llvm-stress /
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-09-19 Andrew TrickSilence -Wnon-virtual-dtor in llvm-stress.
2012-06-21 Nadav Rotemllvm-stress: Stabalize (by using an ordered container...
2012-04-15 Nadav RotemDo not convert between fp128 <-> ppc_fp128 since there...
2012-04-10 Dylan Noblesmithllvm-stress: stop abusing ConstantFP::get()
2012-04-10 Dylan Noblesmithllvm-stress: don't make vectors of x86_mmx type
2012-02-29 Daniel DunbarFix some stray semi-colons.
2012-02-27 Hal FinkelAllow llvm-stress to optionally generate the other...
2012-02-26 Nadav RotemAdd support for random constant vectors.
2012-02-26 Nadav RotemStyle fix: Remove unneeded parentheses.
2012-02-26 Nadav RotemFix a bug in the code that checks if a store value...
2012-02-26 Nadav RotemFix compilation on MSVC. Rename "_BB" to "Block"
2012-02-26 Nadav Rotemfix a copy-and-paste error in the docs
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...