summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-151-0/+2
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-5/+4
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-4/+5
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-20/+36
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-191-0/+8
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-191-0/+3
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+1
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+1
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-3/+1
OpenPOWER on IntegriCloud