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
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Orc] Address the remaining move-capture FIXMEs
Benjamin Kramer
2019-09-13
1
-1
/
+1
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
1
-3
/
+3
*
[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
Lang Hames
2019-04-08
1
-17
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and
Lang Hames
2018-09-25
1
-0
/
+6
*
[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.
Lang Hames
2018-09-25
1
-0
/
+3
*
Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."
Lang Hames
2018-09-25
1
-3
/
+0
*
[ORC] Switch to asynchronous resolution in JITSymbolResolver.
Lang Hames
2018-09-25
1
-0
/
+3
*
[ORC] Add a 'Callable' flag to JITSymbolFlags.
Lang Hames
2018-08-01
1
-1
/
+1
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-19
/
+19
*
[ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.
Lang Hames
2018-03-14
1
-0
/
+15
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-1
/
+2
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-2
/
+1
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-1
/
+2
*
[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.
Lang Hames
2017-08-09
1
-8
/
+30
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-1
/
+1
*
RuntimeDyldELF/AArch64: Implement basic GOT support
Eugene Leviant
2017-02-06
1
-1
/
+12
*
[mips][mcjit] Add the majority of N32 support.
Simon Dardis
2016-10-20
1
-0
/
+2
*
Handle relocations to thumb functions when dynamic linking COFF modules
Walter Erquinigo
2016-10-17
1
-4
/
+19
*
[ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.h
Lang Hames
2016-08-04
1
-3
/
+6
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-4
/
+4
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-37
/
+22
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-0
/
+9
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
1
-2
/
+4
*
[RuntimeDyld] DenseMap -> std::unordered_map
Keno Fischer
2015-12-03
1
-1
/
+2
*
[RuntimeDyld] Avoid unused-private-field warning; NFC
Sanjoy Das
2015-11-23
1
-1
/
+5
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
1
-0
/
+5
*
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das
2015-11-23
1
-3
/
+12
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-3
/
+28
*
[RuntimeDyld] Add support for absolute symbols.
Lang Hames
2015-10-18
1
-2
/
+9
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-1
/
+1
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
1
-0
/
+7
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-1
/
+1
*
[RuntimeDyld] Make SectionEntry's Name field a std::string.
Lang Hames
2015-04-14
1
-1
/
+1
*
[RuntimeDyldELF] Improve GOT support
Keno Fischer
2015-04-14
1
-4
/
+0
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-3
/
+9
*
[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
2015-03-11
1
-26
/
+15
*
Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
2015-03-10
1
-15
/
+26
*
[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
2015-03-09
1
-26
/
+15
*
Fix unused variable/function warnings
David Majnemer
2015-03-07
1
-7
/
+5
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
1
-0
/
+10
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
1
-3
/
+0
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
1
-0
/
+3
*
[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
Lang Hames
2015-01-17
1
-6
/
+2
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-12
/
+41
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-1
/
+1
[next]