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
...
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
2
-7
/
+8
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
5
-35
/
+39
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
2
-105
/
+56
*
[ORC] Use explicit constructor calls to fix a builder error at
Lang Hames
2018-02-06
1
-3
/
+3
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
4
-86
/
+251
*
[ORC] Rename NullResolver to NullLegacyResolver.
Lang Hames
2018-02-03
1
-2
/
+3
*
[ORC] Refactor the various lookupFlags methods to return the flags map via the
Lang Hames
2018-01-25
2
-5
/
+6
*
[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an
Lang Hames
2018-01-22
3
-1
/
+80
*
[ORC] Add a lookupFlags method to VSO.
Lang Hames
2018-01-21
1
-0
/
+20
*
[ORC] More cleanup. NFC.
Lang Hames
2018-01-21
1
-3
/
+3
*
[ORC] Cleanup. NFC.
Lang Hames
2018-01-21
1
-2
/
+1
*
[ORC] Re-apply r322913 with a fix for a read-after-free error.
Lang Hames
2018-01-19
2
-10
/
+9
*
[ORC] Revert r322913 while I investigate an ASan failure.
Lang Hames
2018-01-19
2
-9
/
+10
*
[ORC] Redesign the JITSymbolResolver interface to support bulk queries.
Lang Hames
2018-01-19
2
-10
/
+9
*
[ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong.
Lang Hames
2018-01-16
1
-3
/
+3
*
[ORC] Add a stub ExecutionSession and VModuleKey type.
Lang Hames
2018-01-12
1
-0
/
+6
*
[ORC] Re-apply r321838 again with a workaround for a bug present in the libcxx
Lang Hames
2018-01-10
2
-0
/
+318
*
[ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the
Lang Hames
2018-01-06
2
-85
/
+0
*
[ORC] Yet more debugging output to diagnose test failures.
Lang Hames
2018-01-06
1
-1
/
+4
*
[ORC] Temporarily adding some redundant asserts / debug output to aid in
Lang Hames
2018-01-06
1
-0
/
+14
*
[ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I
Lang Hames
2018-01-05
3
-2
/
+89
*
[ORC] Re-revert r321838: Tests are still failing.
Lang Hames
2018-01-05
3
-345
/
+2
*
[ORC] Re-apply r321838 - Addition of new ORC core APIs.
Lang Hames
2018-01-05
3
-2
/
+345
*
Revert r321838 -- It broke some of the builders.
Lang Hames
2018-01-05
3
-344
/
+2
*
[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery and
Lang Hames
2018-01-05
3
-2
/
+344
*
Remove redundant includes from lib/ExecutionEngine.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.
Lang Hames
2017-09-28
1
-1
/
+1
*
[ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.
Lang Hames
2017-09-17
2
-32
/
+92
*
[ORC] Fix a typo.
Lang Hames
2017-09-15
1
-1
/
+1
*
[ORC] Add a pair of ORC layers that forward object-layer operations via RPC.
Lang Hames
2017-09-05
1
-0
/
+2
*
[ORC] Add an Error return to the JITCompileCallbackManager::grow method.
Lang Hames
2017-09-03
1
-6
/
+9
*
[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] Add case statements for AArch64 to the local stub and callback manager
Lang Hames
2017-08-15
1
-0
/
+13
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
4
-47
/
+116
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
2
-12
/
+18
*
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
4
-27
/
+69
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
3
-51
/
+27
*
[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.
Lang Hames
2017-06-23
1
-2
/
+2
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
3
-27
/
+51
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
2
-42
/
+29
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
2
-30
/
+53
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-3
/
+3
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-3
/
+2
*
[ORC] Add RPC and serialization support for Errors and Expecteds.
Lang Hames
2017-04-13
1
-0
/
+3
*
[ORC] Add missing file from r300155.
Lang Hames
2017-04-13
1
-0
/
+55
*
[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.
Lang Hames
2017-04-13
2
-19
/
+5
*
[Orc] Make orcError return an error_code rather than Error.
Lang Hames
2017-04-06
1
-6
/
+3
[prev]
[next]