summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
Commit message (Expand)AuthorAge
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Suppress OS crash dialog in llvm-rtdyldAlp Toker2013-11-05
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Unbreak llvm-rtdyld build.Benjamin Kramer2013-08-03
* llvm-rtdyld: Don't leak memory managers.Benjamin Kramer2013-08-03
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-16
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-21
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-11
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach2011-04-13
* Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach2011-04-13
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Update CMake link dependency.Francois Pichet2011-03-29
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Build the new RuntimeDyld library.Oscar Fuentes2011-03-21
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21
* Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach2011-03-18
* Update list of link components for llvm-rtdyld.Oscar Fuentes2011-03-18
* Naming conventional tidy up.Jim Grosbach2011-03-18
* MachO file loader and execution utility.Jim Grosbach2011-03-18