summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-271-3/+118
* 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
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-3/+1
* Suppress OS crash dialog in llvm-rtdyldAlp Toker2013-11-051-0/+5
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-3/+6
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-031-3/+3
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-031-4/+4
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-261-1/+1
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-2/+8
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-1/+61
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+5
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-2/+6
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-161-2/+23
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-16/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+16
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-16/+0
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+6
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-5/+15
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-16/+0
* (no commit message)Danil Malyshev2012-03-211-0/+6
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-2/+0
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+18
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach2011-04-131-13/+23
* Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach2011-04-131-3/+8
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-121-0/+2
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-121-9/+21
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-1/+1
OpenPOWER on IntegriCloud