summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary include.Rafael Espindola2015-10-131-1/+0
* Use llvm::sys::path::is_absolute instead of my own.Rui Ueyama2015-10-131-5/+2
* Fix test breakage on Windows.Rui Ueyama2015-10-121-1/+6
* [ELF2/LinkerScript] Implement parsing of OUTPUT_ARCH() command.Davide Italiano2015-10-121-0/+10
* [ELF2/LinkerScript] Fix OUTPUT_FORMAT directive parsingDavide Italiano2015-10-121-0/+8
* Remove explicit Twine instantiation if possible.Rui Ueyama2015-10-121-1/+1
* ELF2: Implement --as-needed.Rui Ueyama2015-10-111-1/+4
* ELF2: LinkerScript: Interpret -l and = file name prefixes.Rui Ueyama2015-10-111-3/+23
* ELF2: Do not leak MemoryBuffers.Rui Ueyama2015-10-111-8/+8
* ELF2: LinkerScript: Handle INPUT as a synonym for GROUP.Rui Ueyama2015-10-111-1/+1
* ELF2: LinkerScript: Implement INCLUDE directive.Rui Ueyama2015-10-111-0/+16
* [ELF2] Implement linker script SEARCH_DIR() directive.Davide Italiano2015-10-081-0/+9
* [ELF2] Add ENTRY command to the linker scriptDenis Protivensky2015-10-081-1/+13
* ELF2: Implement OUTPUT() linker script directive.Rui Ueyama2015-10-071-0/+12
* ELF2: Define Driver::addFile() as a one-stop place to open a file.Rui Ueyama2015-10-011-6/+5
* ELF2: Create LinkerScript.cpp and move code from DriverUtils to there.Rui Ueyama2015-09-301-0/+156
OpenPOWER on IntegriCloud