summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames2019-04-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain2017-10-221-1/+3
* Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...Sagar Thakur2017-06-221-3/+1
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyldSagar Thakur2017-06-221-1/+3
* [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EHLang Hames2017-05-091-2/+0
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+3
* RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant2017-02-061-6/+15
* RuntimeDyldELF: don't create thunk if not neededEugene Leviant2017-01-091-0/+3
* [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...Simon Dardis2016-12-131-21/+8
* [mips][rtdyld] Merge code to write relocated values to the section. NFCSimon Dardis2016-12-071-2/+4
* [mips][mcjit] Add the majority of N32 support.Simon Dardis2016-10-201-3/+6
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-1/+1
* Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.hReid Kleckner2016-07-061-0/+3
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-271-9/+9
* [RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2015-11-231-0/+2
* [mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic2015-08-131-0/+8
* [RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel2015-08-041-0/+3
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-191-2/+2
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-281-2/+23
* Reapply [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-05-011-0/+7
* Revert "[RuntimeDyldELF] Fold Placeholder into Addend"Pavel Labath2015-04-161-7/+0
* [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-04-151-0/+7
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-141-7/+23
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-1/+2
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-10/+0
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-1/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-12/+15
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-15/+12
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-12/+15
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-1/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-271-1/+2
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-3/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-1/+2
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-301-1/+2
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-1/+1
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-57/+31
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-4/+4
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-081-2/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-17/+15
* Fix known typosAlp Toker2014-01-241-1/+1
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+2
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-2/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+2
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+2
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-151-0/+24
OpenPOWER on IntegriCloud