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
/
Orc
/
OrcMCJITReplacement.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-2
/
+2
*
[MIPS] ORC JIT support
Petar Jovanovic
2018-09-11
1
-2
/
+2
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
1
-8
/
+11
*
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
Lang Hames
2018-07-20
1
-4
/
+4
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
1
-4
/
+4
*
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
Lang Hames
2018-07-20
1
-4
/
+4
*
[ORC] Simplify VSO::lookupFlags to return the flags map.
Lang Hames
2018-07-20
1
-8
/
+6
*
[ORC] Refactor blocking lookup logic into the blockingLookup function, and
Lang Hames
2018-06-12
1
-0
/
+5
*
[ORC] Extend object layer callbacks so JITEventListener can be supported.
Andres Freund
2018-05-24
1
-1
/
+4
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-8
/
+14
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
1
-4
/
+4
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
1
-7
/
+6
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-2
/
+2
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-23
/
+50
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-14
/
+20
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-20
/
+14
*
[ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather
Lang Hames
2018-02-21
1
-16
/
+11
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-3
/
+6
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-8
/
+8
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-13
/
+4
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-17
/
+75
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
1
-9
/
+8
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
1
-8
/
+9
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
1
-9
/
+8
*
[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.
Lang Hames
2017-09-28
1
-1
/
+1
*
[Orc] Add a comment about member variable dependencies to OrcMCJITReplacement.
Lang Hames
2017-08-31
1
-0
/
+3
*
[Orc] Fix member variable ordering issue in OrcMCJITReplacement.
Lang Hames
2017-08-30
1
-2
/
+3
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-3
/
+3
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-5
/
+5
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-9
/
+12
*
Attempt to fix Orc JIT test timeouts
Reid Kleckner
2017-06-29
1
-5
/
+5
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-4
/
+24
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-11
/
+4
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-4
/
+11
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-39
/
+25
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
1
-13
/
+18
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-3
/
+2
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-4
/
+4
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-5
/
+26
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
1
-2
/
+4
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
1
-4
/
+2
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
1
-2
/
+4
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-11
/
+10
*
[Object] Change Archive::findSym to return an Expected<Optional<Child>>.
Lang Hames
2016-07-14
1
-6
/
+6
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-4
/
+5
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-5
/
+4
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-4
/
+5
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
1
-3
/
+3
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
1
-1
/
+1
[next]