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
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
5
-14
/
+17
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
3
-94
/
+124
*
[Orc][test] Fix -DBUILD_SHARED_LIBS=on build
Fangrui Song
2019-10-29
1
-0
/
+1
*
Break out OrcError and RPC
Chris Bieneman
2019-10-29
2
-2
/
+2
*
[Orc] Address the remaining move-capture FIXMEs
Benjamin Kramer
2019-09-13
1
-2
/
+1
*
[ORC][RPC] Join server thread before checking condition in unit test.
Lang Hames
2019-09-06
1
-2
/
+2
*
[ORC] Add a missing #include atomic.
Lang Hames
2019-09-06
1
-0
/
+1
*
[ORC] Make sure RPC channel-send is called in blocking calls and responses.
Lang Hames
2019-09-06
2
-1
/
+44
*
[ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.
Lang Hames
2019-08-26
1
-0
/
+54
*
[ORC] Fix an overly aggressive assert.
Lang Hames
2019-08-26
1
-0
/
+29
*
[ORC] Remove query dependencies when symbols are resolved.
Lang Hames
2019-08-23
1
-1
/
+25
*
[ORC] Fix a FIXME: Propagate errors to dependencies.
Lang Hames
2019-08-23
2
-52
/
+255
*
[cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFC
Hubert Tong
2019-08-19
1
-0
/
+1
*
[ORC] Re-introduce self-dependence accidentally dropped from a unit test.
Lang Hames
2019-08-16
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
7
-52
/
+52
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
1
-8
/
+28
*
[ORC] Remove some old debugging output from a unit test.
Lang Hames
2019-08-03
1
-2
/
+0
*
[ORC] Change the locking scheme for ThreadSafeModule.
Lang Hames
2019-08-02
1
-1
/
+1
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
5
-64
/
+73
*
[ORC] Rename MaterializationResponsibility resolve and emit methods to
Lang Hames
2019-06-13
2
-36
/
+36
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
3
-151
/
+102
*
[ORC] Fix an ambiguous call in a unit test.
Lang Hames
2019-04-30
1
-1
/
+2
*
[ORC] Allow JITDylib definition generators to return Errors.
Lang Hames
2019-04-30
2
-5
/
+25
*
[ORC] Remove symbols from dependency lists when failing materialization.
Lang Hames
2019-04-25
2
-1
/
+39
*
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
[next]