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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-1
/
+3
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-49
/
+49
*
ELF: Introduce a separate bit for tracking whether an output section has ever...
Peter Collingbourne
2019-06-03
1
-0
/
+5
*
[LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.
George Rimar
2019-04-26
1
-0
/
+1
*
[ELF] Delete unused forward declarations and unused DynamicReloc::getInputSec...
Fangrui Song
2019-03-15
1
-9
/
+0
*
ELF: De-template OutputSection::finalize() and MipsGotSection::build(). NFCI.
Peter Collingbourne
2019-03-06
1
-1
/
+1
*
ELF: Write .eh_frame_hdr explicitly after writing .eh_frame.
Peter Collingbourne
2019-02-28
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF] Make TrapInstr and Filler byte arrays. NFC.
Simon Atanasyan
2018-11-14
1
-2
/
+3
*
Remove a global variable that we can live without.
Rui Ueyama
2018-10-23
1
-1
/
+0
*
[ELF] - Implement linker script OVERLAYs.
George Rimar
2018-06-27
1
-0
/
+1
*
[ELF] Pass callables by function_ref
Benjamin Kramer
2018-06-16
1
-1
/
+1
*
[PPC64] Remove support for ELF V1 ABI in LLD
Zaara Syeda
2018-05-04
1
-2
/
+0
*
Use exact uint32_t for uint32_t ELF field. NFC.
Rui Ueyama
2018-03-07
1
-1
/
+1
*
Initialize a member in C++11 style. NFC.
Rui Ueyama
2018-03-07
1
-1
/
+1
*
[ELF] - Do not remove empty sections that use symbols in expressions.
George Rimar
2018-03-01
1
-0
/
+1
*
Simplify removing empty output sections.
Rafael Espindola
2018-03-01
1
-2
/
+0
*
Keep flags from phantom synthetic sections.
Rafael Espindola
2018-02-26
1
-0
/
+2
*
[ELF] - Introduce getInputSections() helper.
George Rimar
2018-02-22
1
-0
/
+2
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
[ELF] - Support COPY, INFO, OVERLAY output sections attributes.
George Rimar
2018-02-16
1
-0
/
+1
*
Sort orphan section if --symbol-ordering-file is given.
Rafael Espindola
2018-01-30
1
-2
/
+0
*
Move LMAOffset from the OutputSection to the PhdrEntry. NFC.
Rafael Espindola
2018-01-25
1
-2
/
+1
*
Only lookup LMARegion once. NFC.
Rafael Espindola
2018-01-25
1
-0
/
+1
*
[ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region
George Rimar
2018-01-12
1
-0
/
+1
*
Fix line endings. NFC.
Rafael Espindola
2017-12-12
1
-6
/
+6
*
[ELF] Reset OutputSection size prior to processing linker script commands
James Henderson
2017-12-12
1
-7
/
+11
*
Delete dead code. NFC.
Rafael Espindola
2017-11-29
1
-14
/
+0
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-1
/
+1
*
[ELF] - Stop using SectionKey for creating output sections.
George Rimar
2017-11-04
1
-16
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-1
/
+1
*
[ELF] - Simplify reporting of garbage collected sections.
George Rimar
2017-10-27
1
-1
/
+0
*
Rename processCommands -> processSectionCommands.
Rui Ueyama
2017-10-11
1
-0
/
+1
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Remove OutputSection::updateAlignment.
Rui Ueyama
2017-10-07
1
-5
/
+0
*
Merge addInputSec with OutputSection::addSection.
Rui Ueyama
2017-10-07
1
-2
/
+1
*
Remove unused parameters.
Rui Ueyama
2017-10-07
1
-3
/
+1
*
Do not mutate Script->Opt.Commands from a leaf helper function.
Rui Ueyama
2017-10-06
1
-0
/
+2
*
Split addSection into two small functions. NFCI.
Rui Ueyama
2017-10-06
1
-1
/
+1
*
Make a few member varaibles/functions private.
Rui Ueyama
2017-10-06
1
-6
/
+9
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
[ELF] - Remove one of OutputSectionFactory::addInputSec().
George Rimar
2017-09-15
1
-2
/
+1
*
[ELF] - Store pointer to PT_LOAD instead of pointer to first section in Outpu...
George Rimar
2017-09-07
1
-7
/
+8
*
[ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"
George Rimar
2017-08-04
1
-0
/
+2
*
Merge OutputSectionCommand and OutputSection.
Rafael Espindola
2017-07-27
1
-3
/
+28
*
Rename ObjectFile -> ObjFile.
Rui Ueyama
2017-07-26
1
-1
/
+1
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-4
/
+3
*
Remove redundant argument. NFC.
Rafael Espindola
2017-07-06
1
-2
/
+1
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-07-05
1
-3
/
+0
*
Use Entry::SecSize in a couple of cases.
Rafael Espindola
2017-07-05
1
-1
/
+0
[next]