aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-22[ELF] - Do not crash on unclosed quote (") in scripts.George Rimar
2016-06-22[ELF] - Do not allow to mix global symbols versions.George Rimar
2016-06-22Do not scan relocations twice for MIPS.Rui Ueyama
2016-06-21Simplify writeThunk. NFC.Rui Ueyama
2016-06-21Revert "Revert "Add a test showing that lto produces relaxable relocations.""Rafael Espindola
2016-06-21Accept both single and double dashes for all options.Rui Ueyama
2016-06-21Detect invalid use of R_X86_64_GOTTPOFF.Rui Ueyama
2016-06-21Revert "Add a test showing that lto produces relaxable relocations."James Y Knight
2016-06-21Refactor X86TargetInfo::relaxTlsIeToLe.Rui Ueyama
2016-06-21Fix typo in comment.Rui Ueyama
2016-06-21Unbreak buildbots.Rui Ueyama
2016-06-21Refactor X86_64TargetInfo::relaxTlsIeToLe.Rui Ueyama
2016-06-20Allow both one and two dashes for all multi-letter options.Rui Ueyama
2016-06-20ELF/AMDGPU: Add support for R_AMDGPU_REL32 relocationsTom Stellard
2016-06-20[ELF] Accept --soname= (two dashes).Davide Italiano
2016-06-20Don't go on an infinite loop on a missing ";".Rafael Espindola
2016-06-20[ELF] - Lowercase the error messages text. NFC.George Rimar
2016-06-20[ELF] - Removed excessive reference from pointer arguments. NFC.George Rimar
2016-06-20[ELF] - Forgot to address these two minors before commit r273152. NFC.George Rimar
2016-06-20[ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.")George Rimar
2016-06-20[ELF][MIPS] Fix predicate used for sorting MIPS dynamic symbol tablesSimon Atanasyan
2016-06-20Revert r273143 "[ELF] - Basic versioned symbols support implemented."George Rimar
2016-06-20[ELF] - Basic versioned symbols support implemented.George Rimar
2016-06-20Fixed compilation error under MSVS 2015 (looks like compiler bug). NFC.George Rimar
2016-06-20Fix comment.Rui Ueyama
2016-06-20[COFF] Add /section command line flag.Rui Ueyama
2016-06-19[ELF][MIPS] Support GOT entries for non-preemptible symbols with different a...Simon Atanasyan
2016-06-18Add a test showing that lto produces relaxable relocations.Rafael Espindola
2016-06-17This tests depends on non-relaxable relocations.Rafael Espindola
2016-06-17Don't confuse input and output section offsets.Rafael Espindola
2016-06-17Simplify. NFC.Rafael Espindola
2016-06-17Make local: optional.Rafael Espindola
2016-06-17Rename Align -> Alignment.Rui Ueyama
2016-06-16Remove default values that vary depending on target.Rui Ueyama
2016-06-16Make a switch-case a function for the sake of simplicity.Rui Ueyama
2016-06-16Merge cases that execute the same code.Rui Ueyama
2016-06-16Early return. NFC.Rui Ueyama
2016-06-16Simplify. NFC.Rui Ueyama
2016-06-16Simplify *(x+y) to x[y]. NFC.Rui Ueyama
2016-06-16[ELF] - Handle every global as unversioned export in versioned script.George Rimar
2016-06-16Simplify. NFC.Rui Ueyama
2016-06-16Inline a small function. NFC.Rui Ueyama
2016-06-16Early return. NFC.Rui Ueyama
2016-06-16Early return. NFC.Rui Ueyama
2016-06-16Rename PltZero -> PltHeader.Rui Ueyama
2016-06-16Eliminate unnecessary call of SymbolBody::getPltVA.Rui Ueyama
2016-06-16Add support for # comments.Rafael Espindola
2016-06-16 Add initial support for Thumb for ARMv7aPeter Smith
2016-06-15Document an interesting LTO case.Rafael Espindola
2016-06-15Internalize symbols in comdats.Rafael Espindola