summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-stress/llvm-stress.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.Simon Pilgrim2017-06-261-27/+32
* [llvm-stress] Remove Rand32 helper functionSimon Pilgrim2017-06-261-9/+5
* [llvm-stress] Ensure that the C++11 random device respects its min/max values...Simon Pilgrim2017-06-261-2/+6
* ClangFormat some changes from r305226David Blaikie2017-06-211-2/+4
* Remove unneeded conditionals - the code is already conditional on the same co...David Blaikie2017-06-121-10/+8
* Break seems serve better here.Galina Kistanova2017-06-101-1/+1
* Added llvm_unreachable to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-101-0/+3
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-1/+3
* Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow2017-02-161-1/+8
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-2/+3
* Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper2015-12-151-1/+2
* ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-1/+1
* [llvm-stress] Remove unneeded llvm:: prefix. NFC.Pawel Bylica2015-07-131-1/+1
* [llvm-stress] Enhance scalar type selection from command line.Pawel Bylica2015-07-101-39/+54
* [llvm-stress] Simple refactoring and better style. NFC.Pawel Bylica2015-06-241-53/+36
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-1/+0
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-5/+4
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-151-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-11/+11
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-12/+12
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-041-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [PM] Update one user of the printing pass API that I missed.Chandler Carruth2014-01-121-1/+1
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-2/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-2/+2
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-32/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+30
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-39/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+39
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-4/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+4
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-261-11/+11
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-221-3/+1
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-8/+8
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+2
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-191-0/+4
* llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem2012-06-211-9/+20
OpenPOWER on IntegriCloud