aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19941-4/+6
2024-05-28[RuntimeDyldChecker][AArch32] Add a PC offset to next_PC for ARM targets (#91...Eymen Ünay1-1/+7
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz1-7/+20
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-26/+26
2023-10-10Use llvm::endianness (NFC)Kazu Hirata1-2/+2
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay1-16/+147
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver1-147/+15
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay1-15/+147
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay1-2/+2
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-0/+1
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-1/+1
2022-01-01Remove redundant string initialization (NFC)Kazu Hirata1-2/+2
2021-08-03[RuntimeDyldChecker] Delete comparision of integers of different signsluxufan1-2/+0
2021-08-03[RuntimeDyldChecker] Support offset in decode_operand exprluxufan1-5/+29
2021-03-30[JITLink] Switch from StringRef to ArrayRef<char>, add some generic x86-64 utilsLang Hames1-1/+1
2021-03-25[JITLink][MachO] Use full <segment>,<section> names for MachO jitlink::Sections.Lang Hames1-1/+3
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata1-2/+2
2020-05-02std::isspace -> llvm::isSpace (where locale should be ignored)Sam McCall1-2/+3
2020-03-10[RuntimeDyld] Allow multi-line rtdyld-check and jitlink-check expressions.Lang Hames1-3/+13
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-05-12[JITLink] Add a test for zero-filled content.Lang Hames1-11/+25
2019-04-12Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames1-90/+70
2019-04-09gn build: Fix Windows builds after r357797Nico Weber1-1/+1
2019-04-08[RuntimeDyld] Fix an ambiguous make_unique call.Lang Hames1-1/+1
2019-04-08[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.Lang Hames1-212/+107
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song1-3/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-25Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that wereLang Hames1-1/+1
2018-09-25Fix a missing includes and a use of the MSVC promise/future workaround thatLang Hames1-2/+9
2018-09-25[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.Lang Hames1-4/+18
2018-09-25Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames1-18/+4
2018-09-25[ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames1-4/+18
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+4
2018-01-22[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and anLang Hames1-2/+2
2018-01-19[ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames1-2/+18
2018-01-19[ORC] Revert r322913 while I investigate an ASan failure.Lang Hames1-18/+2
2018-01-19[ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames1-2/+18
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames1-1/+1
2017-05-07Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld.Lang Hames1-0/+14
2016-11-20Fix comment typos. NFC.Simon Pilgrim1-2/+2
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-2/+2
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-3/+5
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer1-1/+1
2015-11-23[RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das1-12/+11
2015-10-18[RuntimeDyld] Add support for absolute symbols.Lang Hames1-1/+1
2015-07-04[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames1-1/+3
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames1-1/+1