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
*
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
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-4
/
+4
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-05
1
-1
/
+1
*
[RuntimeDyld] Adapt PPC64 relocations to PPC32
Hal Finkel
2015-08-04
1
-0
/
+23
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-12
/
+15
*
[Mips] Add support for MCJIT for MIPS32r6
Petar Jovanovic
2015-07-06
1
-3
/
+58
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-2
/
+6
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-6
/
+3
*
Cleanup getRelocationAddend.
Rafael Espindola
2015-06-30
1
-7
/
+5
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-4
/
+2
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-1
/
+1
*
Make getOther ELF only.
Rafael Espindola
2015-06-26
1
-3
/
+2
*
[mips64] Emit correct addend for some PC-relative relocations
Petar Jovanovic
2015-06-23
1
-1
/
+1
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
1
-10
/
+12
*
fix crash
Alexei Starovoitov
2015-06-10
1
-1
/
+2
*
[Mips64][mcjit] Add R_MIPS_PC32 relocation
Petar Jovanovic
2015-06-08
1
-0
/
+5
*
Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...
Daniel Sanders
2015-06-03
1
-12
/
+25
*
This reverts commit r238838, r238844 and r238888.
Rafael Espindola
2015-06-03
1
-5
/
+1
*
[mips][mcjit] Add support for R_MIPS_PC32.
Daniel Sanders
2015-06-02
1
-1
/
+5
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-4
/
+4
*
[RuntimeDydlELF] Use range-based loop.
Davide Italiano
2015-06-02
1
-5
/
+3
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
1
-6
/
+247
*
Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...
NAKAMURA Takumi
2015-05-22
1
-4
/
+3
[next]