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
*
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
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-6
/
+1
*
[PowerPC] ELFv2 dynamic loader support
Ulrich Weigand
2014-07-20
1
-7
/
+24
*
[RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations
Ulrich Weigand
2014-06-27
1
-55
/
+70
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-16
/
+20
*
[RuntimeDyld] Fix ppc64 stub relocations on little-endian
Ulrich Weigand
2014-06-20
1
-5
/
+11
*
[RuntimeDyld] Support more PPC64 relocations
Ulrich Weigand
2014-06-20
1
-4
/
+70
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-8
/
+7
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-1
/
+2
*
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
James Molloy
2014-04-30
1
-1
/
+7
*
Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
Reid Kleckner
2014-04-29
1
-13
/
+17
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-32
/
+48
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-8
/
+9
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-0
/
+2
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
1
-0
/
+1
[next]