summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
AgeCommit message (Expand)Author
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-27[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.Lang Hames
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames
2014-09-04[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames
2014-09-03unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie
2014-09-03[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentallyLang Hames
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07fix configure+make buildRafael Espindola
2014-08-07Nuke the old JIT.Rafael Espindola
2014-08-05[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verifyLang Hames
2014-07-31Use a reference instead of a pointer.Rafael Espindola
2014-07-30[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.Lang Hames
2014-07-29[MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames
2014-07-22[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-27[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-05-13[tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load sharedLang Hames
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-11-05Suppress OS crash dialog in llvm-rtdyldAlp Toker
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo
2013-08-03Unbreak llvm-rtdyld build.Benjamin Kramer
2013-08-03llvm-rtdyld: Don't leak memory managers.Benjamin Kramer
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev