[llvm-stress] Enhance scalar type selection from command line.
[oota-llvm.git] / tools / llvm-stress / llvm-stress.cpp
2015-07-10 Pawel Bylica[llvm-stress] Enhance scalar type selection from comman...
2015-06-24 Pawel Bylica[llvm-stress] Simple refactoring and better style....
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Update one user of the printing pass API that...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
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...