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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed
Fangrui Song
2020-04-14
1
-7
/
+20
*
[ELF] -r: don't create .interp
Fangrui Song
2020-01-16
1
-2
/
+2
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
1
-0
/
+6
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-27
1
-1
/
+1
*
Revert "[ELF] Improve the condition to create .interp"
Reid Kleckner
2019-12-27
1
-1
/
+1
*
[ELF] Improve the condition to create .interp
Fangrui Song
2019-12-26
1
-1
/
+1
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
1
-2
/
+2
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-5
/
+1
*
temporary
Rui Ueyama
2019-12-13
1
-1
/
+5
*
[ELF] --icf: do not fold preemptible symbols
Fangrui Song
2019-12-10
1
-31
/
+0
*
[LLD][ELF] Add support for PT_GNU_PROPERTY
Peter Smith
2019-12-05
1
-0
/
+3
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-9
/
+7
*
[LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap
Nick Terrell
2019-10-29
1
-1
/
+3
*
[lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK
Michał Górny
2019-10-29
1
-8
/
+10
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-5
/
+5
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-17
/
+19
*
ELF: Add .interp synthetic sections first in createSyntheticSections().
Peter Collingbourne
2019-10-01
1
-5
/
+13
*
[ELF] Add -z separate-loadable-segments to complement separate-code and nosep...
Fangrui Song
2019-09-25
1
-6
/
+6
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-1
/
+1
*
[ELF] Error if the linked-to section of a SHF_LINK_ORDER section is discarded
Fangrui Song
2019-09-20
1
-4
/
+14
*
[ELF][Hexagon] Allow PT_LOAD to have overlapping p_offset ranges on EM_HEXAGON
Fangrui Song
2019-09-17
1
-6
/
+1
*
[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417
Peter Smith
2019-09-16
1
-0
/
+7
*
[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64
Fangrui Song
2019-09-16
1
-2
/
+1
*
[ELF] Map the ELF header at imageBase
Fangrui Song
2019-09-16
1
-1
/
+2
*
[mips] Allow PT_LOAD to have overlapping p_offset ranges on EM_MIPS
Simon Atanasyan
2019-09-10
1
-1
/
+0
*
[ELF] nmagic or omagic: don't allocate PT_PHDR or PF_R PT_LOAD for the !hasPh...
Fangrui Song
2019-09-09
1
-17
/
+22
*
Reland D66717 [ELF] Do not ICF two sections with different output sections (b...
Fangrui Song
2019-09-06
1
-5
/
+0
*
Revert "Revert r370635, it caused PR43241."
Fangrui Song
2019-09-06
1
-22
/
+14
*
Revert r370635, it caused PR43241.
Nico Weber
2019-09-06
1
-14
/
+22
*
[ELF] Initialize PhdrEntry::p_align to maxPageSize for PT_LOAD
Fangrui Song
2019-09-05
1
-9
/
+4
*
Align output segments correctly
Rui Ueyama
2019-09-05
1
-1
/
+2
*
[ELF] Do not ICF two sections with different output sections (by SECTIONS com...
Fangrui Song
2019-09-02
1
-22
/
+14
*
[ELF] Align SHT_LLVM_PART_EHDR to a maximum page size boundary
Fangrui Song
2019-09-02
1
-2
/
+10
*
[ELF][RISCV] Allow PT_LOAD to have overlapping p_offset ranges on EM_RISCV
Fangrui Song
2019-08-28
1
-3
/
+3
*
[ELF][AMDGPU][SPARC] Allow PT_LOAD to have overlapping p_offset ranges on EM_...
Fangrui Song
2019-08-28
1
-4
/
+3
*
[ELF][RISCV] Assign st_shndx of __global_pointer$ to 1 if .sdata does not exist
Fangrui Song
2019-08-28
1
-11
/
+9
*
[ELF][ARM] Allow PT_LOAD to have overlapping p_offset ranges on EM_ARM
Fangrui Song
2019-08-27
1
-1
/
+2
*
[ELF] EhFrameSection: postpone FDE liveness check to finalizeSections
Fangrui Song
2019-08-26
1
-3
/
+3
*
[ELF] Make LinkerScript::assignAddresses iterative
Fangrui Song
2019-08-26
1
-10
/
+22
*
[ELF] Simplify with less_second. NFC
Fangrui Song
2019-08-24
1
-4
/
+1
*
[ELF] Make member function Writer<ELFT>::removeEmptyPTLoad non-member. NFC
Fangrui Song
2019-08-24
1
-3
/
+1
*
[ELF] Align the first section of a PT_LOAD even if its type is SHT_NOBITS
Fangrui Song
2019-08-24
1
-11
/
+12
*
[ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges on EM_PPC
Fangrui Song
2019-08-20
1
-1
/
+1
*
[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_386
Fangrui Song
2019-08-20
1
-2
/
+3
*
[ELF][AArch64] Allow PT_LOAD to have overlapping p_offset ranges
Fangrui Song
2019-08-20
1
-1
/
+2
*
[ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges
Fangrui Song
2019-08-20
1
-12
/
+56
*
[ELF] Don't special case symbolic relocations with 0 addend to ifunc in writa...
Fangrui Song
2019-08-13
1
-2
/
+0
*
[ELF] Simplify handling of exportDynamic and isPreemptible
Fangrui Song
2019-08-13
1
-8
/
+6
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-re...
Fangrui Song
2019-08-03
1
-17
/
+15
[next]