summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
AgeCommit message (Expand)Author
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-08-31[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-07-09[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper
2017-06-26[llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.Simon Pilgrim
2017-06-26[llvm-stress] Remove Rand32 helper functionSimon Pilgrim
2017-06-26[llvm-stress] Ensure that the C++11 random device respects its min/max values...Simon Pilgrim
2017-06-21ClangFormat some changes from r305226David Blaikie
2017-06-12Remove unneeded conditionals - the code is already conditional on the same co...David Blaikie
2017-06-10Break seems serve better here.Galina Kistanova
2017-06-10Added llvm_unreachable to address warning: this statement may fall through. NFC.Galina Kistanova
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-02-16Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow
2016-11-19[CMake] llvm-stress depends on intrinsics_genChris Bieneman
2016-10-01Use StringRef in CommandLine Options handling (NFC)Mehdi Amini
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper
2015-11-07ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-07-13[llvm-stress] Remove unneeded llvm:: prefix. NFC.Pawel Bylica
2015-07-10[llvm-stress] Enhance scalar type selection from command line.Pawel Bylica
2015-06-24[llvm-stress] Simple refactoring and better style. NFC.Pawel Bylica
2015-03-19Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-04[Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2014-01-12[PM] Update one user of the printing pass API that I missed.Chandler Carruth
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-12-05Correct word hyphenationsAlp Toker
2013-12-05Export symbols in tools that support loading plugins.Will Dietz
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick
2013-07-16Add a wrapper for open.Rafael Espindola
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-02-26Fix auto_ptr is deprecated warningsMatt Arsenault