summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-27/+20
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-281-1/+0
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-271-0/+1
* [RuntimeDyld] Track symbol visibility in RuntimeDyld.Lang Hames2015-01-161-4/+5
* [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.Lang Hames2014-11-271-48/+41
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-151/+109
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-109/+151
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-151/+109
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-5/+2
* [MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed inLang Hames2014-09-071-3/+3
* [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'Lang Hames2014-09-071-3/+3
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-20/+25
* Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.Alexey Samsonov2014-08-271-26/+22
* [MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.Lang Hames2014-08-251-1/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-21/+18
* Use copy initialization to initialize std::unique_ptr.Rafael Espindola2014-08-171-1/+1
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-6/+1
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-7/+24
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-271-55/+70
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-16/+20
* [RuntimeDyld] Fix ppc64 stub relocations on little-endianUlrich Weigand2014-06-201-5/+11
* [RuntimeDyld] Support more PPC64 relocationsUlrich Weigand2014-06-201-4/+70
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-8/+7
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-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/+7
* Fix the build with MSVC 2013 by explicitly requesting llvm::make_uniqueReid Kleckner2014-04-291-13/+17
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-32/+48
* [C++] Use 'nullptr'.Craig Topper2014-04-241-8/+9
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-0/+2
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-261-0/+1
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-380/+312
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-10/+12
* [ppc64] Patch in TOC restore code after all external function callsUlrich Weigand2014-03-111-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-181-1/+3
* [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith2014-02-111-0/+42
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-2/+2
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-9/+4
* Enable EHABI by defaultRenato Golin2014-01-291-0/+3
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+40
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-40/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+40
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-191-5/+4
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+14
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-6/+24
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-051-55/+73
OpenPOWER on IntegriCloud