Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the old script parser. | Rafael Espindola | 2016-02-28 | 23 | -1203/+0 |
* | Add PHDR and FILL parsing. | Michael J. Spencer | 2015-05-28 | 2 | -0/+35 |
* | LinkerScript: Add parsing of the EXTERN command | Meador Inge | 2015-03-12 | 3 | -0/+70 |
* | LinkerScript: Add parsing of the MEMORY command | Meador Inge | 2015-03-11 | 6 | -0/+195 |
* | [Core,MachO,Test] Remove trailing whitespace. | Shankar Easwaran | 2015-02-22 | 1 | -16/+16 |
* | [ELF] Support for parsing OUTPUT command in LinkerScript | Davide Italiano | 2015-02-02 | 1 | -0/+5 |
* | Remove the slashes so they don't fail in some Windows setups | Filipe Cabecinhas | 2015-01-15 | 2 | -2/+2 |
* | [lld] Teach LLD how to parse most linker scripts | Rafael Auler | 2014-11-03 | 11 | -2/+825 |
* | [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm... | Simon Atanasyan | 2014-07-15 | 3 | -2/+26 |
* | [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier | Shankar Easwaran | 2014-02-25 | 1 | -3/+3 |
* | [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings | Shankar Easwaran | 2014-02-25 | 2 | -0/+51 |