summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MCJIT] Dump section memory both before and after relocations are applied.Lang Hames2014-08-251-5/+8
* [MCJIT] Make RuntimeDyld dump section contents in -debug mode.Lang Hames2014-08-251-2/+32
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-2/+1
* [MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.Lang Hames2014-07-221-2/+0
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-6/+18
* [PowerPC] ELFv2 dynamic loader supportUlrich Weigand2014-07-201-12/+22
* [MCJIT] Significantly refactor the RuntimeDyldMachO class.Lang Hames2014-07-171-4/+9
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* 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-8/+12
* Back out r208257 while I investigate tester failures.Lang Hames2014-05-071-14/+0
* [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve theLang Hames2014-05-071-0/+14
* [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-4/+6
* [C++] Use 'nullptr'.Craig Topper2014-04-241-6/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Revert "[rtdyld,c++11] Range'ify symbol table walking."Jim Grosbach2014-04-211-25/+33
* [rtdyld,c++11] Range'ify symbol table walking.Jim Grosbach2014-04-211-33/+25
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-9/+32
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-031-3/+5
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-1/+1
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-261-0/+2
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-261-1/+1
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-211-124/+104
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-11/+12
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-201-16/+30
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-8/+5
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-081-64/+56
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-65/+187
* In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) aLang Hames2014-02-111-1/+1
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-2/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-14/+10
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-3/+31
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-31/+3
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-3/+31
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+6
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-6/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+6
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...Andrew Kaylor2013-11-111-2/+12
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-0/+6
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-191-1/+1
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-161-1/+15
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-1/+10
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+1
OpenPOWER on IntegriCloud