summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.Lang Hames2019-12-151-2/+2
* [JITLink] Remove the Section::symbols_empty() method.Lang Hames2019-12-051-4/+4
* [ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames2019-12-051-6/+6
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-021-20/+3
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-3/+9
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+4
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-57/+51
* [llvm-jitlink] Add optional slab allocator for testing locality optimizations.Lang Hames2019-09-061-1/+177
* [llvm-rtdyld][llvm-jitlink] Rename struct member to remove ambiguity.Lang Hames2019-09-041-6/+4
* [llvm-rtdyld] Add timers to match llvm-jitlink.Lang Hames2019-09-041-2/+2
* [JITLink] Fix the show-timers option on llvm-jitlink.Lang Hames2019-09-041-15/+16
* [JITLink] Fix bogus TimerGroup constructor call.Lang Hames2019-08-271-3/+2
* [JITLink] Add timers and -show-times option to llvm-jitlink.Lang Hames2019-08-271-3/+35
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-131-1/+1
* [JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames2019-07-041-1/+3
* [JITLink] Add a test for zero-filled content.Lang Hames2019-05-121-4/+5
* [ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames2019-04-261-7/+21
* [JITLink] Add support for passing arguments to jit-linked code.Lang Hames2019-04-241-2/+13
* [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.Lang Hames2019-04-241-21/+27
* Attemp get llvm-jitlink building on WindowsNico Weber2019-04-211-6/+4
* [JITLink] Add an option to dump relocated section content.Lang Hames2019-04-211-3/+82
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+529
OpenPOWER on IntegriCloud