summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "ELF: Add /lib and /usr/lib as default search paths."Rafael Espindola2016-03-082-19/+0
* ELF: Add /lib and /usr/lib as default search paths.Rui Ueyama2016-03-082-0/+19
* Add support for common symbols.Rafael Espindola2016-03-072-0/+32
* Adjust the .bss alignment to include common symbols.Rafael Espindola2016-03-071-0/+3
* lto: Record visibility in defined symbols.Rafael Espindola2016-03-072-0/+14
* Use IRMover directly.Rafael Espindola2016-03-052-0/+31
* lto: Start taking symbol visibility into consideration.Rafael Espindola2016-03-052-0/+25
* [ELF] - Do not allow .bss to occupy the file space when producing relocatable...George Rimar2016-03-032-1/+41
* Fix PR26818.Rafael Espindola2016-03-031-0/+17
* [ELF] - add support for relocations against local symbols when producing relo...George Rimar2016-03-032-0/+56
* Allow joined options to fix http://llvm.org/pr26730.Rui Ueyama2016-03-031-3/+3
* Use ld.lld instead of "lld -flavor gnu".Rui Ueyama2016-03-022-2/+2
* 1Fix handling of undef in partial LTO.Rafael Espindola2016-03-022-0/+25
* LTO: Use the correct relocation model.Rafael Espindola2016-03-021-0/+20
* Handle comdat in LTO.Rafael Espindola2016-03-021-0/+21
* [ELF] Fix reading of PC values of FDEsSimon Atanasyan2016-03-021-0/+33
* Remove CoreDriver.Rui Ueyama2016-03-0181-1539/+0
* [ELF] - handle of command line options incompatible with -rGeorge Rimar2016-03-012-9/+17
* [ELF] - do not create special symbols when creating relocatable outputGeorge Rimar2016-03-011-0/+183
* [ELF] - Create _DYNAMIC symbol for dynamic outputGeorge Rimar2016-03-0111-7/+122
* Produce PT_NOTE program headers.Rafael Espindola2016-03-011-0/+18
* Fix LLD tests that used CHECK-NEXT-NOT. FileCheck does not supportPaul Robinson2016-02-294-7/+7
* lto: don't fetch members for weak undef.Rafael Espindola2016-02-291-0/+29
* Remove bogus assert.Rafael Espindola2016-02-291-0/+20
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-281-29/+0
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-2817-788/+0
* ELF: Add --help option.Rui Ueyama2016-02-281-0/+3
* ELF: Add --version option.Rui Ueyama2016-02-281-9/+11
* Delete the old script parser.Rafael Espindola2016-02-2824-1204/+1
* Remove the old ELF linker.Rafael Espindola2016-02-28645-37846/+0
* Report duplicated symbols in bitcode.Rafael Espindola2016-02-261-0/+10
* [ELF] - Implemented linkerscript sections padding.George Rimar2016-02-261-0/+44
* Description of symbols is avalable here:George Rimar2016-02-261-0/+117
* Fix some confusion about what can be preempted.Rafael Espindola2016-02-264-5/+25
* Add a newline at the end of the file.Rafael Espindola2016-02-261-1/+1
* [ELF][MIPS] Calculate combined addend for R_MIPS_GOT16 against local symbolSimon Atanasyan2016-02-251-11/+38
* ELF: Implement ICF.Rui Ueyama2016-02-258-0/+154
* Add support for weak symbols in LTO.Rafael Espindola2016-02-251-0/+16
* [ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equalitySimon Atanasyan2016-02-251-0/+65
* [ELF] - Referencing __start or __stop should keep the section from GC.George Rimar2016-02-252-1/+33
* [ELF2] - Basic implementation of -r/--relocatableGeorge Rimar2016-02-254-5/+173
* [ELF][MIPS] Enumerate absolute MIPS relocations in the isRelRelativeSimon Atanasyan2016-02-251-3/+3
* Make test more portable.Rafael Espindola2016-02-241-11/+11
* Mark R_AARCH64_CALL26 as relative.Rafael Espindola2016-02-241-0/+1
* Mark R_AARCH64_ADD_ABS_LO12_NC as relative.Rafael Espindola2016-02-241-0/+1
* Mark R_AARCH64_LDST64_ABS_LO12_NC as relative.Rafael Espindola2016-02-241-0/+1
* Mark R_AARCH64_LDST32_ABS_LO12_NC as relative.Rafael Espindola2016-02-241-0/+1
* R_AARCH64_LDST8_ABS_LO12_NC is effectivelly relative.Rafael Espindola2016-02-241-0/+1
* R_AARCH64_ADR_PREL_PG_HI21 is relative.Rafael Espindola2016-02-241-0/+3
* Move target independent code out of x86_64 only path.Rafael Espindola2016-02-243-3/+25
OpenPOWER on IntegriCloud