aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-rtdyld
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+17
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-234-24/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-12/+182
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-17/+164
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+39
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+31
* Update to LLVM 3.5a.Stephen Hines2014-04-242-17/+21
* 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-253-3/+63
* 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
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...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
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-11/+5
* 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
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-5/+5
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-4/+17
* Update CMake link dependency.Francois Pichet2011-03-291-1/+1
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-292-2/+3
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-2/+3
* Build the new RuntimeDyld library.Oscar Fuentes2011-03-211-1/+1
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-212-227/+11
* Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach2011-03-181-66/+158
* Update list of link components for llvm-rtdyld.Oscar Fuentes2011-03-181-1/+1
* Naming conventional tidy up.Jim Grosbach2011-03-181-2/+2
* MachO file loader and execution utility.Jim Grosbach2011-03-183-0/+259