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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
4
-47
/
+116
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
2
-12
/
+18
*
Attempt to fix Orc JIT test timeouts
Reid Kleckner
2017-06-29
1
-5
/
+5
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
4
-27
/
+69
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
3
-51
/
+27
*
[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses.
Lang Hames
2017-06-23
1
-2
/
+2
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
3
-27
/
+51
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
2
-42
/
+29
*
[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...
Eugene Zelenko
2017-06-19
2
-30
/
+53
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-3
/
+3
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-3
/
+2
*
[ORC] Add RPC and serialization support for Errors and Expecteds.
Lang Hames
2017-04-13
1
-0
/
+3
*
[ORC] Add missing file from r300155.
Lang Hames
2017-04-13
1
-0
/
+55
*
[ORC] Use native Errors rather than converted std::error_codes for ORC RPC.
Lang Hames
2017-04-13
2
-19
/
+5
*
[Orc] Make orcError return an error_code rather than Error.
Lang Hames
2017-04-06
1
-6
/
+3
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
2
-6
/
+6
*
[Orc][RPC] Add an RPCFunctionNotSupported error type and return it from
Lang Hames
2017-01-15
1
-0
/
+20
*
[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on
Lang Hames
2016-12-25
1
-0
/
+2
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-5
/
+26
*
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
Lang Hames
2016-11-11
3
-54
/
+2
*
[ORC] Revert r286620 while I investigate a bot failure.
Lang Hames
2016-11-11
3
-2
/
+54
*
[ORC] Refactor the ORC RPC utilities to add some new features.
Lang Hames
2016-11-11
3
-54
/
+2
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
[ORC] Clone module flags metadata into the globals module in the
Lang Hames
2016-09-04
1
-0
/
+9
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
1
-2
/
+4
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
1
-4
/
+2
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
1
-2
/
+4
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
4
-34
/
+33
*
[Object] Change Archive::findSym to return an Expected<Optional<Child>>.
Lang Hames
2016-07-14
1
-6
/
+6
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-4
/
+5
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-5
/
+4
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-4
/
+5
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+3
*
[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
Lang Hames
2016-05-31
2
-4
/
+4
*
[Orc] Merge some common code for creating CompileCallbackManagers and
Lang Hames
2016-05-26
5
-73
/
+51
*
[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when
Lang Hames
2016-05-25
2
-5
/
+3
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-17
1
-2
/
+5
*
[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.
Lang Hames
2016-05-07
3
-81
/
+171
*
[ORC] Save AArch64 NEON state in the JIT reentry block.
Lang Hames
2016-05-01
1
-42
/
+74
*
[Orc] Add ORC lazy-compilation support for AArch64.
Lang Hames
2016-04-29
1
-0
/
+144
*
[ORC] clang-format code that was touched in r267457. NFC.
Lang Hames
2016-04-25
5
-213
/
+189
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
4
-26
/
+55
*
[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
Lang Hames
2016-04-18
2
-35
/
+27
*
Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Nico Weber
2016-04-18
2
-27
/
+35
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-2
/
+0
*
[ORC] Generalize the ORC RPC utils to support RPC function return values and
Lang Hames
2016-04-18
2
-35
/
+27
*
[Orc] Add stack-realignment code to the i386 resolver function.
Lang Hames
2016-02-21
1
-27
/
+30
*
[Orc] Add lazy-JITting support for i386.
Lang Hames
2016-02-10
2
-0
/
+136
[next]