index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-jitlink
/
llvm-jitlink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
Lang Hames
2019-12-15
1
-2
/
+2
*
[JITLink] Remove the Section::symbols_empty() method.
Lang Hames
2019-12-05
1
-4
/
+4
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
1
-6
/
+6
*
[ORC] Add a runAsMain utility function to ExecutionUtils.
Lang Hames
2019-12-02
1
-20
/
+3
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-3
/
+9
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+4
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-57
/
+51
*
[llvm-jitlink] Add optional slab allocator for testing locality optimizations.
Lang Hames
2019-09-06
1
-1
/
+177
*
[llvm-rtdyld][llvm-jitlink] Rename struct member to remove ambiguity.
Lang Hames
2019-09-04
1
-6
/
+4
*
[llvm-rtdyld] Add timers to match llvm-jitlink.
Lang Hames
2019-09-04
1
-2
/
+2
*
[JITLink] Fix the show-timers option on llvm-jitlink.
Lang Hames
2019-09-04
1
-15
/
+16
*
[JITLink] Fix bogus TimerGroup constructor call.
Lang Hames
2019-08-27
1
-3
/
+2
*
[JITLink] Add timers and -show-times option to llvm-jitlink.
Lang Hames
2019-08-27
1
-3
/
+35
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
1
-1
/
+1
*
[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.
Lang Hames
2019-07-04
1
-1
/
+3
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
1
-4
/
+5
*
[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.
Lang Hames
2019-04-26
1
-7
/
+21
*
[JITLink] Add support for passing arguments to jit-linked code.
Lang Hames
2019-04-24
1
-2
/
+13
*
[JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.
Lang Hames
2019-04-24
1
-21
/
+27
*
Attemp get llvm-jitlink building on Windows
Nico Weber
2019-04-21
1
-6
/
+4
*
[JITLink] Add an option to dump relocated section content.
Lang Hames
2019-04-21
1
-3
/
+82
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-0
/
+529