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
...
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
18
-65
/
+3140
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
12
-134
/
+101
*
gn build: Fix Windows builds after r357797
Nico Weber
2019-04-09
1
-1
/
+1
*
[RuntimeDyld] Fix an ambiguous make_unique call.
Lang Hames
2019-04-08
1
-1
/
+1
*
[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
Lang Hames
2019-04-08
5
-283
/
+230
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
1
-3
/
+1
*
[DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..."
Brock Wyma
2019-03-25
1
-3
/
+13
*
[perf][DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"
Sylvestre Ledru
2019-03-20
1
-4
/
+10
*
Add newline to interpreter debugging output
Kristof Beyls
2019-03-07
1
-1
/
+1
*
Attempt to fix buildbot after r354972 [#1]. NFCI.
Alexey Lapshin
2019-02-27
1
-1
/
+3
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
Add namespace to some types.
Richard Trieu
2019-01-31
3
-18
/
+21
*
[RuntimeDyld] Don't try to allocate sections with align 0.
Zachary Turner
2019-01-30
1
-0
/
+5
*
[RuntimeDyld] load all sections with ProcessAllSections
Yonghong Song
2019-01-28
1
-0
/
+19
*
MemoryBlock: Do not automatically extend a given size to a multiple of page s...
Rui Ueyama
2019-01-23
1
-1
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
71
-284
/
+213
*
Revert r351138 "[ORC] Move ORC Core symbol map and set types into their own
Lang Hames
2019-01-15
3
-256
/
+233
*
[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.
Lang Hames
2019-01-14
3
-233
/
+256
*
[ORC][MIPS] Fill delay-slot after `jr` instruction
Simon Atanasyan
2019-01-12
1
-5
/
+5
*
[ORC][MIPS] Setup t9 register and call function through this register
Simon Atanasyan
2019-01-12
1
-11
/
+8
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
2
-11
/
+7
*
[ORC] Rename register in the OrcMips64 resolver code comments. NFC
Simon Atanasyan
2018-12-23
1
-2
/
+2
*
[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
Simon Atanasyan
2018-12-23
1
-24
/
+16
*
[ORC] Remove redundant instruction from MIPS resolver code. NFC
Simon Atanasyan
2018-12-23
1
-8
/
+7
*
Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
Nathan Lanza
2018-12-12
1
-0
/
+7
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
7
-61
/
+66
*
[ExecutionEngine][Interpreter] Fix out-of-bounds array access.
Lang Hames
2018-11-20
1
-1
/
+2
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
1
-1
/
+2
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
5
-7
/
+7
*
[ORC] Fix hex printing of uint64_t values.
Lang Hames
2018-10-31
2
-6
/
+6
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
7
-83
/
+113
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
7
-112
/
+84
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
7
-84
/
+112
*
[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
Lang Hames
2018-10-23
1
-1
/
+7
*
[ORC] Show JITDylib search order in JITDylib::dump.
Lang Hames
2018-10-23
1
-0
/
+4
*
[ORC] Dump flags for JITDylib symbol table entries.
Lang Hames
2018-10-23
1
-2
/
+2
*
[ORC] Guard access to the MemMgrs vector in RTDyldObjectLinkingLayer.
Lang Hames
2018-10-22
1
-3
/
+10
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
10
-71
/
+70
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
10
-44
/
+44
*
[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentIRCompiler.
Lang Hames
2018-10-15
1
-1
/
+1
*
[ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.
Lang Hames
2018-10-15
2
-29
/
+38
*
[ORC] Simplify naming for JITDylib definition generators.
Lang Hames
2018-10-15
2
-33
/
+36
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
6
-46
/
+64
*
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
Lang Hames
2018-10-09
4
-8
/
+38
*
[ORC] Add a 'remove' method to JITDylib to remove symbols.
Lang Hames
2018-10-06
1
-0
/
+68
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
5
-7
/
+8
*
[ORC] Pass Symbols to ExecutionSession::lookup by value, potentially saving a
Lang Hames
2018-10-01
1
-2
/
+2
*
[ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators for
Lang Hames
2018-10-01
1
-0
/
+9
[prev]
[next]