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
/
Targets
/
RuntimeDyldMachOAArch64.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+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
1
-1
/
+1
*
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][MachO] Fix assertion in encodeAddend, add missing directive to
Lang Hames
2018-03-01
1
-3
/
+5
*
[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by
Lang Hames
2018-02-28
1
-2
/
+4
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+4
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-1
/
+1
*
[RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_er...
Lang Hames
2016-05-18
1
-15
/
+5
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-6
/
+13
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-6
/
+16
*
[RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.
Lang Hames
2016-01-21
1
-1
/
+53
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-7
/
+7
*
[RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.
Lang Hames
2015-08-11
1
-5
/
+4
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-2
/
+3
*
Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...
Alexey Samsonov
2015-01-10
1
-2
/
+2
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-2
/
+2
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-6
/
+7
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-7
/
+6
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-6
/
+7
*
[MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.
Lang Hames
2014-10-21
1
-5
/
+5
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
1
-3
/
+3
*
[MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
2014-09-04
1
-0
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
Lang Hames
2014-08-08
1
-5
/
+8
*
[MCJIT] Replace a c-style cast with reinterpret_cast + static_cast.
Lang Hames
2014-08-07
1
-4
/
+4
*
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
Lang Hames
2014-07-30
1
-1
/
+1
*
[RuntimeDyld][AArch64] Make encode/decodeAddend also work on big-endian hosts.
Juergen Ributzka
2014-07-29
1
-18
/
+31
*
[RuntimeDyld][AArch64] Make encode/decodeAddend more typesafe by using the re...
Juergen Ributzka
2014-07-29
1
-6
/
+8
*
RuntimeDyldMachOAArch64.h: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2014-07-23
1
-0
/
+1
*
Appease the buildbots.
Juergen Ributzka
2014-07-22
1
-0
/
+1
*
[RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in i...
Juergen Ributzka
2014-07-22
1
-75
/
+110
*
[RuntimeDyld][MachO][AArch64] Implement the decodeAddend method.
Juergen Ributzka
2014-07-22
1
-0
/
+92
*
[RuntimeDyld][MachO][AArch64] Add assertion to check for duplicate addend def...
Juergen Ributzka
2014-07-22
1
-4
/
+4
*
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_ADDEND values into the
Lang Hames
2014-07-18
1
-1
/
+3
*
[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
Lang Hames
2014-07-17
1
-1
/
+1
*
[MCJIT] Significantly refactor the RuntimeDyldMachO class.
Lang Hames
2014-07-17
1
-0
/
+253