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
/
InputSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...
Fangrui Song
2020-04-10
1
-2
/
+1
*
[ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24
Fangrui Song
2020-01-28
1
-0
/
+8
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
Add TPREL relocation support to Hexagon
Sid Manning
2020-01-02
1
-0
/
+1
*
[ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...
Fangrui Song
2019-12-29
1
-2
/
+10
*
comment typo fix to cycle bots
Nico Weber
2019-10-31
1
-1
/
+1
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-3
/
+3
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-8
/
+10
*
[ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges
Fangrui Song
2019-08-20
1
-14
/
+26
*
[ELF][Hexagon] Replace R_HEXAGON_GOT with R_GOTPLT
Fangrui Song
2019-08-16
1
-2
/
+0
*
[mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFC
Simon Atanasyan
2019-07-24
1
-0
/
+1
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-3
/
+3
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-2
/
+2
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-522
/
+522
*
[ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that point to absolute symbols
Fangrui Song
2019-07-03
1
-0
/
+5
*
[ELF][RISCV] Allow R_RISCV_ADD in relocateNonAlloc()
Fangrui Song
2019-07-03
1
-1
/
+1
*
[ELF][RISCV] Support GD/LD/IE/LE TLS models
Fangrui Song
2019-07-01
1
-1
/
+4
*
[ELF][RISCV] Support PLT, GOT, copy and relative relocations
Fangrui Song
2019-07-01
1
-1
/
+1
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...
Fangrui Song
2019-06-26
1
-3
/
+17
*
Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...
Hans Wennborg
2019-06-25
1
-17
/
+3
*
[ELF][RISCV] Treat R_RISCV_{ADD,SET,SUB}* as link-time constants
Fangrui Song
2019-06-12
1
-0
/
+1
*
[ELF][PPC64] Don't report "relocation refers to a discarded section" for .toc
Fangrui Song
2019-06-12
1
-1
/
+3
*
Revert "Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_...
Sean Fertile
2019-06-06
1
-3
/
+14
*
Revert "Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbo...
Sean Fertile
2019-06-06
1
-1
/
+2
*
Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if th...
Sean Fertile
2019-06-06
1
-2
/
+1
*
Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, ....
Sean Fertile
2019-06-06
1
-14
/
+3
*
[PPC32] Support GD/LD/IE/LE TLS models and their relaxations
Fangrui Song
2019-06-06
1
-0
/
+1
*
[PPC32] Improve the 32-bit PowerPC port
Fangrui Song
2019-06-06
1
-0
/
+7
*
[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, .debug*, ...
Fangrui Song
2019-06-04
1
-3
/
+14
*
[ELF][PPC64] Rename some PPC64 ELFv2 specific RelExpr from R_PPC_* to R_PPC64_*
Fangrui Song
2019-06-03
1
-4
/
+4
*
[ELF] Implement Local Dynamic style TLSDESC for x86-64
Fangrui Song
2019-05-30
1
-6
/
+10
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-2
/
+13
*
[ELF] Implement General Dynamic style TLSDESC for x86-64
Fangrui Song
2019-05-29
1
-0
/
+2
*
Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...
Fangrui Song
2019-05-28
1
-1
/
+2
*
Revert [ELF] Error on relocations to STT_SECTION symbols if the sections were...
Haojian Wu
2019-05-28
1
-2
/
+1
*
[ELF] Error on relocations to STT_SECTION symbols if the sections were discarded
Fangrui Song
2019-05-28
1
-1
/
+2
*
[ELF] Fix getRelocTargetVA formulae of R_TLS and R_NEG_TLS
Fangrui Song
2019-05-20
1
-8
/
+9
*
[ARM][AArch64] Revert Android Bionic PT_TLS overaligning hack
Fangrui Song
2019-05-18
1
-4
/
+0
*
[ELF][X86] Fix R_RELAX_TLS_GD_TO_LE_NEG and R_NEG_TLS after D62059
Fangrui Song
2019-05-18
1
-1
/
+1
*
[ELF] Fix TP offset of TLS Variant I after D62059
Fangrui Song
2019-05-18
1
-1
/
+1
*
[ELF] -r: fix R_*_NONE to section symbols on Elf*_Rel targets
Fangrui Song
2019-05-17
1
-1
/
+1
*
Revert r358069 "Discard debuginfo for object files empty after GC"
Bob Haarman
2019-05-16
1
-1
/
+0
*
[PPC64] toc-indirect to toc-relative relaxation
Fangrui Song
2019-05-07
1
-1
/
+6
*
[ELF] Change std::max<uint64_t> to uint32_t for section alignment
Fangrui Song
2019-04-26
1
-3
/
+3
*
[PPC64] Allow R_PPC64_DTPREL* to preemptable local-dynamic symbols
Fangrui Song
2019-04-23
1
-2
/
+1
*
[LLD][ELF] - Do not forget to use ch_addralign field after decompressing the ...
George Rimar
2019-04-22
1
-0
/
+2
*
[ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable l...
Fangrui Song
2019-04-22
1
-1
/
+3
*
[ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLT
Fangrui Song
2019-04-22
1
-2
/
+2
*
[ELF] Use llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-5
/
+3
[next]