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] - Simplify reporting of garbage collected sections.
George Rimar
2017-10-27
1
-16
/
+0
*
[lld] Move Threads to Common
Bob Haarman
2017-10-13
1
-1
/
+1
*
Do not copy Sections vector.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Rename BytesDataCommand -> ByteCommand.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-10
/
+12
*
Remove OutputSection::updateAlignment.
Rui Ueyama
2017-10-07
1
-1
/
+1
*
Clarify code by adding a comment.
Rui Ueyama
2017-10-07
1
-4
/
+7
*
Merge addInputSec with OutputSection::addSection.
Rui Ueyama
2017-10-07
1
-62
/
+48
*
Return early. NFC.
Rui Ueyama
2017-10-07
1
-10
/
+11
*
Remove unused parameters.
Rui Ueyama
2017-10-07
1
-6
/
+4
*
Do not mutate Script->Opt.Commands from a leaf helper function.
Rui Ueyama
2017-10-06
1
-20
/
+23
*
Split addSection into two small functions. NFCI.
Rui Ueyama
2017-10-06
1
-14
/
+26
*
Inline a small function.
Rui Ueyama
2017-10-06
1
-8
/
+3
*
[EFL] - Fix incorrect code style. NFC.
George Rimar
2017-09-28
1
-2
/
+4
*
[ELF] - Do not merge sections from SHT_GROUP when -relocatable
George Rimar
2017-09-19
1
-6
/
+8
*
[ELF] - Fix comment. NFC.
George Rimar
2017-09-18
1
-1
/
+1
*
Remove redundant parentheses.
Rui Ueyama
2017-09-15
1
-1
/
+1
*
[ELF] - Remove one of OutputSectionFactory::addInputSec().
George Rimar
2017-09-15
1
-40
/
+46
*
[ELF] - Move getSymbols() methods to InputFile.
George Rimar
2017-08-04
1
-1
/
+1
*
[ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"
George Rimar
2017-08-04
1
-11
/
+15
*
Fix the order of section that are not on an order file.
Rafael Espindola
2017-07-28
1
-1
/
+1
*
Merge OutputSectionCommand and OutputSection.
Rafael Espindola
2017-07-27
1
-7
/
+322
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-4
/
+4
*
Remove redundant argument. NFC.
Rafael Espindola
2017-07-06
1
-3
/
+1
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-07-05
1
-82
/
+0
*
Use Entry::SecSize in a couple of cases.
Rafael Espindola
2017-07-05
1
-12
/
+0
*
Remove confusing `return`.
Rui Ueyama
2017-06-26
1
-1
/
+1
*
[ELF] Add an apostrophe after a file name when reporting discarded sections.
Igor Kudrin
2017-06-22
1
-1
/
+1
*
Make OutputSections and OutputSectionCommands globals.
Rafael Espindola
2017-06-13
1
-0
/
+3
*
[ICF] Ignore SHF_GROUP flag when comparing two sections.
Rui Ueyama
2017-06-10
1
-6
/
+2
*
Use OutputSectionCommands in assignOffsets.
Rafael Espindola
2017-06-07
1
-2
/
+5
*
[ELF] - Do not merge relocation sections by name when using --emit-relocs.
George Rimar
2017-06-07
1
-0
/
+14
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Move finalize to OutputSectionCommands. NFC.
Rafael Espindola
2017-06-06
1
-78
/
+0
*
[ELF] - Allow multiple comdats when producing relocatable output.
George Rimar
2017-06-06
1
-0
/
+11
*
[ELF] SHF_LINK_ORDER should sort based on InputSectionDescriptions
Peter Smith
2017-06-05
1
-1
/
+13
*
[ELF] - Assign SHF_INFO_LINK flag to REL[A] sections.
George Rimar
2017-06-02
1
-0
/
+1
*
Move maybeCompress to OutputSectionCommand.
Rafael Espindola
2017-06-01
1
-33
/
+0
*
Store a single Parent pointer for InputSectionBase.
Rafael Espindola
2017-05-31
1
-7
/
+7
*
Fix a crash.
Rafael Espindola
2017-05-31
1
-2
/
+2
*
Check Live instead of the section type.
Rafael Espindola
2017-05-30
1
-1
/
+1
*
[ELF] - Fix comment. NFC.
George Rimar
2017-05-30
1
-1
/
+1
*
[ELF] - Do not allow -r to eat comdats.
George Rimar
2017-05-29
1
-1
/
+22
*
When uncompressing sections, remove SHF_COMPRESSED bits. NFC.
Rui Ueyama
2017-05-25
1
-5
/
+1
*
Move writeTo to OutputSectionCommand.
Rafael Espindola
2017-05-24
1
-65
/
+1
*
[ELF] - Detemplate access to SymTab, DynSymTab, GnuHashTab. NFC.
George Rimar
2017-05-16
1
-1
/
+1
*
Rename parallelFor -> parallelForEachN.
Rui Ueyama
2017-05-10
1
-1
/
+1
*
[ELF] Improve error message for incompatible section types
Rui Ueyama
2017-05-10
1
-2
/
+5
*
Don't use section names in getFiller. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
[ELF] - Linkerscript: support combination of linkerscript and --compress-debu...
George Rimar
2017-05-08
1
-5
/
+14
[prev]
[next]