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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Fix an assertion condition from r329934.
Lang Hames
2018-04-19
1
-2
/
+2
*
[ORC] Make VSO symbol resolution/finalization operations private.
Lang Hames
2018-04-19
1
-85
/
+109
*
[ORC] Add a MaterializationResponsibility class to track responsibility for
Lang Hames
2018-04-16
3
-58
/
+125
*
[ORC] Merge VSO notifyResolutionFailed and notifyFinalizationFailed in to
Lang Hames
2018-04-16
1
-35
/
+16
*
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
Weiming Zhao
2018-04-16
2
-2
/
+2
*
NFC: Move ObjectMemoryBuffer to support
Weiming Zhao
2018-04-15
1
-1
/
+1
*
[ORC] Use insert rather than emplace.
Lang Hames
2018-04-12
1
-19
/
+19
*
[ORC] Plumb error notifications through the VSO interface.
Lang Hames
2018-04-12
4
-203
/
+327
*
[MCJIT] Remove the anchor from mcjit.
Benjamin Kramer
2018-04-12
1
-2
/
+0
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
4
-0
/
+9
*
[RuntimeDyld][PowerPC] Use global entry points for calls between sections.
Lang Hames
2018-04-05
1
-9
/
+13
*
Reapply r329133 with fix.
Lang Hames
2018-04-04
1
-5
/
+36
*
Revert r329133 "[RuntimeDyld][AArch64] Add some error pluming / generation..."
Lang Hames
2018-04-04
1
-32
/
+4
*
[RuntimeDyld][AArch64] Add some error pluming / generation to catch unhandled
Lang Hames
2018-04-03
1
-4
/
+32
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
3
-12
/
+3
*
[ORC] Fix ORC on platforms without indirection support.
Lang Hames
2018-03-28
1
-1
/
+5
*
Remove unused file, ExecutionEngine/MCJIT/ObjectBuffer.h
David Blaikie
2018-03-26
1
-48
/
+0
*
Fix layering by moving Support/CodeGenCWrappers.h to Target
David Blaikie
2018-03-23
1
-1
/
+1
*
[ORC] Don't fully qualify explicit destructor call -- it confuses some compil...
Lang Hames
2018-03-20
1
-4
/
+2
*
[ORC] Rename SymbolSource to MaterializationUnit, and make the materialization
Lang Hames
2018-03-20
1
-111
/
+167
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
5
-47
/
+69
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
4
-26
/
+40
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
4
-40
/
+26
*
[RuntimeDyld] Silence a compiler error.
Lang Hames
2018-03-14
1
-1
/
+1
*
[ORC] Fix a data race in the lookup function.
Lang Hames
2018-03-14
1
-10
/
+24
*
[ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.
Lang Hames
2018-03-14
2
-0
/
+21
*
[ORC] Silence a compiler error.
Lang Hames
2018-03-14
1
-1
/
+1
*
[ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.
Lang Hames
2018-03-14
1
-0
/
+118
*
[RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to
Lang Hames
2018-03-01
1
-3
/
+5
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-0
/
+2
*
[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by
Lang Hames
2018-02-28
1
-2
/
+4
*
[ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
Lang Hames
2018-02-21
1
-48
/
+59
*
[ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather
Lang Hames
2018-02-21
2
-23
/
+15
*
Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF
Frederich Munch
2018-02-21
1
-21
/
+94
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
2
-7
/
+8
*
[ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries.
Lang Hames
2018-02-14
5
-35
/
+39
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
2
-105
/
+56
*
[ORC] Use explicit constructor calls to fix a builder error at
Lang Hames
2018-02-06
1
-3
/
+3
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
4
-86
/
+251
*
[ORC] Rename NullResolver to NullLegacyResolver.
Lang Hames
2018-02-03
1
-2
/
+3
*
Move getPlatformFlags to ELFObjectFileBase and simplify.
Rafael Espindola
2018-01-29
1
-10
/
+8
*
[ORC] Refactor the various lookupFlags methods to return the flags map via the
Lang Hames
2018-01-25
2
-5
/
+6
*
Handle R_386_PLT32 in RuntimeDyldELF.
Rafael Espindola
2018-01-24
1
-0
/
+3
*
[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an
Lang Hames
2018-01-22
6
-8
/
+87
*
[ORC] Add a lookupFlags method to VSO.
Lang Hames
2018-01-21
1
-0
/
+20
*
[ORC] More cleanup. NFC.
Lang Hames
2018-01-21
1
-3
/
+3
*
[ORC] Cleanup. NFC.
Lang Hames
2018-01-21
1
-2
/
+1
[next]