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
/
RuntimeDyldELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld
David Blaikie
2017-07-05
1
-1
/
+2
*
Remove `inline` keyword from inline `classof` methods
Sam Clegg
2017-06-29
1
-2
/
+2
*
Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt...
Sagar Thakur
2017-06-22
1
-83
/
+8
*
[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld
Sagar Thakur
2017-06-22
1
-8
/
+83
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[RuntimeDyld, PowerPC] Fix regression from r303637
Ulrich Weigand
2017-05-23
1
-7
/
+9
*
[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...
Ulrich Weigand
2017-05-23
1
-8
/
+5
*
[RuntimeDyld, PowerPC] Fix relocation detection overflow
Ulrich Weigand
2017-05-23
1
-8
/
+8
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-12
/
+0
*
[SystemZ] Support missing relocation types in RuntimeDyldELF
Ulrich Weigand
2017-05-09
1
-3
/
+18
*
[bpf] add relocation support
Alexei Starovoitov
2017-05-03
1
-0
/
+32
*
RuntimeDyldELF/AArch64: Implement basic GOT support
Eugene Leviant
2017-02-06
1
-66
/
+123
*
RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop.
Will Dietz
2017-01-28
1
-0
/
+2
*
RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc
Eugene Leviant
2017-01-23
1
-0
/
+6
*
RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs
Eugene Leviant
2017-01-23
1
-1
/
+13
*
RuntimeDyldELF: implement R_AARCH64_PREL64 reloc
Eugene Leviant
2017-01-10
1
-0
/
+3
*
Fix MSVC build failure introduced in r291431
Pavel Labath
2017-01-09
1
-4
/
+3
*
RuntimeDyldELF: don't create thunk if not needed
Eugene Leviant
2017-01-09
1
-1
/
+44
*
RuntimeDyldELF: refactor AArch64 relocations. NFC.
Eugene Leviant
2016-12-27
1
-106
/
+44
*
RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
Eugene Leviant
2016-12-27
1
-0
/
+9
*
Fix R_AARCH64_MOVW_UABS_G3 relocation
Yichao Yu
2016-12-15
1
-23
/
+49
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
1
-282
/
+16
*
[mips][rtdyld] Merge code to write relocated values to the section. NFC
Simon Dardis
2016-12-07
1
-124
/
+107
*
Fix cross-endianness RuntimeDyld relocation for ARM
Keno Fischer
2016-10-20
1
-9
/
+10
*
Fix PREL31 relocation on ARM
Keno Fischer
2016-10-20
1
-0
/
+4
*
[mips][mcjit] Add the majority of N32 support.
Simon Dardis
2016-10-20
1
-14
/
+28
*
[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
Lang Hames
2016-08-19
1
-16
/
+0
*
[RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL.
Lang Hames
2016-08-19
1
-0
/
+16
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
1
-0
/
+1
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-1
/
+1
*
[LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch.
Nitesh Jain
2016-07-15
1
-1
/
+5
*
[RuntimeDyld] Support R_390_PC64 relocation type
Bryan Chan
2016-05-13
1
-0
/
+5
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-5
/
+18
*
[RuntimeDyld] Propagate another dropped error in RuntimeDyldELF.
Lang Hames
2016-04-27
1
-1
/
+2
*
[RuntimeDyld] Propagate Errors from findPPC64TOCSection.
Lang Hames
2016-04-27
1
-3
/
+6
*
[RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.
Lang Hames
2016-04-27
1
-40
/
+61
*
[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
Davide Italiano
2016-04-24
1
-1
/
+5
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-3
/
+8
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+4
*
ExecutionEngine: tweak debug log
Saleem Abdulrasool
2016-03-05
1
-1
/
+1
*
[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
Sanjoy Das
2015-11-24
1
-4
/
+4
*
[RuntimeDyld] Don't allocate unnecessary stub buffer space
Sanjoy Das
2015-11-23
1
-0
/
+19
*
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Sanjoy Das
2015-11-23
1
-2
/
+3
*
[RuntimeDyld] Add accessors to `SectionEntry`; NFC
Sanjoy Das
2015-11-23
1
-117
/
+142
*
[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
Ulrich Weigand
2015-11-17
1
-3
/
+3
*
[RuntimeDyld] Fix indentation and whitespace; NFC
Sanjoy Das
2015-11-14
1
-21
/
+22
*
[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
Maksim Panchenko
2015-11-08
1
-0
/
+8
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-4
/
+3
*
[mips64][mcjit] Add N64R6 relocations tests and fix N64R2 tests
Petar Jovanovic
2015-08-28
1
-2
/
+2
*
[mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc
Petar Jovanovic
2015-08-13
1
-9
/
+54
[next]