summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAge
...
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Consistently check 'IsCode' when allocating sections in RuntimeDyld (viaLang Hames2014-02-18
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith2014-02-11
* 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
* Add support for PC-relative non-extern relocations to RuntimeDyldMachO.Lang Hames2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* Fix known typosAlp Toker2014-01-24
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Attempt to fix the MSVC build.Rafael Espindola2014-01-16
* Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola2014-01-16
* 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
* [mips] Resolve relocation for the stubs in MCJIT when load address is knownPetar Jovanovic2013-11-19
* [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
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Fixing some host==target assumptions in 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
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-20
* Adding PIC support for ELF on x86_64 platformsAndrew Kaylor2013-08-19
* Adding comments to document RuntimeDyld relocation handlingAndrew Kaylor2013-08-19
* Fixed RuntimeDyldELF absolute relocations.Richard Mitton2013-08-16
* Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them theLang Hames2013-08-15
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-09
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-25
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24