summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
Commit message (Expand)AuthorAge
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-27
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy2014-04-30
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-21
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Fix known typosAlp Toker2014-01-24
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Adding multiple GOT handling to RuntimeDyldELFAndrew Kaylor2013-10-05
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-29
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-25
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-20
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* RuntimeDyld code cleanup:Eli Bendersky2012-05-01
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-16
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-22