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
/
lld
/
ELF
/
Arch
/
PPC64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reland "[PPC64] Add split - stack support."
Sean Fertile
2018-10-16
1
-1
/
+114
*
Revert "[PPC64] Add split - stack support."
Sean Fertile
2018-10-15
1
-114
/
+1
*
[PPC64] Add split - stack support.
Sean Fertile
2018-10-15
1
-1
/
+114
*
[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.
George Rimar
2018-09-26
1
-0
/
+1
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-2
/
+2
*
[PPC64] Helper for offset from a function's global entry to local entry. [NFC]
Sean Fertile
2018-09-20
1
-0
/
+26
*
[PPC64] Optimize redundant instructions in global access sequences.
Sean Fertile
2018-09-20
1
-2
/
+70
*
[PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation.
Sean Fertile
2018-09-17
1
-0
/
+1
*
[PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]
Sean Fertile
2018-09-17
1
-16
/
+26
*
[PPC64] Fix DQ-form instruction handling and emit error for misalignment.
Sean Fertile
2018-08-28
1
-7
/
+35
*
Revert "[PPC64] Fix DQ-form instruction handling and emit error for misalign..."
Sean Fertile
2018-08-23
1
-35
/
+7
*
[PPC64] Fix DQ-form instruction handling and emit error for misalignment.
Sean Fertile
2018-08-23
1
-7
/
+35
*
[PPC64] Add TLS initial exec to local exec relaxation
Zaara Syeda
2018-08-21
1
-1
/
+102
*
[PPC64] Add TLS local dynamic to local exec relaxation
Zaara Syeda
2018-07-09
1
-0
/
+50
*
Remove redundnat call of makeArrayRef(). NFC.
Rui Ueyama
2018-07-05
1
-1
/
+1
*
Simplify PPC64::calcEFlags().
Rui Ueyama
2018-07-05
1
-40
/
+9
*
[PPC64] Add support for R_PPC64_GOT_DTPREL16* relocations
Zaara Syeda
2018-06-27
1
-0
/
+12
*
[PPC64] Add TLS global dynamic to local exec relaxation
Zaara Syeda
2018-06-27
1
-0
/
+37
*
[PPC64] Thread-local storage general-dynamic to initial-exec relaxation.
Sean Fertile
2018-06-26
1
-0
/
+53
*
Use shorter names for #lo, #hi, #ha, etc. NFC.
Rui Ueyama
2018-06-13
1
-15
/
+15
*
[ELF][PPC64] Support R_PPC64_DTPREL64 which may be emitted in .rela.debug_addr
Fangrui Song
2018-06-12
1
-0
/
+3
*
[PPC64] Support R_PPC64_DTPREL relocations.
Sean Fertile
2018-06-12
1
-7
/
+47
*
[PPC64] Add support for local-exec TLS model
Zaara Syeda
2018-06-08
1
-0
/
+23
*
[PPC64] Add support for initial-exec TLS model
Zaara Syeda
2018-06-01
1
-0
/
+12
*
[PPC64] Support R_PPC64_GOT_TLSLD16 relocations.
Sean Fertile
2018-05-31
1
-0
/
+10
*
[PPC64] Support General-Dynamic tls.
Sean Fertile
2018-05-29
1
-0
/
+14
*
[PPC64] Set the IRelative relocation type.
Sean Fertile
2018-05-24
1
-0
/
+1
*
[ELF][PPC64] Fix getRelExpr for R_PPC64_REL64
Zaara Syeda
2018-05-14
1
-0
/
+1
*
[ELF][PPC64] Fix getRelExpr for R_PPC64_REL32
Zaara Syeda
2018-05-14
1
-0
/
+1
*
[PPC64] Add lazy symbol resolution stubs.
Sean Fertile
2018-05-09
1
-2
/
+36
*
[PPC64] Emit plt call stubs to the text section rather then the plt section.
Sean Fertile
2018-05-06
1
-27
/
+12
*
[PPC64] Remove support for ELF V1 ABI in LLD - buildbot fix
Zaara Syeda
2018-05-04
1
-4
/
+11
*
[PPC64] Remove support for ELF V1 ABI in LLD
Zaara Syeda
2018-05-04
1
-64
/
+50
*
Fix trap instruction on pp64.
Rafael Espindola
2018-04-20
1
-1
/
+2
*
Define TrapInst for ppc64.
Rafael Espindola
2018-04-02
1
-0
/
+2
*
[PPC64] Minor changes for Plt relocations.
Sean Fertile
2018-04-02
1
-2
/
+8
*
[PPC64] Write plt stubs for ElfV2 abi
Sean Fertile
2018-04-02
1
-14
/
+31
*
Do not use template for check{Int,UInt,IntUInt,Alignment}.
Rui Ueyama
2018-03-29
1
-5
/
+5
*
[ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and R_PPC64_REL16_HA
Zaara Syeda
2018-03-21
1
-1
/
+4
*
[ELF] Add basic support for PPC LE
Zaara Syeda
2018-03-19
1
-0
/
+49
*
[ELF] Convert {read,write}*be to endianness-aware read/write.
Fangrui Song
2018-03-09
1
-23
/
+22
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-2
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
Remove one parameter from Target::getRelExpr.
Rui Ueyama
2017-10-12
1
-4
/
+4
*
Define RelType to represent relocation types.
Rui Ueyama
2017-10-11
1
-5
/
+5
*
Fix which file is in an error message.
Rafael Espindola
2017-08-04
1
-2
/
+2
*
Do not use make<> to allocate TargetInfo. NFC.
Rui Ueyama
2017-06-16
1
-2
/
+4
*
Split Target.cpp into small files.
Rui Ueyama
2017-06-16
1
-0
/
+215
[prev]