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
*
[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
*
[RuntimeDyld] clang-format files.
Juergen Ributzka
2014-03-21
1
-380
/
+312
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
1
-10
/
+12
*
[ppc64] Patch in TOC restore code after all external function calls
Ulrich Weigand
2014-03-11
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-8
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+0
*
Consistently check 'IsCode' when allocating sections in RuntimeDyld (via
Lang Hames
2014-02-18
1
-1
/
+3
*
[AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
2014-02-11
1
-0
/
+42
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-2
/
+2
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-9
/
+4
*
Enable EHABI by default
Renato Golin
2014-01-29
1
-0
/
+3
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+40
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-40
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+40
*
[mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
2013-11-19
1
-5
/
+4
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+14
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-6
/
+24
*
Adding multiple GOT handling to RuntimeDyldELF
Andrew Kaylor
2013-10-05
1
-55
/
+73
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-2
/
+2
*
Adding PIC support for ELF on x86_64 platforms
Andrew Kaylor
2013-08-19
1
-6
/
+196
*
Adding comments to document RuntimeDyld relocation handling
Andrew Kaylor
2013-08-19
1
-1
/
+21
*
Fixed RuntimeDyldELF absolute relocations.
Richard Mitton
2013-08-16
1
-1
/
+11
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-4
/
+3
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-2
/
+3
*
AArch64: don't mask off shift bits when processing JIT relocations.
Tim Northover
2013-07-25
1
-4
/
+4
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-7
/
+20
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-7
/
+8
*
Handle (at least don't crash on) relocations with no symbols.
Rafael Espindola
2013-06-05
1
-6
/
+11
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-8
/
+6
*
Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.
Rafael Espindola
2013-06-03
1
-3
/
+7
*
ARM: use pristine object file while processing relocations
Tim Northover
2013-05-28
1
-15
/
+23
*
AArch64: make RuntimeDyld relocations idempotent
Tim Northover
2013-05-19
1
-2
/
+22
*
r182085 introduced a change that triggered an assertion on ARM. This is an im...
David Tweed
2013-05-17
1
-2
/
+4
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-4
/
+4
*
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-06
1
-0
/
+5
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-0
/
+8
*
AArch64: implement 64-bit absolute relocation in MCJIT
Tim Northover
2013-05-04
1
-0
/
+5
*
AArch64: add stubs to support long function calls on MCJIT
Tim Northover
2013-05-04
1
-1
/
+63
*
AArch64: implement relocations for global access
Tim Northover
2013-05-04
1
-0
/
+31
*
AArch64: implement first relocation required for MCJIT
Tim Northover
2013-05-04
1
-0
/
+33
*
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
1
-0
/
+86
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-7
/
+0
*
Use a RelocationRef instead of a relocation_iterator.
Rafael Espindola
2013-04-29
1
-5
/
+5
*
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-29
1
-0
/
+6
[next]