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
/
SyntheticSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.
Peter Smith
2020-02-04
1
-6
/
+1
*
[ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4
Fangrui Song
2020-02-04
1
-2
/
+2
*
[ELF][PPC32] Support canonical PLT
Fangrui Song
2020-01-25
1
-1
/
+4
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
1
-2
/
+77
*
[lld] Fix -Wrange-loop-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
[ELF] Support input section description .gnu.version* in /DISCARD/
Fangrui Song
2019-12-26
1
-6
/
+6
*
[ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...
Fangrui Song
2019-12-18
1
-7
/
+3
*
[ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4
Fangrui Song
2019-12-17
1
-1
/
+3
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
1
-16
/
+51
*
[ELF] Delete relOff from TargetInfo::writePLT
Fangrui Song
2019-12-16
1
-7
/
+1
*
[ELF] De-template PltSection::addEntry. NFC
Fangrui Song
2019-12-16
1
-6
/
+1
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-2
/
+0
*
temporary
Rui Ueyama
2019-12-13
1
-0
/
+2
*
[LLD][ELF][AArch64][ARM] When errata patching, round thunk size to 4KiB.
Peter Smith
2019-12-11
1
-0
/
+11
*
[ELF][PPC64] Support long branch thunks with addends
Fangrui Song
2019-12-05
1
-7
/
+18
*
[LLD][ELF][AArch64] .note.gnu.property sections should have alignment 8
Peter Smith
2019-12-05
1
-2
/
+2
*
ELF: Discard .ARM.exidx sections for empty functions instead of misordering t...
Peter Collingbourne
2019-11-04
1
-5
/
+3
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-6
/
+6
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-87
/
+89
*
ELF: Add .interp synthetic sections first in createSyntheticSections().
Peter Collingbourne
2019-10-01
1
-4
/
+2
*
[ELF][ARM] Fix crash when discarding InputSections that have .ARM.exidx
Peter Smith
2019-09-24
1
-6
/
+18
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-61
/
+3
*
[ELF] Don't shrink RelrSection
Fangrui Song
2019-09-04
1
-0
/
+8
*
[ELF][RISCV] Assign st_shndx of __global_pointer$ to 1 if .sdata does not exist
Fangrui Song
2019-08-28
1
-17
/
+0
*
[ELF] EhFrameSection: postpone FDE liveness check to finalizeSections
Fangrui Song
2019-08-26
1
-27
/
+42
*
Reland D65242 "[ELF] More dynamic relocation packing""
Fangrui Song
2019-08-21
1
-7
/
+66
*
Revert D65242 "[ELF] More dynamic relocation packing"
Fangrui Song
2019-08-21
1
-66
/
+7
*
[ELF] More dynamic relocation packing
Fangrui Song
2019-08-21
1
-7
/
+66
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[ELF] --gdb-index: fix odd variable name cUs after r365730 and replace lower_...
Fangrui Song
2019-08-14
1
-7
/
+6
*
DebugInfo: Explicitly handle errors when parsing unit DIEs
David Blaikie
2019-08-09
1
-0
/
+4
*
API update for change to LLVM's lib/DebugInfo/DWARF
David Blaikie
2019-08-07
1
-2
/
+2
*
[ELF][ARM] Fix /DISCARD/ of section with .ARM.exidx section
Peter Smith
2019-08-06
1
-1
/
+13
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-6
/
+8
*
[ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-re...
Fangrui Song
2019-08-03
1
-2
/
+23
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-19
/
+17
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-4
/
+4
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-1673
/
+1673
*
[ELF] Allow placing non-string SHF_MERGE sections with different alignments i...
Fangrui Song
2019-07-04
1
-1
/
+6
*
Revert D63432 "[ELF] Allow placing SHF_MERGE sections with different alignmen...
Fangrui Song
2019-07-03
1
-2
/
+1
*
[ELF] Allow placing SHF_MERGE sections with different alignments into the sam...
Fangrui Song
2019-07-03
1
-1
/
+2
*
[ELF] Do not produce DT_JMPREL and DT_PLTGOT if .rela.plt is empty.
Igor Kudrin
2019-06-28
1
-1
/
+1
*
[ELF][RISCV] Create dummy .sdata for __global_pointer$ if .sdata does not exist
Fangrui Song
2019-06-14
1
-0
/
+17
*
ELF: Create synthetic sections for loadable partitions.
Peter Collingbourne
2019-06-07
1
-113
/
+298
*
[ELF][AArch64] Support for BTI and PAC
Peter Smith
2019-06-07
1
-3
/
+15
*
[PPC32] Improve the 32-bit PowerPC port
Fangrui Song
2019-06-06
1
-6
/
+55
*
Read .note.gnu.property sections and emit a merged .note.gnu.property section.
Rui Ueyama
2019-06-05
1
-0
/
+29
*
[ELF] Delete GotEntrySize and GotPltEntrySize
Fangrui Song
2019-05-31
1
-10
/
+8
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-9
/
+11
*
[ELF] -z combreloc: sort dynamic relocations by (!is_relative,symbol_index,r_...
Fangrui Song
2019-05-20
1
-9
/
+9
[next]