summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
AgeCommit message (Expand)AuthorFilesLines
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-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+6
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 Kaylor3-3/+63
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-21git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...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-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-11/+5
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
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach1-5/+5
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach1-4/+17
2011-03-29Update CMake link dependency.Francois Pichet1-1/+1
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2-2/+3
2011-03-22Propogate the error message, not just the error state.Jim Grosbach1-2/+3
2011-03-21Build the new RuntimeDyld library.Oscar Fuentes1-1/+1
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2-227/+11
2011-03-18Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach1-66/+158
2011-03-18Update list of link components for llvm-rtdyld.Oscar Fuentes1-1/+1
2011-03-18Naming conventional tidy up.Jim Grosbach1-2/+2
2011-03-18MachO file loader and execution utility.Jim Grosbach3-0/+259