summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests
Commit message (Expand)AuthorAgeFilesLines
* Sort include files according to convention.Shankar Easwaran2014-10-187-16/+4
* [PECOFF] Remember DLL names given with /delayload option.Rui Ueyama2014-10-081-1/+13
* Add support to print version.Shankar Easwaran2014-10-081-1/+1
* [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
* [mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik2014-09-041-30/+40
* Fix unit test now that 'ld' is host specificNick Kledzik2014-09-041-1/+1
* [mach-o] Fix initial live atoms with -dead_stripNick Kledzik2014-08-211-3/+4
* [AArch64] Initial ELF/AArch64 SupportChad Rosier2014-08-131-1/+1
* [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
* Fix build of DriverTests for config & make.Iain Sandoe2014-07-061-6/+6
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-5/+5
* Fix test build on windows.Rafael Espindola2014-06-111-1/+1
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Initial set of MakefilesIain Sandoe2014-06-041-0/+19
* Add observers to Input GraphRui Ueyama2014-05-141-0/+15
* [PECOFF] DLL extension can be omitted in .def file.Rui Ueyama2014-05-091-1/+1
* Expand nested input elements.Rui Ueyama2014-05-061-6/+13
* Add a test for notifyProgress().Rui Ueyama2014-05-061-0/+8
* Remove unused variable.Rui Ueyama2014-05-061-1/+0
* Fix copypaste error.Rui Ueyama2014-05-061-1/+1
* s/My/Test/ as these classes are for tests.Rui Ueyama2014-05-061-11/+13
* Make the test even more readable.Rui Ueyama2014-05-061-202/+80
* Simplify unit test code.Rui Ueyama2014-05-061-20/+6
* Remove meaningless return value in test.Rui Ueyama2014-05-061-2/+1
* Replace copypasta with function calls to make tests intelligible.Rui Ueyama2014-05-061-95/+30
* Don't return value rather than always returning true.Rui Ueyama2014-05-061-9/+9
* Remove a method that no one is using.Rui Ueyama2014-05-061-12/+0
* Remove operator[] that was used only in tests.Rui Ueyama2014-05-061-2/+4
* [PECOFF] Allow multiple directives in one module-definition file.Rui Ueyama2014-04-261-44/+78
* [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
* [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
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-042-30/+30
* Fix comments.Rui Ueyama2014-04-031-1/+1
OpenPOWER on IntegriCloud