summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-161-0/+1
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-9/+10
* [ELF] Replace error() with errorOrWarn() for the ASSERT commandFangrui Song2019-09-061-1/+1
* [ELF] Consistently prioritize non-* wildcards overs "*" in version scriptsFangrui Song2019-08-051-22/+8
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-6/+6
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-3/+3
* [LLD][ELF] - Linkerscript: fix FILL() expressions handling.George Rimar2019-07-101-0/+2
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-609/+609
* [LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar2019-07-041-23/+17
* Avoid identifiers that are different only in case. NFC.Rui Ueyama2019-07-031-17/+15
* [ELF][RISCV] Parse BFD names elf{32,64}-littleriscvFangrui Song2019-06-101-0/+2
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-131-1/+1
* [LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands.George Rimar2019-04-261-0/+2
* [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131Fangrui Song2019-04-241-1/+0
* [LLD][ELF] - Handle quoted strings in the linker scripts correctly.George Rimar2019-04-221-1/+1
* [ELF] Respect NonAlloc when copying flags from the previous sectionsFangrui Song2019-04-181-0/+1
* Recover elf32-bigmips and elf32-powerpc support in LLDRui Ueyama2019-02-131-1/+2
* lld: unquote possibly quoted `EXTERN("symbol")` entry in linker script.Rui Ueyama2019-02-111-1/+1
* Recognize FreeBSD specific BFD names in OUTPUT_FORMATDimitry Andric2019-01-301-2/+6
* [ELF] - Remove dead `readBfdName` declaration. NFC.George Rimar2019-01-291-1/+0
* Attempt to fix build failure with GCC 5.4.Rui Ueyama2019-01-281-2/+2
* Refactoring. NFC.Rui Ueyama2019-01-281-36/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELF] - Use auto. NFC.George Rimar2018-12-061-1/+1
* [LLD][ELF] - Linker script: accept using a file name without a list of sections.George Rimar2018-12-061-1/+6
* Fix a typo.Haojian Wu2018-11-281-1/+1
* Fix build error.Haojian Wu2018-11-281-15/+15
* [ELF][MIPS] Handle mips in the OUTPUT_FORMAT directiveSimon Atanasyan2018-11-281-16/+26
* [LLD][ELF] - Do not crash when parsing the -defsym option from a error state.George Rimar2018-11-261-0/+2
* [ELF] Make TrapInstr and Filler byte arrays. NFC.Simon Atanasyan2018-11-141-7/+7
* Handle OUTPUT_FORMAT arguments in quotation marksGalina Kistanova2018-11-031-1/+1
* [PPC64] Handle powerpc64 in OUTPUT_FORMAT.Sean Fertile2018-10-301-0/+4
* [ELF] Handle elf32-littlearm in OUTPUT_FORMATShoaib Meenai2018-10-221-0/+2
* Add OUTPUT_FORMAT linker script directive support.Rui Ueyama2018-10-221-2/+27
* [lld] Add more complete support for the INCLUDE command.Rui Ueyama2018-10-121-5/+13
* [LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar2018-08-281-21/+26
* Add TARGET(foo) linker script directive.Rui Ueyama2018-08-061-0/+20
* [ELF] Use search paths for --version-script=Fangrui Song2018-07-251-1/+1
* [ELF] - Add support for '||' and '&&' in linker scripts.George Rimar2018-07-031-6/+12
* [ELF] - Implement linker script OVERLAYs.George Rimar2018-06-271-0/+62
* [ELF] - Eliminate the AssertCommand.George Rimar2018-04-251-30/+20
* [ELF] Increase NextGroupId with --end-groupFangrui Song2018-04-191-0/+2
* Add --warn-backrefs to maintain compatibility with other linkersRui Ueyama2018-04-091-8/+18
* [ELF] - Reveal more information in -Map file about assignments.George Rimar2018-04-051-14/+13
* [ELF] - Linkerscript: support MIN and MAX.George Rimar2018-03-281-0/+10
* Fix linker script operator precedence.Rui Ueyama2018-03-151-5/+6
* [ELF] - Show data and assignment commands in the map file.George Rimar2018-03-151-3/+15
* [ELF] - Implement INSERT BEFORE.George Rimar2018-03-131-3/+9
* [ELF] - Removed excessive lookup. NFC.George Rimar2018-03-121-3/+2
* [ELF] - Change consume()->expect() in INSERT AFTER parsing.George Rimar2018-03-121-1/+1
OpenPOWER on IntegriCloud