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
/
RuntimeDyld
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-1
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[ExecutionEngine] Add a missing break to avoid warnings
Martin Storsjö
2019-11-20
1
-0
/
+1
*
ExecutionEngine: add preliminary support for COFF ARM64
Adam Kallai
2019-11-20
2
-0
/
+367
*
[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...
George Rimar
2019-10-21
2
-4
/
+23
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-3
/
+3
*
[Orc] Address the remaining move-capture FIXMEs
Benjamin Kramer
2019-09-13
2
-11
/
+9
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+3
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
2
-1
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
4
-13
/
+13
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
6
-24
/
+47
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
6
-47
/
+24
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
6
-24
/
+47
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-4
/
+4
*
[RuntimeDyld] fix too-small-bitmask error
Nick Desaulniers
2019-06-01
1
-1
/
+1
*
[RuntimeDyld] Update reserveAllocationSpace to account for stub padding.
Lang Hames
2019-05-30
1
-1
/
+8
*
[RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, and
Lang Hames
2019-05-30
2
-7
/
+6
*
[RuntimeDyld][ARM] Fix an incorrect assertion condition.
Lang Hames
2019-05-27
1
-1
/
+1
*
Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
Xing Xue
2019-05-22
1
-2
/
+3
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-2
/
+4
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-4
/
+2
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-2
/
+4
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
1
-11
/
+25
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-2
/
+2
*
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
*
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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
22
-88
/
+66
*
Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
Nathan Lanza
2018-12-12
1
-0
/
+7
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
4
-6
/
+6
*
[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
Lang Hames
2018-10-23
1
-1
/
+7
*
[ORC] Add partitioning support to CompileOnDemandLayer2.
Lang Hames
2018-09-29
1
-0
/
+6
*
[ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and
Lang Hames
2018-09-25
2
-4
/
+94
*
Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were
Lang Hames
2018-09-25
2
-2
/
+2
*
Fix a missing includes and a use of the MSVC promise/future workaround that
Lang Hames
2018-09-25
2
-2
/
+10
*
[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.
Lang Hames
2018-09-25
5
-55
/
+105
*
Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."
Lang Hames
2018-09-25
5
-99
/
+55
*
[ORC] Switch to asynchronous resolution in JITSymbolResolver.
Lang Hames
2018-09-25
5
-55
/
+99
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
2
-29
/
+34
*
[RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl that was over-allocating
Lang Hames
2018-08-18
1
-1
/
+1
*
[ORC] Add a 'Callable' flag to JITSymbolFlags.
Lang Hames
2018-08-01
4
-21
/
+41
*
Remove trailing space
Fangrui Song
2018-07-30
2
-4
/
+4
*
[RuntimeDyld] Implement the ELF PIC large code model relocations
Reid Kleckner
2018-06-22
1
-0
/
+43
*
[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.
Sean Fertile
2018-06-15
1
-0
/
+2
*
[RuntimeDyld] Add an assert to catch misbehaving symbol resolvers.
Lang Hames
2018-06-12
1
-0
/
+3
[next]