summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/WinLinkDriverTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-728/+0
* Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber2015-04-111-10/+10
* PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama2015-04-101-10/+10
* PECOFF: allow more than one /alternatename for the same symbol.Rui Ueyama2015-02-261-3/+7
* Unittest: Do s/_context/_ctx/g.Rui Ueyama2015-02-101-132/+132
* [PECOFF] Remove an InputElement placeholder for the entry name.Rui Ueyama2015-01-151-21/+21
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-4/+3
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-3/+4
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-4/+3
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-13/+13
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-13/+13
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-13/+13
* [PECOFF] Ignore /maxilkfile option.Rui Ueyama2014-11-251-1/+2
* [PECOFF] Create an empty PDB file if debug option is enabled.Rui Ueyama2014-11-251-5/+13
* [PECOFF] Enable dead-stripping even if /debug option is given.Rui Ueyama2014-11-201-1/+1
* [PECOFF] Fix /nodefaultlib option.Rui Ueyama2014-10-231-0/+9
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [PECOFF] Remember DLL names given with /delayload option.Rui Ueyama2014-10-081-1/+13
* [PECOFF] Simplify /machine option handlingRui Ueyama2014-09-241-0/+5
* [PECOFF] Change export table type.Rui Ueyama2014-09-241-21/+17
* [PECOFF] Fix duplicate /export optionsRui Ueyama2014-09-231-2/+2
* Driver: accept /machine:arm for Windows linkerSaleem Abdulrasool2014-09-191-3/+2
* [PECOFF] Fix /profile option.Rui Ueyama2014-08-111-2/+2
* [PECOFF] Add /profile command line option.Rui Ueyama2014-07-251-0/+11
* [PECOFF] Add the entry point file at the right place.Rui Ueyama2014-07-231-19/+19
* [PECOFF] Fix entry point functions selectionRui Ueyama2014-07-231-25/+1
* [PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama2014-07-101-19/+0
* [PECOFF] Add /IMPLIB command line option.Rui Ueyama2014-04-251-0/+10
* [PECOFF] Better handling of /OPT option.Rui Ueyama2014-04-221-0/+19
* [PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.Rui Ueyama2014-04-181-0/+10
* [PECOFF] Ignore /ignore option.Rui Ueyama2014-04-181-2/+2
* [PECOFF] Support /manifestuac:NO.Rui Ueyama2014-04-181-0/+6
* Make anonymous namespace as small as possible.Rui Ueyama2014-03-271-3/+1
* Remove extra semicolon for -Wpedantic.Simon Atanasyan2014-03-191-7/+7
* [PECOFF] Fix link order.Rui Ueyama2014-03-141-5/+4
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-1/+1
* [PECOFF] Driver support for /SAFESEH option.Rui Ueyama2014-02-211-0/+16
* [PECOFF] Accept /machine:x64 option.Rui Ueyama2014-01-241-3/+8
* [PECOFF] Simplify: Replace two-value enum with bool.Rui Ueyama2014-01-061-2/+2
* Use scoped enum.Rui Ueyama2014-01-031-2/+2
* temporary commitRui Ueyama2013-12-281-1/+1
* [PECOFF] Use std::set to store export symbol descriptors.Rui Ueyama2013-12-281-17/+22
* Use EXPECT_EQ in unit tests.Rui Ueyama2013-12-251-2/+2
* [PECOFF] Use the first definition of an export if specified multiple times.Rui Ueyama2013-12-251-1/+11
* [PECOFF] Fix /export option in the .drectve section.Rui Ueyama2013-12-241-3/+3
* [PECOFF] Assign default export ordinals in LinkingContext::verify().Rui Ueyama2013-12-201-1/+1
* [PECOFF] Add a check for duplicate export ordinals.Rui Ueyama2013-12-161-0/+5
* [PECOFF] Export ordinal must be in the range 1 through 65535.Rui Ueyama2013-12-161-0/+8
* [PECOFF] Parse /export optional arguments.Rui Ueyama2013-12-131-4/+24
* [PECOFF] Parse /dll command line option.Rui Ueyama2013-12-121-0/+3
OpenPOWER on IntegriCloud