summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rtdyld
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-041-13/+59
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-4/+5
* Simplify getSymbolType.Rafael Espindola2015-06-261-4/+1
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-4/+2
* Add "-mcpu=" option to llvm-rtdyldPetar Jovanovic2015-06-231-1/+7
* Extract an utility for computing symbol sizes on MachO and COFF.Rafael Espindola2015-06-231-44/+8
* RuntimeDyld: override EH frame registration with trivial version.Tim Northover2015-06-031-0/+5
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-2/+1
* For COFF and MachO, compute the gap between to symbols.Rafael Espindola2015-05-311-3/+45
* Use a range loop. NFC.Rafael Espindola2015-05-311-8/+10
* Add RelocVisitor support for MachOKeno Fischer2015-05-301-2/+7
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-14/+43
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* [RuntimeDyld] Work around a bug in RuntimeDyldELF exposed by r234839.Lang Hames2015-04-151-0/+12
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-1/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-3/+4
* [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested byLang Hames2015-03-111-1/+1
* Temporarily revert r231726 and r231724 as they're breaking the build.:Eric Christopher2015-03-101-1/+1
* [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread theLang Hames2015-03-091-1/+1
* Make helper functions static.Benjamin Kramer2015-03-091-4/+4
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-303-3/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+2
* [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.Lang Hames2014-11-271-0/+1
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-18/+38
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-38/+18
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-18/+38
* [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames2014-09-041-12/+102
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-6/+6
* [MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentallyLang Hames2014-09-031-0/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-022-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-072-2/+2
* fix configure+make buildRafael Espindola2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+1
* [MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verifyLang Hames2014-08-051-1/+8
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* [MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.Lang Hames2014-07-301-0/+3
* [MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames2014-07-291-0/+64
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-2/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-22/+25
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-272-3/+120
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-5/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load sharedLang Hames2014-05-131-0/+25
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-5/+5
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-2/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-5/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-6/+6
OpenPOWER on IntegriCloud