summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Pad x86 executable sections with 0xcc int3 instructionsJames Henderson2017-04-065-7/+89
* Use uint64_t to keep file size even on 32-bit machines.Rui Ueyama2017-04-051-0/+8
* Fix PLT and GOTPLT entries for 32-bit x86 PIC.Rui Ueyama2017-04-051-6/+6
* [ELF] - Define __bss_start symbol.George Rimar2017-04-051-0/+15
* Simplify. NFC.Rui Ueyama2017-04-051-1/+1
* [COFF] support /ERRORLIMIT optionBob Haarman2017-04-051-0/+29
* Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov2017-04-044-8/+8
* Don't resolve hidden undef to a DSO.Rafael Espindola2017-04-041-0/+18
* [ELF] Fail the link early if the map file path is invalidJames Henderson2017-04-042-8/+15
* [ELF] Rename ARM Thunks in anticipation of Range ThunksPeter Smith2017-04-042-36/+36
* Change the error message format for an incompatible relocation.Rui Ueyama2017-04-0321-33/+75
* Change the error format to report corrupted .eh_frame.Rui Ueyama2017-04-014-13/+18
* Change the error message format for duplicate symbols.Rui Ueyama2017-03-315-17/+35
* COFF: tests for thinlto with mangled namesBob Haarman2017-03-312-0/+44
* [ELF] Add a NOP instruction to make LLVM generate a mapping symbolPeter Smith2017-03-311-1/+3
* Include filenames in error messages to report broken files.Rui Ueyama2017-03-302-2/+2
* Add parsing of mllvm command line options.Rui Ueyama2017-03-301-0/+16
* Change the error message format for undefined symbols.Rui Ueyama2017-03-3014-40/+83
* COFF: include archive name in LTO object nameBob Haarman2017-03-283-0/+67
* Do not set entsize for .gnu.hash.Rui Ueyama2017-03-281-1/+1
* [PDB] Split item and type records when merging type streamsReid Kleckner2017-03-241-7/+7
* [ELF] Allow references to reserved symbols in linker scriptsPetr Hosek2017-03-231-0/+16
* Fix Windows buildbots.Rui Ueyama2017-03-231-1/+1
* Force @{init,fini}_array if section name starts with ".{init,fini}_array.".Rui Ueyama2017-03-231-0/+19
* Print out "suppoted targets".Rui Ueyama2017-03-231-0/+1
* [ELF] Add -z nodlopen option.Davide Italiano2017-03-231-3/+3
* Add a /nopdb flag to disable PDB generationReid Kleckner2017-03-221-0/+14
* Add "(compatible with GNU linkers)" to the -version output.Rui Ueyama2017-03-221-1/+1
* Update LLD tests for codeview dumping changesReid Kleckner2017-03-221-5/+5
* [COFF] Put the PDB next to the image if the user doesn't pass /PDB:Reid Kleckner2017-03-221-22/+3
* [COFF] Don't let /def override /out filenameReid Kleckner2017-03-211-0/+28
* [ELF][MIPS] Calculate relocations agains _gp_disp / __gnu_local_gp using dedi...Simon Atanasyan2017-03-201-2/+2
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-4/+5
* ELF: Change check(Expected<T>, const Twine &) to call toString instead of con...Peter Collingbourne2017-03-171-1/+1
* [ELF] Restore GC handling of LINK_ORDER, C-named sections.Evgeniy Stepanov2017-03-171-0/+33
* Handle & and | of non abs values.Rafael Espindola2017-03-171-30/+17
* Refuse to add two non absolute symbols.Rafael Espindola2017-03-171-0/+6
* [ELF][MIPS] Always collect .reginfo, .MIPS.options, and .MIPS.abiflags input ...Simon Atanasyan2017-03-173-3/+3
* Support non abs values in the rhs of +.Rafael Espindola2017-03-171-0/+35
* Add a test that now passes.Rafael Espindola2017-03-171-0/+18
* Change our linker script expr representation.Rafael Espindola2017-03-171-0/+19
* [ELF] - Fixed cache.ll testcase.George Rimar2017-03-171-1/+1
* [ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to be synthetic (#3)."George Rimar2017-03-172-0/+47
* [ARM] Change tests after fixing branch label for Thumb targetsAndre Vieira2017-03-172-14/+14
* Fix the touch command to be Darwin-compatible.Peter Collingbourne2017-03-171-1/+1
* ELF: Add cache pruning support.Peter Collingbourne2017-03-171-3/+6
* COFF: Do not create empty temporary archives for /msvclto.Peter Collingbourne2017-03-171-1/+3
* Do not pass archive files containing non-native object files.Rui Ueyama2017-03-161-5/+16
* [ELF] - Added test for versioned symbols involved in copy relocations.George Rimar2017-03-161-0/+24
* Fix lld pdb test.Zachary Turner2017-03-151-18/+9
OpenPOWER on IntegriCloud