summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/GnuLdDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-782/+0
* [old ELF] Remove AMDGPU targetTom Stellard2016-01-111-1/+0
* Move parsing of LLVM options to parse() method.Pete Cooper2015-12-161-0/+4
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-211-1/+1
* [Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS targetSimon Atanasyan2015-09-161-1/+7
* [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...Simon Atanasyan2015-08-281-2/+2
* [Mips] Make "emulation" option less dependent on the "-target" option.Simon Atanasyan2015-08-281-11/+7
* ELF: Add AMDGPU ReaderWriterTom Stellard2015-08-271-0/+1
* Update for llvm api change.Rafael Espindola2015-08-131-1/+1
* [LinkerScript] Process program header in PHDRS commandDenis Protivensky2015-08-121-1/+4
* [Mips] Support MIPS big-endian 32/64-bits targetsSimon Atanasyan2015-07-131-0/+7
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-54/+53
* Fix missed formatting in prior commit (mostly 80 cols violation and some whit...David Blaikie2015-06-221-6/+7
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-211-15/+14
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* Update for llvm api change.Rafael Espindola2015-06-131-15/+2
* [ELF] Add support for -z origin/now options.Davide Italiano2015-05-261-2/+6
* ELF: Simplify LinkerScript detection. NFC.Rui Ueyama2015-04-271-19/+3
* [ARM] Update R_ARM_TARGET1 command line option names (remove prefix 'arm-')Leny Kholodov2015-04-221-9/+8
* [GNU/ELF] Add support for -X/--discard-locals.Davide Italiano2015-04-201-0/+3
* [GNU/ELF] Add support for -x/--discard-all.Davide Italiano2015-04-181-0/+3
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-1/+1
* Remove the Native file format.Rui Ueyama2015-04-101-4/+0
* [Mips] Add -pcrel-eh-reloc command line optionSimon Atanasyan2015-04-101-0/+13
* [GNU] Implement --enable-new-dtags/--disable-new-dtagsDavide Italiano2015-04-061-0/+4
* ELF: Merge ELFTargets.h with ELFLinkingContext.h.Rui Ueyama2015-04-041-1/+0
* ELF: Remove partial class definitions of <Arch>LinkingContexts.Rui Ueyama2015-04-031-11/+7
* [ARM] Implementation of R_ARM_TARGET1 relocationLeny Kholodov2015-04-031-0/+19
* [LinkerScript] Implement semantics for simple sections mappingsRafael Auler2015-03-161-1/+4
* LinkerScript: Add -T <scriptfile> optionMeador Inge2015-03-131-1/+2
* LinkerScript: Add evaluation of the EXTERN commandMeador Inge2015-03-121-0/+5
* [Driver] Use paths explicitly provided by the -L option before default pathsSimon Atanasyan2015-02-261-4/+4
* Add Example Sub Target.Michael J. Spencer2015-02-261-0/+1
* [ELF] Teach GNU Driver about --stats.Davide Italiano2015-02-221-1/+15
* [ELF] Support --wrap optionShankar Easwaran2015-02-121-0/+4
* [ELF] Add LinkingContext to the ELFReader.Shankar Easwaran2015-02-121-5/+2
* GNU: Rename parseZOption because it actually parses only -z max-page-size.Rui Ueyama2015-02-101-3/+3
* GNU: Add --no-export-dynamic command line option.Rui Ueyama2015-02-101-2/+3
* Driver: move non-positional parameters out of switch. NFC.Rui Ueyama2015-02-101-198/+172
* GNU: Use StringRef::empty instead of a boolean flag.Rui Ueyama2015-02-101-8/+2
* [ELF] Implement --strip-all/-sDavide Italiano2015-02-081-0/+5
* [Revert] [ELF] Determine default search directories from ContextShankar Easwaran2015-02-061-1/+13
* [Cleanup] Remove member functions added to support nostdlibShankar Easwaran2015-02-061-9/+7
* [ELF] Fix -nostdlib option.Shankar Easwaran2015-02-061-2/+8
* ELF: Support INPUT linker script directiveRui Ueyama2015-02-031-10/+16
* Make ELFLinkingContext own LinkerScript buffersRafael Auler2015-02-031-3/+6
* ELF: Improve linker script unit tests.Rui Ueyama2015-02-031-5/+4
* [ELF] Implement action for OUTPUT linker script commandDavide Italiano2015-02-021-3/+3
* [ELF] Determine default search directories from Context.Shankar Easwaran2015-02-021-13/+2
* [ELF] Implement semantic action for ENTRY linker script command.Davide Italiano2015-02-011-0/+2
OpenPOWER on IntegriCloud