summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAge
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* 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
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* [RuntimeDyld] Remove relocation bounds check introduced in r208375 (MachO only).Lang Hames2014-05-23
* [RuntimeDyld] Teach RuntimeDyldMachO how to handle scattered VANILLA relocs onLang Hames2014-05-22
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-19
* [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixesLang Hames2014-05-13
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-12
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-09
* 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
* Fix the build with MSVC 2013 by explicitly requesting llvm::make_uniqueReid Kleckner2014-04-29
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [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
* ARM64: initial backend importTim Northover2014-03-29
* 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] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-21
* [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 GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup byLang Hames2014-03-13
* [ppc64] Patch in TOC restore code after all external function callsUlrich Weigand2014-03-11
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-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
* 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