summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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