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
*
[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
*
[Orc] Slightly improve the x86-64 resolver block machine code.
Lang Hames
2016-02-06
1
-8
/
+7
*
[Orc] Fix a typo in the comments for the x86_64 resolver block.
Lang Hames
2016-02-05
1
-2
/
+2
*
[Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
Lang Hames
2016-02-02
1
-2
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Orc: Simplify lambda by using std::set's initializer_list ctor
David Blaikie
2016-01-20
1
-10
/
+9
*
Fix build warning.
Evgeniy Stepanov
2016-01-20
1
-1
/
+2
*
[Orc] Fix a use-after-move bug in the Orc C-bindings stack.
Lang Hames
2016-01-20
1
-3
/
+3
*
[Orc] #undef a MACRO after I'm done with it.
Lang Hames
2016-01-19
1
-7
/
+10
*
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
Lang Hames
2016-01-19
1
-7
/
+17
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
[Orc] Replace switch cases with a macro.
Lang Hames
2016-01-15
1
-62
/
+35
*
[Orc] Add support for EH-frame registration to the Orc Remote Target utility
Lang Hames
2016-01-14
1
-0
/
+4
*
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
Lang Hames
2016-01-11
1
-0
/
+5
*
[Orc] Add support for remote JITing to the ORC API.
Lang Hames
2016-01-11
2
-0
/
+84
*
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
Lang Hames
2016-01-11
3
-4
/
+4
*
[Orc] Add error codes and a new std::error_category for remote-jit errors.
Lang Hames
2016-01-11
2
-0
/
+58
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
1
-4
/
+7
*
[Orc] Enable user-supplied memory managers in the CompileOnDemand layer.
Lang Hames
2016-01-09
1
-1
/
+2
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
3
-3
/
+4
*
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
2015-12-04
3
-3
/
+3
*
Refactor: Simplify boolean conditional return statements in lib/llvm/Executio...
Alexander Kornienko
2015-11-05
1
-3
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+3
*
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...
Rafael Espindola
2015-11-03
4
-150
/
+90
*
Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...
Rafael Espindola
2015-11-03
4
-90
/
+150
*
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
Lang Hames
2015-11-03
4
-150
/
+90
*
Add a sys::OwningMemoryBlock class, which is a sys::MemoryBlock that owns its
Lang Hames
2015-10-31
1
-31
/
+10
*
[Orc] Expose the compile callback API through the C bindings.
Lang Hames
2015-10-30
2
-13
/
+58
*
[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, rather
Lang Hames
2015-10-29
1
-0
/
+16
[next]