[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-02-26 Matt ArsenaultFix auto_ptr is deprecated warnings
2013-01-22 Tim NorthoverFix missed out llvm-stress after APFloat change.
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
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...