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
/
unittests
/
ExecutionEngine
/
Orc
/
CoreAPIsTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Re-apply r336760 with fixes.
Lang Hames
2018-07-21
1
-6
/
+48
*
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
Lang Hames
2018-07-20
1
-149
/
+110
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
1
-110
/
+149
*
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
Lang Hames
2018-07-20
1
-149
/
+110
*
[ORC] Simplify VSO::lookupFlags to return the flags map.
Lang Hames
2018-07-20
1
-4
/
+1
*
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
Lang Hames
2018-07-20
1
-99
/
+2
*
Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."
Lang Hames
2018-07-11
1
-42
/
+0
*
[ORC] Remove a shadowing definition.
Lang Hames
2018-07-11
1
-2
/
+0
*
[ORC] Add unit tests for the reexports utility that were left out of r336741,
Lang Hames
2018-07-11
1
-0
/
+42
*
[ORC] Drop constexpr in unit test to appease a bot.
Lang Hames
2018-07-11
1
-4
/
+4
*
[ORC] Use a gtest fixture to remove a bunch of boilerplate in CoreAPIsTest.cpp.
Lang Hames
2018-07-11
1
-299
/
+144
*
[ORC] Generalize alias materialization to support re-exports (i.e. aliasing of
Lang Hames
2018-07-10
1
-1
/
+26
*
[ORC] Rename MaterializationResponsibility::delegate to replace and add a new
Lang Hames
2018-07-09
1
-2
/
+36
*
[ORC] Add a symbolAliases function to the Core APIs.
Lang Hames
2018-06-26
1
-0
/
+29
*
[ORC] Only notify queries that they are resolved/ready when the query state
Lang Hames
2018-06-17
1
-0
/
+54
*
[ORC] Erase empty dependence sets when adding new symbol dependencies.
Lang Hames
2018-06-17
1
-0
/
+38
*
[ORC] Strip weak flags from a symbol once it is selected for materialization.
Lang Hames
2018-06-14
1
-0
/
+47
*
[ORC] Filter out self-dependencies in VSO::addDependencies.
Lang Hames
2018-06-14
1
-0
/
+7
*
[ORC] Add a fallback definition generator for VSOs.
Lang Hames
2018-06-12
1
-0
/
+27
*
[ORC] Add a getRequestedSymbols method to MaterializationResponsibility.
Lang Hames
2018-05-31
1
-0
/
+56
*
[ORC] Remove the optional MaterializationResponsibility argument from lookup.
Lang Hames
2018-05-21
1
-2
/
+2
*
[ORC] Consolidate materialization errors, and generate them in VSO's
Lang Hames
2018-05-17
1
-76
/
+19
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
1
-185
/
+356
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
1
-52
/
+43
*
[ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to
Lang Hames
2018-04-16
1
-2
/
+2
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
1
-6
/
+167
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-7
/
+4
*
[ORC] Join materialization thread in unit test
Benjamin Kramer
2018-03-23
1
-5
/
+6
*
[ORC] Rename SymbolSource to MaterializationUnit, and make the materialization
Lang Hames
2018-03-20
1
-47
/
+58
*
[ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.
Lang Hames
2018-03-14
1
-0
/
+77
*
[ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
Lang Hames
2018-02-21
1
-2
/
+2
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
1
-7
/
+10
*
[ORC] Refactor the various lookupFlags methods to return the flags map via the
Lang Hames
2018-01-25
1
-23
/
+21
*
[ORC] Add a LambdaSymbolResolver convenience class and docs for SymbolResolver.
Lang Hames
2018-01-24
1
-0
/
+66
*
[ORC] Add a lookupFlags method to VSO.
Lang Hames
2018-01-21
1
-0
/
+50
*
[ORC] Re-apply r321838 again with a workaround for a bug present in the libcxx
Lang Hames
2018-01-10
1
-0
/
+211
*
[ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the
Lang Hames
2018-01-06
1
-57
/
+0
*
[ORC] More debugging output to track down tester failures.
Lang Hames
2018-01-06
1
-0
/
+6
*
[ORC] Temporarily adding some redundant asserts / debug output to aid in
Lang Hames
2018-01-06
1
-0
/
+1
*
[ORC] Fix a think-o in the current AsynchronousSymbolQuery test.
Lang Hames
2018-01-06
1
-1
/
+1
*
[ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I
Lang Hames
2018-01-05
1
-0
/
+50
*
[ORC] Re-revert r321838: Tests are still failing.
Lang Hames
2018-01-05
1
-226
/
+0
*
[ORC] Re-apply r321838 - Addition of new ORC core APIs.
Lang Hames
2018-01-05
1
-0
/
+226
*
Revert r321838 -- It broke some of the builders.
Lang Hames
2018-01-05
1
-226
/
+0
*
[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, AsynchronousSymbolQuery and
Lang Hames
2018-01-05
1
-0
/
+226