summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/GnuLdDriverTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-299/+0
* [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...Simon Atanasyan2015-08-281-0/+6
* [Mips] Make "emulation" option less dependent on the "-target" option.Simon Atanasyan2015-08-281-0/+10
* Fix -Wextra-semi.Rui Ueyama2015-07-231-2/+1
* Remove redundant std::move on functions that return a unique_ptr.Benjamin Kramer2015-05-221-1/+1
* [LinkerScript] Implement semantics for simple sections mappingsRafael Auler2015-03-161-2/+3
* [LinkerScript] Implement linker script expression evaluationRafael Auler2015-03-091-0/+40
* Unittest: Do s/_context/_ctx/g.Rui Ueyama2015-02-101-25/+25
* GNU: Add --no-export-dynamic command line option.Rui Ueyama2015-02-101-0/+12
* Use override rather than virtual.Rui Ueyama2015-02-101-1/+1
* GNU: Use StringRef::empty instead of a boolean flag.Rui Ueyama2015-02-101-0/+5
* [Cleanup] Remove member functions added to support nostdlibShankar Easwaran2015-02-061-5/+4
* [ELF] Fix -nostdlib option.Shankar Easwaran2015-02-061-1/+12
* ELF: Support INPUT linker script directiveRui Ueyama2015-02-031-0/+8
* ELF: Improve linker script unit tests.Rui Ueyama2015-02-031-55/+44
* [ELF] Implement action for OUTPUT linker script commandDavide Italiano2015-02-021-0/+13
* [ELF] Implement semantic action for ENTRY linker script command.Davide Italiano2015-02-011-0/+13
* Implement semantic action for SEARCH_DIR linker script commandRafael Auler2015-01-311-0/+14
* ELF: add a unit test for --as-needed.Rui Ueyama2015-01-281-0/+13
* Add a unit test for LinkerScript.Rui Ueyama2015-01-281-0/+19
* [ELF] Do not error on non-existent file in the driver.Rui Ueyama2015-01-151-43/+18
* [ELF] Make -init/-fini options compatible with the gnu linkerSimon Atanasyan2014-12-101-5/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-1/+0
* [ELF] Support --defsym=<symbol>=<symbol>.Rui Ueyama2014-04-161-5/+8
* [ELF] Unit tests for -o and --noinhibit-exec.Rui Ueyama2014-04-071-0/+16
* [ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>".Rui Ueyama2014-04-061-0/+7
* [ELF] Fix driver bug.Rui Ueyama2014-04-061-0/+37
* [ELF] Add a test for -rpath.Rui Ueyama2014-04-051-1/+11
* [ELF] Fix --soname option.Rui Ueyama2014-04-051-0/+20
* [ELF] Diagnose malformed --dynsym option.Rui Ueyama2014-04-041-0/+10
* [ELF] Support --defsym option to define an absolute symbol.Rui Ueyama2014-03-281-0/+39
* Make anonymous namespace as small as possible.Rui Ueyama2014-03-271-3/+1
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-1/+1
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-20/+0
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-4/+4
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-231-3/+5
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-14/+12
* Fix Driver tests to check return value of parse(), simplify subclassing, and ...Nick Kledzik2013-07-161-18/+22
* Fix broken unittest for GnuLDDriver.Rui Ueyama2013-07-161-1/+2
* Fix typo in file header.Rui Ueyama2013-05-311-2/+2
* [Driver] Add unit tests for GnuLdDriver.Rui Ueyama2013-05-311-0/+51
OpenPOWER on IntegriCloud