aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid shuffle self-assignment in EXPENSIVE_CHECKS buildsAlex Richardson2021-03-101-1/+1
* [tools] Use llvm::append_range (NFC)Kazu Hirata2021-01-051-2/+1
* [SVE] Remove calls to VectorType::getNumElements() from llvm-stressChristopher Tetreault2020-08-311-11/+17
* [Support] Use InitLLVM in llvm-stress, sancov and TableGenAnirudh Prasad2020-07-281-5/+2
* [SVE] Eliminate calls to default-false VectorType::get() from llvm-stressChristopher Tetreault2020-06-081-4/+5
* [llvm-stress][opaque pointers] Remove use of deprecated constructorEli Friedman2020-04-031-1/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim2019-05-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Repair compilation of llvm-stress after r350835.James Y Knight2019-01-101-1/+1
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-2/+2
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-08-311-48/+85
* [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper2017-07-091-10/+6
* [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