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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
3
-103
/
+108
*
[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
*
Skip MCJIT unit tests if LLVM is not configured for native compilation
David Blaikie
2019-09-03
1
-1
/
+7
*
[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
10
-57
/
+57
*
[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
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
2
-3
/
+3
*
[JITLink] Add dependency on MCParser to unit test after rL358818
Fangrui Song
2019-04-21
1
-0
/
+1
*
[JITLink] Add dependencies on MCDissassembler and Target to unit test.
Lang Hames
2019-04-21
1
-0
/
+2
*
[JITLink] Add check to JITLink unit test to bail out for unsupported targets.
Lang Hames
2019-04-20
3
-19
/
+52
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
5
-0
/
+668
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
2
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
9
-81
/
+112
*
[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
[next]