summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
AgeCommit message (Expand)Author
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE1994
2024-05-28[RuntimeDyldChecker][AArch32] Add a PC offset to next_PC for ARM targets (#91...Eymen Ünay
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-10Use llvm::endianness (NFC)Kazu Hirata
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-01Remove redundant string initialization (NFC)Kazu Hirata
2021-08-03[RuntimeDyldChecker] Delete comparision of integers of different signsluxufan
2021-08-03[RuntimeDyldChecker] Support offset in decode_operand exprluxufan
2021-03-30[JITLink] Switch from StringRef to ArrayRef<char>, add some generic x86-64 utilsLang Hames
2021-03-25[JITLink][MachO] Use full <segment>,<section> names for MachO jitlink::Sections.Lang Hames
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata
2020-05-02std::isspace -> llvm::isSpace (where locale should be ignored)Sam McCall
2020-03-10[RuntimeDyld] Allow multi-line rtdyld-check and jitlink-check expressions.Lang Hames
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-12[JITLink] Add a test for zero-filled content.Lang Hames
2019-04-12Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames
2019-04-09gn build: Fix Windows builds after r357797Nico Weber
2019-04-08[RuntimeDyld] Fix an ambiguous make_unique call.Lang Hames
2019-04-08[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.Lang Hames
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-25Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that wereLang Hames
2018-09-25Fix a missing includes and a use of the MSVC promise/future workaround thatLang Hames
2018-09-25[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames
2018-09-25Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames
2018-09-25[ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-01-22[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames
2018-01-19[ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames
2018-01-19[ORC] Revert r322913 while I investigate an ASan failure.Lang Hames
2018-01-19[ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-05-07Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.Lang Hames
2016-11-20Fix comment typos. NFC.Simon Pilgrim
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-11-23[RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das
2015-10-18[RuntimeDyld] Add support for absolute symbols.Lang Hames
2015-07-04[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames