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
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-409
/
+654
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ORC] Fix an assertion condition from r329934.
Lang Hames
2018-04-19
1
-2
/
+2
*
[ORC] Make VSO symbol resolution/finalization operations private.
Lang Hames
2018-04-19
1
-85
/
+109
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
1
-52
/
+119
*
[ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to
Lang Hames
2018-04-16
1
-35
/
+16
*
[ORC] Use insert rather than emplace.
Lang Hames
2018-04-12
1
-19
/
+19
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
1
-193
/
+316
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-8
/
+0
*
[ORC] Don't fully qualify explicit destructor call -- it confuses some compil...
Lang Hames
2018-03-20
1
-4
/
+2
*
[ORC] Rename SymbolSource to MaterializationUnit, and make the materialization
Lang Hames
2018-03-20
1
-111
/
+167
*
[ORC] Fix a data race in the lookup function.
Lang Hames
2018-03-14
1
-10
/
+24
*
[ORC] Silence a compiler error.
Lang Hames
2018-03-14
1
-1
/
+1
*
[ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.
Lang Hames
2018-03-14
1
-0
/
+118
*
[ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
Lang Hames
2018-02-21
1
-48
/
+59
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-18
/
+19
*
[ORC] Refactor the various lookupFlags methods to return the flags map via the
Lang Hames
2018-01-25
1
-4
/
+3
*
[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an
Lang Hames
2018-01-22
1
-1
/
+4
*
[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
*
[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
1
-0
/
+317
*
[ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the
Lang Hames
2018-01-06
1
-84
/
+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
1
-0
/
+67
*
[ORC] Re-revert r321838: Tests are still failing.
Lang Hames
2018-01-05
1
-323
/
+0
*
[ORC] Re-apply r321838 - Addition of new ORC core APIs.
Lang Hames
2018-01-05
1
-0
/
+323
*
Revert r321838 -- It broke some of the builders.
Lang Hames
2018-01-05
1
-322
/
+0
*
[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery and
Lang Hames
2018-01-05
1
-0
/
+322