summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/IRInterpreter.cpp
AgeCommit message (Expand)Author
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov
2024-05-31[IRInterpreter] Return zero address for missing weak function (#93548)Nikita Popov
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-08-02[lldb] Make IR interpretation interruptibleJonas Devlieghere
2023-08-01[lldb] Use a time-based timeout in IRInterpreterJonas Devlieghere
2023-01-13[lldb][NFC] Remove dependency on DataLayout::getPrefTypeAlignmentGuillaume Chatelet
2022-11-30Add a log message to the IR interpreter.Adrian Prantl
2022-08-10[LLDB] Add basic floating point ops to IR interpreterPavel Kosov
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-14[lldb] Remove some uses of getPointerElementType()Nikita Popov
2022-02-14[lldb] Remove uses of PointerType::getElementType()Nikita Popov
2022-02-09[lldb] Constant-resolve operands to `getelementptr`Andy Yankovsky
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-10-07[lldb, mlir] Migrate from getNumArgOperands and arg_operands (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-03-08[lldb] Fix error message in IRInterpreterAndy Yankovsky
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-07-02[lldb] Fix type conversion in the Scalar gettersPavel Labath
2020-06-05[IRExecutionUnit] Early returns for clarity. NFCI.Davide Italiano
2020-06-03[IRInterpreter] Unused. Drive-by cleanup. NFCI.Davide Italiano
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault
2020-02-11[lldb] Delete the SharingPtr classPavel Labath
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann
2020-01-13[lldb][NFC] Use range-based for loops in IRInterpreterRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
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-09-17Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."Davide Italiano
2018-09-14[IRInterpreter] Minor cleanups, add comments. NFCI.Davide Italiano
2018-09-14[IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano
2018-08-28Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-20IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-12-06Do not use default arguments of DataLayout::getPointer*. NFCFangrui Song
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner