aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rtdyld
AgeCommit message (Expand)AuthorFilesLines
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz1-3/+8
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+3
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay1-1/+3
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver1-4/+1
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay1-1/+4
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-5/+4
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2022-02-17[RuntimeDyld] Fix building on OpenBSDBrad Smith1-3/+3
2021-10-09Fixed some errors detected by PVS StudioDávid Bolvanský1-1/+1
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-8/+11
2021-09-07[RuntimeDyld] Guard UsedTLSStorage to x86 ELF onlyJinsong Ji1-0/+2
2021-09-06[RuntimeDyld] Implemented relocation of TLS symbols in ELFMoritz Sichert1-0/+44
2021-08-02[DWARF] Don't process .debug_info relocations for DWO ContextAlexander Yermolovich1-2/+3
2021-07-22[llvm][tools] Hide remaining unrelated llvm- tool optionsTimm Bäder1-55/+57
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-2/+1
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-1/+2
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber1-0/+1
2021-03-30[JITLink] Switch from StringRef to ArrayRef<char>, add some generic x86-64 utilsLang Hames1-3/+6
2020-11-21[llvm][clang][mlir] Add checks for the return values from Target::createXXX t...Ella Ma1-0/+2
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-1/+4
2019-09-16Added return statement to fix compile and build warning:Sjoerd Meijer1-0/+1
2019-09-04[llvm-rtdyld][llvm-jitlink] Rename struct member to remove ambiguity.Lang Hames1-5/+4
2019-09-04[llvm-rtdyld] Add timers to match llvm-jitlink.Lang Hames1-31/+69
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-2/+0
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-0/+2
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-2/+0
2019-05-23Break false dependencies on target librariesDaniel Sanders1-1/+3
2019-05-20[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames1-3/+4
2019-05-12[JITLink] Add a test for zero-filled content.Lang Hames1-10/+10
2019-04-25[llvm-rtdyld] Add support for passing command line arguments to rtdyld-run code.Lang Hames1-5/+19
2019-04-24[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song1-29/+22
2019-04-12Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames1-86/+93
2019-04-09[llvm-rtdyld] Fix missing include on MSVC builds.Simon Pilgrim1-0/+1
2019-04-08[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.Lang Hames1-48/+212
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin1-2/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere1-3/+3
2018-10-23[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.Lang Hames1-5/+14
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-7/+2
2018-03-31[llvm-rtdyld] Fix the InputFileList cl::opt description: it accepts multipleLang Hames1-1/+1
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-2/+0
2017-11-16[Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames1-12/+26
2017-07-19Use delegation instead of inheritance.Rafael Espindola1-2/+2
2017-05-09[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames1-2/+1