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
*
[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
*
[PowerPC] fix broken JIT-compiled code with tail call optimization
Hiroshi Inoue
2018-05-30
1
-2
/
+3
*
[RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc.
Lang Hames
2018-05-23
1
-8
/
+48
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
12
-190
/
+197
*
[RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section.
Lang Hames
2018-05-09
1
-1
/
+19
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
2
-3
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
2
-21
/
+21
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
1
-0
/
+2
*
[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
*
[RuntimeDyld] Silence a compiler error.
Lang Hames
2018-03-14
1
-1
/
+1
*
[ExecutionEngine] Add a getSymbolTable method to RuntimeDyld.
Lang Hames
2018-03-14
2
-0
/
+21
*
[RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to
Lang Hames
2018-03-01
1
-3
/
+5
[next]