summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* Back out r208257 while I investigate tester failures.Lang Hames2014-05-07
* [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve theLang Hames2014-05-07
* [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
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Revert "[rtdyld,c++11] Range'ify symbol table walking."Jim Grosbach2014-04-21
* [rtdyld,c++11] Range'ify symbol table walking.Jim Grosbach2014-04-21
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-26
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-21
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) aLang Hames2014-02-11
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* 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
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-11
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-19
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26