summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-0/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-0/+2
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-2/+0
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-3/+11
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-041-1/+19
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-031-0/+13
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-1/+2
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-291-1/+1
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-291-17/+5
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-291-12/+2
OpenPOWER on IntegriCloud