summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-05-31[ExecutionEngine] Remove handling for removed ConstantExprs (NFCI)Nikita Popov
2024-01-04[IR] Fix GEP offset computations for vector GEPs (#75448)Jannik Silvanus
2023-06-11[ExecutionEngine] Remove unused declaration executeCastOperationKazu Hirata
2023-03-06ExternalFunctions.cpp - fix "unknown pragma 'clang'" MSVC warning. NFCI.Simon Pilgrim
2023-03-01[ExecutionEngine] Silence warnings about sprintf use in interpreter.Lang Hames
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-03ManagedStatic: remove from Interpreter/ExternalFunctionsNicolai Hähnle
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-12-05[CMake] Installable find modules for terminfo and libffiJack Andersen
2021-06-08Use llvm_unreachable for unsupported integer types.Simon Pilgrim
2021-06-06Fix implicit fall through compiler warning. NFCI.Simon Pilgrim
2021-05-31[OpaquePtr] Remove some uses of PointerType::getElementType()Arthur Eubanks
2021-04-20Revert "Allow invokable sub-classes of IntrinsicInst"Philip Reames
2021-04-20Allow invokable sub-classes of IntrinsicInstPhilip Reames
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault
2020-04-22[CallSite removal] Remove unneeded includes of CallSite.h. NFCCraig Topper
2020-04-20[CallSite removal][ExecutionEngine] Use CallBase in the Interpreter. NFCCraig Topper
2020-03-31Remove "mask" operand from shufflevector.Eli Friedman
2020-02-01Make StringRef's std::string conversion operator explicitSylvestre Ledru
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-06-10[ExecutionEngine] Fix rL362941: Add UnaryOperator visitor to the interpreterCameron McInally
2019-06-10[ExecutionEngine] Add UnaryOperator visitor to the interpreterCameron McInally
2019-03-07Add newline to interpreter debugging outputKristof Beyls
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2018-11-20[ExecutionEngine][Interpreter] Fix out-of-bounds array access.Lang Hames
2018-07-30Remove trailing spaceFangrui Song
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-02-20Report fatal error in the case of out of memorySerge Pavlov
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov
2018-02-15Report fatal error in the case of out of memorySerge Pavlov
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-28[APInt] Use inplace shift methods where possible. NFCICraig Topper
2017-04-23Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...Renato Golin
2017-04-23[APInt] Use operator<<= instead of shl where possible. NFCCraig Topper
2017-04-18[APInt] Use lshrInPlace to replace lshr where possibleCraig Topper
2017-04-12[IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth
2016-12-02IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne
2016-11-17[CMake] NFC. Updating CMake dependency specificationsChris Bieneman
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-10-20Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko