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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
6
-30
/
+50
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-12
/
+9
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
2
-34
/
+48
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
2
-37
/
+32
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
2
-32
/
+37
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
2
-8
/
+7
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
6
-437
/
+437
*
[ORC] Simplify naming for JITDylib definition generators.
Lang Hames
2018-10-15
1
-11
/
+8
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
1
-26
/
+34
*
[ORC] Consume unhandled errors in unit test.
Lang Hames
2018-10-07
1
-0
/
+2
*
[ORC] Add a 'remove' method to JITDylib to remove symbols.
Lang Hames
2018-10-06
1
-0
/
+86
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
1
-1
/
+2
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
3
-8
/
+8
*
[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.
Lang Hames
2018-09-30
3
-1
/
+54
*
[ORC] Fix the unit tests that were broken by r343323.
Lang Hames
2018-09-28
1
-0
/
+2
*
[ORC] clang-format the ThreadSafeModule code.
Lang Hames
2018-09-28
1
-3
/
+3
*
Re-reapply r343129 with more fixes.
Lang Hames
2018-09-27
1
-14
/
+15
*
Revert "Re-revert r343129."
Lang Hames
2018-09-27
2
-0
/
+95
*
Re-revert r343129.
Lang Hames
2018-09-26
2
-95
/
+0
*
Reapply r343129 with fix.
Lang Hames
2018-09-26
2
-0
/
+95
*
Revert r343129 "[ORC] Change the field order of ThreadSafeModule to ensure the "
Lang Hames
2018-09-26
2
-85
/
+0
*
[ORC] Change the field order of ThreadSafeModule to ensure the Module is
Lang Hames
2018-09-26
2
-0
/
+85
*
[ORC] Add a "lazy call-through" utility based on the same underlying trampoline
Lang Hames
2018-09-26
4
-38
/
+114
*
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
Lang Hames
2018-09-26
1
-4
/
+9
*
[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent
Lang Hames
2018-09-26
1
-11
/
+14
*
[ORC] Add a special 'main' JITDylib that is created on ExecutionSession
Lang Hames
2018-09-12
2
-2
/
+12
*
[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr.
Lang Hames
2018-09-06
1
-185
/
+5
*
Remove some unnecessary constructor arguments.
Lang Hames
2018-09-05
2
-8
/
+8
*
[ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.
Lang Hames
2018-09-02
2
-6
/
+3
*
[ORC] Remove a stray debugging output line left in a unit test.
Lang Hames
2018-08-31
1
-1
/
+0
*
[ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flag
Lang Hames
2018-08-31
1
-0
/
+123
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
3
-83
/
+88
*
[ORC] Add unit tests for the new RTDyldObjectLinkingLayer2 class.
Lang Hames
2018-08-27
2
-0
/
+283
*
[ORC] Remove a workaround for systems lacking 8-byte atomics.
Lang Hames
2018-08-26
1
-5
/
+0
*
[ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
Lang Hames
2018-08-18
1
-18
/
+18
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
3
-101
/
+103
*
[ORC] Add a re-exports fallback definition generator.
Lang Hames
2018-08-02
1
-0
/
+22
*
[ORC] Add SerializationTraits for std::set and std::map.
Lang Hames
2018-07-30
1
-37
/
+44
*
[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
2
-182
/
+135
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
2
-135
/
+182
*
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
Lang Hames
2018-07-20
2
-182
/
+135
*
[ORC] Simplify VSO::lookupFlags to return the flags map.
Lang Hames
2018-07-20
3
-32
/
+15
*
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
Lang Hames
2018-07-20
4
-100
/
+109
*
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
[next]