index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyldELF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Replace ObjRelocationInfo with relocation_iterator.
Rafael Espindola
2013-04-29
1
-29
/
+35
*
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
1
-1
/
+1
*
Respect Addend when processing MCJIT relocations to local/global symbols.
Ulrich Weigand
2013-04-05
1
-2
/
+2
*
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
1
-41
/
+41
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-1
/
+8
*
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-04
1
-49
/
+51
*
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
1
-0
/
+6
*
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
1
-1
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads
Amara Emerson
2012-11-16
1
-0
/
+1
*
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
1
-49
/
+72
*
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-29
1
-0
/
+7
*
PowerPC: Initial support for PowerPC64 MCJIT
Adhemerval Zanella
2012-10-25
1
-2
/
+273
*
Grammar.
Eric Christopher
2012-10-23
1
-1
/
+1
*
Check section type rather than assuming it's code when emitting sections whil...
Andrew Kaylor
2012-10-12
1
-1
/
+7
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-3
/
+0
*
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
1
-2
/
+10
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-42
/
+35
*
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
1
-2
/
+1
*
Fix coding style violations in 162135 and 162136.
Akira Hatanaka
2012-08-20
1
-6
/
+6
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
1
-0
/
+91
[next]