summaryrefslogtreecommitdiff
path: root/lld/ELF/Driver.h
AgeCommit message (Expand)Author
2018-08-06Add TARGET(foo) linker script directive.Rui Ueyama
2018-07-25[ELF] Use search paths for --version-script=Fangrui Song
2018-02-16Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama
2018-02-06Store just argv[0] in Config.Rafael Espindola
2017-11-20[ELF] Fall back to search dirs for linker scripts specified with -TAlexander Richardson
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-05-02Remove a dead function declaration.Rui Ueyama
2017-05-02Make getArchiveMembers function a non-member function.Rui Ueyama
2017-04-12[lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov
2017-04-12Revert "[lld] Keep full library path in DT_NEEDED."Evgeniy Stepanov
2017-04-11[lld] Keep full library path in DT_NEEDED.Evgeniy Stepanov
2017-01-09Add linker-script-included files to reproduce tar files.Rui Ueyama
2017-01-06Use TarWriter to create tar archives instead of cpio.Rui Ueyama
2016-12-23Remove Driver::OwningMB and instead use make().Rui Ueyama
2016-12-08Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola
2016-11-19Remove a file that is too short to be an independent file.Rui Ueyama
2016-11-19Use Optional<std::string> instead of "" to represent a failure.Rui Ueyama
2016-11-19Make buildSysrootedPath file-scoped.Rui Ueyama
2016-11-11Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne
2016-10-28Consolidate BumpPtrAllocators.Rui Ueyama
2016-10-26Call _exit.Rafael Espindola
2016-10-26Rename variable to be more consistent.Rui Ueyama
2016-10-20Remove Config::Binary.Rui Ueyama
2016-10-20Remove an optional parameter from LinkerDriver::addFile to simplify.Rui Ueyama
2016-10-20Split LinkerDriver::createFiles. NFC.Rui Ueyama
2016-10-19Move getVersionString to Core and simplify Version.cpp.Rui Ueyama
2016-09-29Remove unused #includes.Rui Ueyama
2016-09-14Simplify InputFile ownership management.Rui Ueyama
2016-09-09[ELF] Add support for -b binaryMichael J. Spencer
2016-07-26COFF: Implement /linkrepro flag.Peter Collingbourne
2016-06-06Create version.txt in a reproduce archive file.Rui Ueyama
2016-05-15Reorganize the cpio archiver as CpioFile class. NFC.Rui Ueyama
2016-05-13Support --build-id=0x<hexstring>.Rui Ueyama
2016-05-03Produce cpio files for --reproduce.Rafael Espindola
2016-04-30ELF: --reproduce: Copy files referenced by linker scripts.Rui Ueyama
2016-04-30ELF: Make --reproduce to produce a response file.Rui Ueyama
2016-04-28Use a single context for lto.Rafael Espindola
2016-04-26Move utility functions to DriverUtils.cpp.Rui Ueyama
2016-04-22ELF: Implement basic support for --version-script.Peter Collingbourne
2016-04-13git-clang-format. NFC.Rafael Espindola
2016-04-13ELF: Implement --dynamic-listAdhemerval Zanella
2016-04-07ELF: Implement --start-lib and --end-libRui Ueyama
2016-03-31ELF: Correctly handle --whole-archive for thin archives.Peter Collingbourne
2016-03-15ELF: Fix use-after-free problem.Rui Ueyama
2016-03-02Merge DarwinLdDriver and Driver.Rui Ueyama
2016-02-28ELF: Add --help option.Rui Ueyama
2016-02-28ELF: Add --version option.Rui Ueyama
2016-02-28Rename elf2 to elf.Rafael Espindola
2016-02-11ELF: Remove readLinkerScript and define LinkerScript::read instead.Rui Ueyama