summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
AgeCommit message (Expand)Author
2025-08-02[ExecutionEngine] Remove an unnecessary cast (NFC) (#151798)Kazu Hirata
2025-07-26[ExecutionEngine] Remove unnecessary casts (NFC) (#150785)Kazu Hirata
2024-11-08[RuntimeDyld] Add LoongArch supportwanglei
2024-09-02[RuntimeDyld][Windows] Allocate space for dllimport things. (#106958)Alastair Houghton
2024-09-02Revert "[RuntimeDyld][Windows] Allocate space for dllimport things." (#106954)Alastair Houghton
2024-09-02[RuntimeDyld][Windows] Allocate space for dllimport things. (#102586)Alastair Houghton
2024-07-10[ExecutionEngine] Use range-based for loops (NFC) (#98110)Kazu Hirata
2024-07-04[Orc][RuntimeDyld] Return after handling error (#95364)Nikita Popov
2022-12-16[Alignment] Use Align in SectionRef::getAlignment()Guillaume Chatelet
2022-11-02[RuntimeDyld] Added support for relocation of indirect functionsMoritz Sichert
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-12-08[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-09-06[RuntimeDyld] Implemented relocation of TLS symbols in ELFMoritz Sichert
2021-05-18[RuntimeDyld] Add allowStubs/allowZeroSymsRafael Auler
2021-04-26[RuntimeDyld] Fixed buffer overflows with absolute symbolsMoritz Sichert
2021-03-11[RuntimeDyld] Speedup resolution of relocations to external symbolsMaksim Panchenko
2020-11-06[RTDYLD] support absolute relocations where neededValentin Churavy
2020-10-18[ORC] Add support for resource tracking/removal (removable code).Lang Hames
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj
2020-03-19[ORC] Re-apply 98f2bb44610, enable JITEventListeners in OrcV2, with fixes.Lang Hames
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-10-21[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-13[Orc] Address the remaining move-capture FIXMEsBenjamin Kramer
2019-09-12[Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet
2019-09-12AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover
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-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-06-01[RuntimeDyld] fix too-small-bitmask errorNick Desaulniers
2019-05-30[RuntimeDyld] Update reserveAllocationSpace to account for stub padding.Lang Hames
2019-05-30[RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, andLang Hames
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-12Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames
2019-04-08[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.Lang Hames
2019-01-30[RuntimeDyld] Don't try to allocate sections with align 0.Zachary Turner
2019-01-28[RuntimeDyld] load all sections with ProcessAllSectionsYonghong Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-25[ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld andLang Hames
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