aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames1-18/+38
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman1-38/+18
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames1-18/+38
2014-09-04[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses forLang Hames1-12/+102
2014-09-03unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie1-6/+6
2014-09-03[MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentallyLang Hames1-0/+4
2014-08-05[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verifyLang Hames1-1/+8
2014-07-31Use a reference instead of a pointer.Rafael Espindola1-1/+1
2014-07-30[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.Lang Hames1-0/+3
2014-07-29[MCJIT] Add options to llvm-rtdyld to describe a phony target address space forLang Hames1-0/+64
2014-07-22[MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames1-2/+2
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-22/+25
2014-06-27[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames1-3/+118
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-5/+4
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-05-13[tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load sharedLang Hames1-0/+25
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-5/+5
2014-04-18[DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov1-2/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-5/+6
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-6/+6
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-3/+1
2013-11-05Suppress OS crash dialog in llvm-rtdyldAlp Toker1-0/+5
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo1-3/+6
2013-08-03Unbreak llvm-rtdyld build.Benjamin Kramer1-3/+3
2013-08-03llvm-rtdyld: Don't leak memory managers.Benjamin Kramer1-4/+4
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed1-1/+1
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola1-1/+1
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor1-2/+8
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor1-1/+61
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-3/+3
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor1-2/+5
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor1-2/+6
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev1-2/+23
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev1-16/+0
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling1-0/+16
2012-03-29Re-factored RuntimeDyld.Danil Malyshev1-16/+0
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev1-0/+6
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth1-5/+15
2012-03-21Re-factored RuntimeDyld.Danil Malyshev1-16/+0
2012-03-21(no commit message)Danil Malyshev1-0/+6
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie1-2/+0
2012-01-16MCJIT support for non-function sections.Jim Grosbach1-0/+18
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-1/+0
2011-04-13Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach1-13/+23
2011-04-13Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach1-3/+8
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach1-0/+2
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach1-9/+21
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach1-1/+1