summaryrefslogtreecommitdiff
path: root/lld/ELF/LinkerScript.cpp
AgeCommit message (Expand)Author
2016-02-24[ELF] - Teach input section wildcard patterns to recognize '?' meta character.George Rimar
2016-02-23[ELF] - Linkerscript KEEP command.George Rimar
2016-02-19Attemp to heal windows buildbotGeorge Rimar
2016-02-19[ELF] - Minor refactor of LinkerScript fileGeorge Rimar
2016-02-12ELF: Add wildcard pattern matching to SECTIONS linker script command.Rui Ueyama
2016-02-12ELF: Remove use of MapVector from LinkerScript.Rui Ueyama
2016-02-11ELF: Remove readLinkerScript and define LinkerScript::read instead.Rui Ueyama
2016-02-11ELF: Create LinkerScript class to move code out of Writer.Rui Ueyama
2016-02-02Re-submit ELF: Report multiple errors from the driver.Rui Ueyama
2016-02-02ELF: Do not use fatal in LinkerScript.cpp.Rui Ueyama
2016-02-01Revert r259143, it broke check-lld on Windows (see PR26388).Nico Weber
2016-01-29ELF: Report multiple errors from the driver.Rui Ueyama
2016-01-28ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama
2016-01-22Fix bug in handling of quoted linker script tokens and update tests to use it.Pete Cooper
2016-01-06Remove unnecessary `lld::`.Rui Ueyama
2015-11-26[ELF] Lookup INPUT argument in the current directorySimon Atanasyan
2015-11-26[ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysrootSimon Atanasyan
2015-11-25Follow-up to r254049; remove function I missed in the revert.Hans Wennborg
2015-11-25Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"Hans Wennborg
2015-11-24ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.Rui Ueyama
2015-11-24ELF2: LinkerScript: lookup absolute paths under sysrootSimon Atanasyan
2015-11-12[ELF2] SECTIONS command basic supportDenis Protivensky
2015-10-19[ELF2] - Linker script EXTERN command implemented.George Rimar
2015-10-13[ELF2/Linkerscript] Skip semicolon in linker directives parsing.Davide Italiano
2015-10-13ELF2: Add comments.Rui Ueyama
2015-10-13Remove unnecessary include.Rafael Espindola
2015-10-13Use llvm::sys::path::is_absolute instead of my own.Rui Ueyama
2015-10-12Fix test breakage on Windows.Rui Ueyama
2015-10-12[ELF2/LinkerScript] Implement parsing of OUTPUT_ARCH() command.Davide Italiano
2015-10-12[ELF2/LinkerScript] Fix OUTPUT_FORMAT directive parsingDavide Italiano
2015-10-12Remove explicit Twine instantiation if possible.Rui Ueyama
2015-10-11ELF2: Implement --as-needed.Rui Ueyama
2015-10-11ELF2: LinkerScript: Interpret -l and = file name prefixes.Rui Ueyama
2015-10-11ELF2: Do not leak MemoryBuffers.Rui Ueyama
2015-10-11ELF2: LinkerScript: Handle INPUT as a synonym for GROUP.Rui Ueyama
2015-10-11ELF2: LinkerScript: Implement INCLUDE directive.Rui Ueyama
2015-10-08[ELF2] Implement linker script SEARCH_DIR() directive.Davide Italiano
2015-10-08[ELF2] Add ENTRY command to the linker scriptDenis Protivensky
2015-10-07ELF2: Implement OUTPUT() linker script directive.Rui Ueyama
2015-10-01ELF2: Define Driver::addFile() as a one-stop place to open a file.Rui Ueyama
2015-09-30ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.Rui Ueyama