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
/
ScriptParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITS
Matt Schulte
2020-06-16
1
-0
/
+1
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-9
/
+10
*
[ELF] Replace error() with errorOrWarn() for the ASSERT command
Fangrui Song
2019-09-06
1
-1
/
+1
*
[ELF] Consistently prioritize non-* wildcards overs "*" in version scripts
Fangrui Song
2019-08-05
1
-22
/
+8
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-6
/
+6
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-3
/
+3
*
[LLD][ELF] - Linkerscript: fix FILL() expressions handling.
George Rimar
2019-07-10
1
-0
/
+2
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-609
/
+609
*
[LLD][ELF] - Linkerscript: add a support for expressions for section's filling
George Rimar
2019-07-04
1
-23
/
+17
*
Avoid identifiers that are different only in case. NFC.
Rui Ueyama
2019-07-03
1
-17
/
+15
*
[ELF][RISCV] Parse BFD names elf{32,64}-littleriscv
Fangrui Song
2019-06-10
1
-0
/
+2
*
[ELF] Full support for -n (--nmagic) and -N (--omagic) via common page
Peter Smith
2019-05-13
1
-1
/
+1
*
[LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.
George Rimar
2019-04-26
1
-0
/
+2
*
[ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131
Fangrui Song
2019-04-24
1
-1
/
+0
*
[LLD][ELF] - Handle quoted strings in the linker scripts correctly.
George Rimar
2019-04-22
1
-1
/
+1
*
[ELF] Respect NonAlloc when copying flags from the previous sections
Fangrui Song
2019-04-18
1
-0
/
+1
*
Recover elf32-bigmips and elf32-powerpc support in LLD
Rui Ueyama
2019-02-13
1
-1
/
+2
*
lld: unquote possibly quoted `EXTERN("symbol")` entry in linker script.
Rui Ueyama
2019-02-11
1
-1
/
+1
*
Recognize FreeBSD specific BFD names in OUTPUT_FORMAT
Dimitry Andric
2019-01-30
1
-2
/
+6
*
[ELF] - Remove dead `readBfdName` declaration. NFC.
George Rimar
2019-01-29
1
-1
/
+0
*
Attempt to fix build failure with GCC 5.4.
Rui Ueyama
2019-01-28
1
-2
/
+2
*
Refactoring. NFC.
Rui Ueyama
2019-01-28
1
-36
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLD][ELF] - Use auto. NFC.
George Rimar
2018-12-06
1
-1
/
+1
*
[LLD][ELF] - Linker script: accept using a file name without a list of sections.
George Rimar
2018-12-06
1
-1
/
+6
*
Fix a typo.
Haojian Wu
2018-11-28
1
-1
/
+1
*
Fix build error.
Haojian Wu
2018-11-28
1
-15
/
+15
*
[ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive
Simon Atanasyan
2018-11-28
1
-16
/
+26
*
[LLD][ELF] - Do not crash when parsing the -defsym option from a error state.
George Rimar
2018-11-26
1
-0
/
+2
*
[ELF] Make TrapInstr and Filler byte arrays. NFC.
Simon Atanasyan
2018-11-14
1
-7
/
+7
*
Handle OUTPUT_FORMAT arguments in quotation marks
Galina Kistanova
2018-11-03
1
-1
/
+1
*
[PPC64] Handle powerpc64 in OUTPUT_FORMAT.
Sean Fertile
2018-10-30
1
-0
/
+4
*
[ELF] Handle elf32-littlearm in OUTPUT_FORMAT
Shoaib Meenai
2018-10-22
1
-0
/
+2
*
Add OUTPUT_FORMAT linker script directive support.
Rui Ueyama
2018-10-22
1
-2
/
+27
*
[lld] Add more complete support for the INCLUDE command.
Rui Ueyama
2018-10-12
1
-5
/
+13
*
[LLD][ELD] - Do not reject INFO output section type when used with a start ad...
George Rimar
2018-08-28
1
-21
/
+26
*
Add TARGET(foo) linker script directive.
Rui Ueyama
2018-08-06
1
-0
/
+20
*
[ELF] Use search paths for --version-script=
Fangrui Song
2018-07-25
1
-1
/
+1
*
[ELF] - Add support for '||' and '&&' in linker scripts.
George Rimar
2018-07-03
1
-6
/
+12
*
[ELF] - Implement linker script OVERLAYs.
George Rimar
2018-06-27
1
-0
/
+62
*
[ELF] - Eliminate the AssertCommand.
George Rimar
2018-04-25
1
-30
/
+20
*
[ELF] Increase NextGroupId with --end-group
Fangrui Song
2018-04-19
1
-0
/
+2
*
Add --warn-backrefs to maintain compatibility with other linkers
Rui Ueyama
2018-04-09
1
-8
/
+18
*
[ELF] - Reveal more information in -Map file about assignments.
George Rimar
2018-04-05
1
-14
/
+13
*
[ELF] - Linkerscript: support MIN and MAX.
George Rimar
2018-03-28
1
-0
/
+10
*
Fix linker script operator precedence.
Rui Ueyama
2018-03-15
1
-5
/
+6
*
[ELF] - Show data and assignment commands in the map file.
George Rimar
2018-03-15
1
-3
/
+15
*
[ELF] - Implement INSERT BEFORE.
George Rimar
2018-03-13
1
-3
/
+9
*
[ELF] - Removed excessive lookup. NFC.
George Rimar
2018-03-12
1
-3
/
+2
*
[ELF] - Change consume()->expect() in INSERT AFTER parsing.
George Rimar
2018-03-12
1
-1
/
+1
[next]