summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
AgeCommit message (Expand)Author
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2019-09-12AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2017-07-05DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyldDavid Blaikie
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-04-27[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-01-28[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.Lang Hames
2015-11-23[RuntimeDyld] Add accessors to `SectionEntry`; NFCSanjoy Das
2015-08-05-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie
2015-07-28[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames
2015-07-24[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames
2015-07-06Remove getRelocationAddress.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-06-30Use ErrorOr in getRelocationAdress.Rafael Espindola
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-22Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...NAKAMURA Takumi
2015-05-22Revert "Fix Clang -Wmissing-override warning"Tobias Grosser
2015-05-22Fix Clang -Wmissing-override warningDavid Blaikie
2015-05-21Make it easier to use DwarfContext with MCJITKeno Fischer
2015-04-15[RuntimeDyld] Add casts to make delta computation 64-bit.Lang Hames
2015-04-15[RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,Lang Hames
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames
2015-01-16[RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-27[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman
2014-11-26Removing a spurious semicolon; NFCAaron Ballman
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames
2014-11-01[JIT] Fix some more missing endian conversions in RuntimeDyldDaniel Sanders
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-09-11[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames
2014-09-07[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'Lang Hames
2014-09-04[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames
2014-08-29[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO intoLang Hames
2014-08-28[MCJIT] Fix format specifiers for debug output in RuntimeDyld.Lang Hames
2014-08-27[MCJIT] More endianness fixes for RuntimeDyldMachO.Lang Hames
2014-08-25[MCJIT] Make RuntimeDyld dump section contents in -debug mode.Lang Hames
2014-08-18[MCJIT] Respect target endianness in RuntimeDyldMachO and RuntimeDyldChecker.Lang Hames
2014-08-08[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.Lang Hames
2014-07-30[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.Lang Hames