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
/
OutputSections.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
-4
/
+4
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
[LLD][ELF] - Make compression level be dependent on -On.
Georgii Rymar
2019-11-26
1
-1
/
+6
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
Crt files are special cased by name when dealing with ctor and dtor
Sterling Augustine
2019-10-25
1
-10
/
+16
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-7
/
+9
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-10
/
+88
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-205
/
+205
*
ELF: Introduce a separate bit for tracking whether an output section has ever...
Peter Collingbourne
2019-06-03
1
-1
/
+2
*
[ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after r358981
Fangrui Song
2019-05-30
1
-5
/
+0
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-4
/
+4
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-6
/
+3
*
Replace `typedef A B` with `using B = A`. NFC.
Rui Ueyama
2019-04-01
1
-2
/
+2
*
[ELF][ARM] Recommit Redesign of .ARM.exidx handling to use a SyntheticSection
Peter Smith
2019-03-28
1
-1
/
+3
*
[ELF][ARM] Revert Redesign of .ARM.exidx handling to use a SyntheticSection
Peter Smith
2019-03-21
1
-3
/
+1
*
[ELF][ARM] Redesign of .ARM.exidx handling to use a SyntheticSection
Peter Smith
2019-03-21
1
-1
/
+3
*
ELF: Remove dead code. NFCI.
Peter Collingbourne
2019-03-12
1
-3
/
+1
*
ELF: De-template OutputSection::finalize() and MipsGotSection::build(). NFCI.
Peter Collingbourne
2019-03-06
1
-10
/
+3
*
ELF: Write .eh_frame_hdr explicitly after writing .eh_frame.
Peter Collingbourne
2019-02-28
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ELF: allow non allocated sections to go into allocated sections
Rui Ueyama
2018-12-04
1
-1
/
+1
*
[ELF] Make TrapInstr and Filler byte arrays. NFC.
Simon Atanasyan
2018-11-14
1
-8
/
+11
*
Remove a global variable that we can live without.
Rui Ueyama
2018-10-23
1
-1
/
+0
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-3
/
+3
*
[ELF] Pass callables by function_ref
Benjamin Kramer
2018-06-16
1
-2
/
+2
*
[PPC64] Remove support for ELF V1 ABI in LLD
Zaara Syeda
2018-05-04
1
-2
/
+0
*
[ELF] - Stop setting OutSecOff too early.
George Rimar
2018-04-09
1
-1
/
+0
*
[ELF] Simplify compCtors and writeInt.
Fangrui Song
2018-03-20
1
-6
/
+3
*
[ELF] - Fix crash relative to SHF_LINK_ORDER sections.
George Rimar
2018-03-08
1
-1
/
+2
*
Initialize a member in C++11 style. NFC.
Rui Ueyama
2018-03-07
1
-3
/
+1
*
Simplify removing empty output sections.
Rafael Espindola
2018-03-01
1
-19
/
+0
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Fix gcc warning.
Rafael Espindola
2018-02-27
1
-1
/
+2
*
Add support for SHF_ARM_PURECODE.
Rafael Espindola
2018-02-27
1
-3
/
+11
*
Keep flags from phantom synthetic sections.
Rafael Espindola
2018-02-26
1
-0
/
+19
*
[ELF] - Introduce getInputSections() helper.
George Rimar
2018-02-22
1
-17
/
+16
*
Sort each InputSectionDescription individually.
Rafael Espindola
2018-02-01
1
-3
/
+3
*
Sort orphan section if --symbol-ordering-file is given.
Rafael Espindola
2018-01-30
1
-2
/
+2
*
[ELF] Compress debug sections after assignAddresses and support custom layout
James Henderson
2018-01-08
1
-9
/
+0
*
[ELF] Refactor to remove loop copying all Sections in OS->finalize() [NFC]
Peter Smith
2017-12-12
1
-10
/
+11
*
[ELF] Move SHF_LINK_ORDER processing earlier in Writer.cpp [NFC]
Peter Smith
2017-12-12
1
-24
/
+1
*
[ELF] Reset OutputSection size prior to processing linker script commands
James Henderson
2017-12-12
1
-7
/
+10
*
[ELF] Change default output section type to SHT_NOBITS
Jake Ehrlich
2017-12-11
1
-0
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Drop conflicting sh_entsize values.
Rafael Espindola
2017-11-15
1
-8
/
+6
*
Move OutputSectionFactory to LinkerScript.cpp. NFC.
Rui Ueyama
2017-11-04
1
-101
/
+0
*
[ELF] - Stop using SectionKey for creating output sections.
George Rimar
2017-11-04
1
-75
/
+49
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-1
/
+1
*
[ELF] - Remove useless code. NFC.
George Rimar
2017-10-31
1
-2
/
+0
*
[ELF] - Stop sorting input sections in createSections().
George Rimar
2017-10-30
1
-0
/
+1
[next]