aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-stress
AgeCommit message (Expand)AuthorFilesLines
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-08-02Stop using legacy helpers indicating typed pointer types. NFCBjorn Pettersson1-3/+3
2023-07-14[llvm][clang] Remove uses of isOpaquePointerTy() (NFC)Nikita Popov1-6/+2
2023-04-20[CMake] Reduce depsNAKAMURA Takumi1-1/+0
2023-04-03[IR] Replace calls to ConstantFP::getNullValue with ConstantFP::getZero. NFCCraig Topper1-3/+3
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-13[llvm-stress] Support scalable vectors and out of bounds indices to vector opsPhilip Reames1-19/+27
2022-12-12[llvm-stress] Minor code improvements around vector types [nfc]Philip Reames1-17/+12
2022-09-29[llvm-stress] Remove dependency to legacy pass managerBjorn Pettersson1-7/+7
2022-03-21[llvm-stress] Remove global LLVMContextArthur Eubanks1-50/+39
2022-03-03[llvm-stress] Support opaque pointersNikita Popov1-4/+8
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille1-1/+2
2022-01-25[NFC] Remove uses of PointerType::getElementType()Nikita Popov1-4/+2
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+1
2021-09-09[APInt] Normalize naming on keep constructors / predicate methods.Chris Lattner1-3/+3
2021-07-22[llvm][tools] Hide remaining unrelated llvm- tool optionsTimm Bäder1-8/+13
2021-06-11[llvm-stress] Fix dead code preventing us generating per-element vector selectsSimon Pilgrim1-1/+1
2021-03-10Avoid shuffle self-assignment in EXPENSIVE_CHECKS buildsAlex Richardson1-1/+1
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-2/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-08-31[SVE] Remove calls to VectorType::getNumElements() from llvm-stressChristopher Tetreault1-11/+17
2020-07-28[Support] Use InitLLVM in llvm-stress, sancov and TableGenAnirudh Prasad1-5/+2
2020-06-08[SVE] Eliminate calls to default-false VectorType::get() from llvm-stressChristopher Tetreault1-4/+5
2020-04-03[llvm-stress][opaque pointers] Remove use of deprecated constructorEli Friedman1-1/+3
2020-03-23Don't export symbols from clang/opt/llc if plugins are disabled.Eli Friedman1-1/+0
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-05-03Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-10Repair compilation of llvm-stress after r350835.James Y Knight1-1/+1
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight1-2/+2
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2017-08-31[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-48/+85
2017-07-09[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper1-10/+6
2017-06-26[llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.Simon Pilgrim1-27/+32
2017-06-26[llvm-stress] Remove Rand32 helper functionSimon Pilgrim1-9/+5
2017-06-26[llvm-stress] Ensure that the C++11 random device respects its min/max values...Simon Pilgrim1-2/+6
2017-06-21ClangFormat some changes from r305226David Blaikie1-2/+4
2017-06-12Remove unneeded conditionals - the code is already conditional on the same co...David Blaikie1-10/+8
2017-06-10Break seems serve better here.Galina Kistanova1-1/+1
2017-06-10Added llvm_unreachable to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+3
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault1-1/+3
2017-02-16Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow1-1/+8
2016-11-19[CMake] llvm-stress depends on intrinsics_genChris Bieneman1-0/+3
2016-10-01Use StringRef in CommandLine Options handling (NFC)Mehdi Amini1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-3/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-2/+3
2016-01-26Remove autoconf supportChris Bieneman1-15/+0
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper1-1/+2
2015-11-07ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1