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 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
*
Revert "Fix Clang -Wmissing-override warning"
Tobias Grosser
2015-05-22
1
-3
/
+4
*
Fix Clang -Wmissing-override warning
David Blaikie
2015-05-22
1
-4
/
+3
*
Make it easier to use DwarfContext with MCJIT
Keno Fischer
2015-05-21
1
-0
/
+2
*
[RuntimeDyld] Use isInt to assert that a relocation didn't overflow
David Majnemer
2015-05-15
1
-6
/
+3
*
Reapply [RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-05-01
1
-187
/
+172
*
Revert "[RuntimeDyldELF] Fold Placeholder into Addend"
Pavel Labath
2015-04-16
1
-170
/
+187
*
Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing"
Pavel Labath
2015-04-16
1
-3
/
+1
*
[RuntimeDyldELF] Fix missing cases in Placeholder processing
Keno Fischer
2015-04-16
1
-1
/
+3
*
[RuntimeDyldELF] Fold Placeholder into Addend
Keno Fischer
2015-04-15
1
-187
/
+170
*
[RuntimeDyldELF] Improve GOT support
Keno Fischer
2015-04-14
1
-102
/
+65
*
[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through
Lang Hames
2015-03-30
1
-27
/
+20
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
1
-1
/
+0
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
1
-0
/
+1
*
[RuntimeDyld] Track symbol visibility in RuntimeDyld.
Lang Hames
2015-01-16
1
-4
/
+5
*
[MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
Lang Hames
2014-11-27
1
-48
/
+41
*
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2014-11-26
1
-151
/
+109
*
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2014-11-26
1
-109
/
+151
*
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2014-11-26
1
-151
/
+109
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-5
/
+2
*
[MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
Lang Hames
2014-09-07
1
-3
/
+3
*
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
2014-09-07
1
-3
/
+3
*
unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
2014-09-03
1
-20
/
+25
*
Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.
Alexey Samsonov
2014-08-27
1
-26
/
+22
*
[MCJIT][SystemZ] Use a simpler expression for indirect relocation offsets.
Lang Hames
2014-08-25
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-21
/
+18
*
Use copy initialization to initialize std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+1
[prev]
[next]