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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r351138 "[ORC] Move ORC Core symbol map and set types into their own
Lang Hames
2019-01-15
3
-256
/
+233
*
[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.
Lang Hames
2019-01-14
3
-233
/
+256
*
[ORC][MIPS] Fill delay-slot after `jr` instruction
Simon Atanasyan
2019-01-12
1
-5
/
+5
*
[ORC][MIPS] Setup t9 register and call function through this register
Simon Atanasyan
2019-01-12
1
-11
/
+8
*
[ORC] Rename register in the OrcMips64 resolver code comments. NFC
Simon Atanasyan
2018-12-23
1
-2
/
+2
*
[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
Simon Atanasyan
2018-12-23
1
-24
/
+16
*
[ORC] Remove redundant instruction from MIPS resolver code. NFC
Simon Atanasyan
2018-12-23
1
-8
/
+7
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
1
-2
/
+6
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
1
-1
/
+2
*
[ORC] Fix hex printing of uint64_t values.
Lang Hames
2018-10-31
2
-6
/
+6
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
7
-83
/
+113
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
7
-112
/
+84
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
7
-84
/
+112
*
[ORC] Show JITDylib search order in JITDylib::dump.
Lang Hames
2018-10-23
1
-0
/
+4
*
[ORC] Dump flags for JITDylib symbol table entries.
Lang Hames
2018-10-23
1
-2
/
+2
*
[ORC] Guard access to the MemMgrs vector in RTDyldObjectLinkingLayer.
Lang Hames
2018-10-22
1
-3
/
+10
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
10
-71
/
+70
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
10
-44
/
+44
*
[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentIRCompiler.
Lang Hames
2018-10-15
1
-1
/
+1
*
[ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.
Lang Hames
2018-10-15
2
-29
/
+38
*
[ORC] Simplify naming for JITDylib definition generators.
Lang Hames
2018-10-15
2
-33
/
+36
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
6
-46
/
+64
*
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
Lang Hames
2018-10-09
4
-8
/
+38
*
[ORC] Add a 'remove' method to JITDylib to remove symbols.
Lang Hames
2018-10-06
1
-0
/
+68
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
5
-7
/
+8
*
[ORC] Pass Symbols to ExecutionSession::lookup by value, potentially saving a
Lang Hames
2018-10-01
1
-2
/
+2
*
[ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators for
Lang Hames
2018-10-01
1
-0
/
+9
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
6
-11
/
+10
*
[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.
Lang Hames
2018-09-30
3
-39
/
+56
*
[ORC] Add partitioning support to CompileOnDemandLayer2.
Lang Hames
2018-09-29
3
-160
/
+180
*
[ORC] Clear SymbolToDefinitionMap when materializing a MaterializationUnit.
Lang Hames
2018-09-29
1
-0
/
+5
*
[ORC] Make MaterializationResponsibility::getRequestedSymbols() const.
Lang Hames
2018-09-28
1
-3
/
+4
*
[ORC] Add more utilities to aid debugging output.
Lang Hames
2018-09-28
1
-1
/
+1
*
[ORC] Narrow a cast: the block guarded by the condition only handles
Lang Hames
2018-09-28
1
-1
/
+1
*
[ORC] Remove some dead code.
Lang Hames
2018-09-28
1
-20
/
+0
*
[ORC] Improve debugging output for ORC.
Lang Hames
2018-09-28
4
-44
/
+191
*
[ORC] clang-format the ThreadSafeModule code.
Lang Hames
2018-09-28
1
-4
/
+4
*
[ORC] Add definition for IRLayer::setCloneToNewContextOnEmit, use it to set the
Lang Hames
2018-09-27
1
-18
/
+24
*
[ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into
Lang Hames
2018-09-27
2
-50
/
+16
*
[ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT.
Lang Hames
2018-09-27
1
-2
/
+2
*
Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.
Lang Hames
2018-09-26
1
-9
/
+84
*
Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL...
Hans Wennborg
2018-09-26
1
-84
/
+9
*
[ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism
Lang Hames
2018-09-26
3
-80
/
+54
*
[ORC] Add a "lazy call-through" utility based on the same underlying trampoline
Lang Hames
2018-09-26
2
-0
/
+205
*
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
Lang Hames
2018-09-26
3
-48
/
+91
*
[ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT.
Lang Hames
2018-09-26
1
-8
/
+82
*
[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent
Lang Hames
2018-09-26
7
-114
/
+156
*
[ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and
Lang Hames
2018-09-25
1
-56
/
+88
*
[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.
Lang Hames
2018-09-25
2
-34
/
+46
[next]