- 4a401e9 Fix linker-defined symbols possibly not being defined when -wrap is used by Thomas Anderson · 6 years ago
- 2d7d128 Use unique_ptr to manage a TarWriter instance. NFC. by Rui Ueyama · 7 years ago
- 5961809 Fix error message. by Rui Ueyama · 7 years ago
- a01246b Reject .so files if -static is given. by Rui Ueyama · 7 years ago
- 9f49990 Add --plugin-opt=emit-llvm option. by Rui Ueyama · 7 years ago
- a1b3ddb [ELF] - Implement -z nodefaultlib by George Rimar · 7 years ago
- d5f6506 [WebAssembly] Refactor config setting and checking. NFC. by Sam Clegg · 7 years ago
- 4c06a6c Rename warnUnorderableSymbol maybeWarnUnorderableSymbol because the function doesn't always emit a warning. by Rui Ueyama · 7 years ago
- 2b39ea4 Refactor readCallGraph() and readCallGraphFromObjectFiles(). NFC. by Rui Ueyama · 7 years ago
- cc18f8a [ELF] Add --{,no-}call-graph-profile-sort (enabled by default) by Fangrui Song · 7 years ago
- 018b063 [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderable by Fangrui Song · 7 years ago
- 9db0642 Remove full stops from error messages for consistency. by Rui Ueyama · 7 years ago
- efc0fe5 [ELF] Don't warn on two legitimate cases when reading .llvm.call-graph-profile by Fangrui Song · 7 years ago
- 4b5ec7f Reland "[PPC64] Add split - stack support." by Sean Fertile · 7 years ago
- 831a133 Revert "[PPC64] Add split - stack support." by Sean Fertile · 7 years ago
- 795cc93 [PPC64] Add split - stack support. by Sean Fertile · 7 years ago
- ee981860 [LLD][ELF] - Check options before processing the -v/-version options. by George Rimar · 7 years ago
- c7497d3 Remove SymbolTable::addUndefined<ELF32LE>(StringRef). by Rui Ueyama · 7 years ago
- e28c146 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 7 years ago
- 63830b2 Introduce a flag to warn when ifunc symbols are used with text relocations. by Ali Tamur · 7 years ago
- 8222f90 [ELF] Read the call graph profile from object files. by Michael J. Spencer · 7 years ago
- fc50e63 [ELF][HEXAGON] Add support for dynamic libraries by Sid Manning · 7 years ago
- 12ef7a9 De-template VersionDefinitionSection. NFC. by Rui Ueyama · 7 years ago
- 4e24752 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 7 years ago
- a071669 Rename a function. NFC. by Rui Ueyama · 7 years ago
- d19bc04 Make variable names shorter. NFC. by Rui Ueyama · 7 years ago
- 9932091 Simplify. NFC. by Rui Ueyama · 7 years ago
- 7f3f05e [PPC64] Optimize redundant instructions in global access sequences. by Sean Fertile · 7 years ago
- c0b474f lld: add -z interpose support by Ed Maste · 7 years ago
- 73e0484 [ELF] Revert "Also demote lazy symbols." by Chih-Hung Hsieh · 7 years ago
- 27bbe7d [LLF][ELF] - Support -z global. by George Rimar · 7 years ago
- 4183120 Rename a function to follow the LLVM coding style. by Rui Ueyama · 7 years ago
- 386bf12 win: Omit ".exe" from lld warning and error messages. by Nico Weber · 7 years ago
- 07b4536 Change how we handle -wrap. by Rui Ueyama · 7 years ago
- a8656c62 [ELF] Add support for Armv5 and Armv6 compatible Thunks by Peter Smith · 7 years ago
- d1be026 [ELF] Add support for older Arm Architectures with smaller branch range by Peter Smith · 7 years ago
- 152e3c98 [LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC. by George Rimar · 7 years ago
- 00d6f4b [LLD][ELF] - Fix crash when using empty --defsym. by George Rimar · 7 years ago
- 5cd9c6b Support RISC-V by Rui Ueyama · 7 years ago
- 9893011 ELF: Only add libcall symbols to the link if defined in bitcode. by Peter Collingbourne · 7 years ago
- e262bb1 Add TARGET(foo) linker script directive. by Rui Ueyama · 7 years ago
- 03b4d0c [ELF] - Refactor readCallGraph(). by George Rimar · 7 years ago
- 5530f23 Re-submit r338596 with a bug fix and a test. by Rui Ueyama · 7 years ago
- e981ce0 Revert r338596: Simplify. NFC. by Rui Ueyama · 7 years ago
- f6d1923 Simplify. NFC. by Rui Ueyama · 7 years ago
- 9d9113f Allow oformat to accept format starting with elf as acceptable format. isOutputFormatBinary returns false in such case. by Rumeet Dhindsa · 7 years ago
- 2da4e52 ELF: Add libcall symbols to the link when LTO is being used. by Peter Collingbourne · 7 years ago
- a932cd4 [AArch64] Support execute-only LOAD segments. by David Bolvansky · 7 years ago
- c60f85d [ELF] Use search paths for --version-script= by Fangrui Song · 7 years ago
- a052206 ELF: Read address significance tables with --icf=all. by Peter Collingbourne · 7 years ago
- bbfe0b7 Omit path to lld binary from lld's error, warning, and log output. by Nico Weber · 7 years ago
- a327a4c ELF: Implement --icf=safe using address-significance tables. by Peter Collingbourne · 7 years ago
- 4a29482 [ELF] Error if -r --gdb-index are used together by Fangrui Song · 7 years ago
- 496fb3e Support option -plugin-opt=dwo_dir= by Yunlian Jiang · 7 years ago
- a2125b1 Also search BitcodeFiles for exclude-lib symbols by Yi Kong · 7 years ago
- bc6702a [ELF] - Improve call graph pasing error reporting. by George Rimar · 7 years ago
- 20b92c4 [ELF] - Report call graph profile file names in error messages. by George Rimar · 7 years ago
- 45192b3 Factor out code to parse -pack-dyn-relocs. NFC. by Rui Ueyama · 7 years ago
- 11479da lld: add experimental support for SHT_RELR sections. by Rui Ueyama · 7 years ago
- 53f6bfb Make -z option check more strict. by Rui Ueyama · 7 years ago
- 2fa0604 Report an error for an unknown -z option. by Rui Ueyama · 7 years ago
- c9c0ccc [ELF] - Change how we handle suplicate -wrap. [NFC] by George Rimar · 7 years ago
- bd3684f [ELF] Support -z initfirst by Fangrui Song · 7 years ago
- d9c3c1c [ELF] Uniquify --wrap list. by Fangrui Song · 7 years ago
- ed9ee69 [ELF][MIPS] Multi-GOT implementation by Simon Atanasyan · 7 years ago
- e53890f Expand comments. by Rui Ueyama · 7 years ago
- 66f28f7 Do not show unrelated "-m is missing" error message. by Rui Ueyama · 7 years ago
- e37a5ce Attempt to fix a buildbot. by Rui Ueyama · 7 years ago
- f75ea0b Implement --{push,pop}-state. by Rui Ueyama · 7 years ago
- f1894fe Move code to improve readability. NFC. by Rui Ueyama · 7 years ago
- 47055bb Simplify. NFC. by Rui Ueyama · 7 years ago
- 0dd56dc Handle --plugin-opt= options as alias options. by Rui Ueyama · 7 years ago
- d2eb089 Add support for ThinLTO plugin option thinlto-object-suffix-replace by Rumeet Dhindsa · 7 years ago
- dbef8cc [ELF] Implement --keep-unique option by Peter Smith · 7 years ago
- be01d2e New option -z keep-text-section-prefix to keep text sections with prefixes separate. by Sriraman Tallam · 7 years ago
- b5b7d6e Add support for LTO plugin option obj-path by Rumeet Dhindsa · 7 years ago
- ac403ef Improve error message for --plugin-opt=thinlto-prefix-replace. by Rui Ueyama · 7 years ago
- d432f21 Rename Config::ThinLTOIndexOnlyObjectFiles -> Config::ThinLTOIndexOnlyArg. by Rui Ueyama · 7 years ago
- 4fb5119 Add support for thinlto option ( thinlto-emit-imports-files) to emit import files for thinlink. by Rumeet Dhindsa · 7 years ago
- 554adb2 Do not call exit() directly from lld. by Rui Ueyama · 7 years ago
- 4454b3d Parse --thinlto-prefix-replace early so that we don't need to parse it later. NFC. by Rui Ueyama · 7 years ago
- 2689d9f [ELF][AArch64] Add aarch64_elf64_le_vec emulation by Peter Smith · 7 years ago
- d366e36 Added support for ThinLTO plugin options : thinlto-index-only and thinlto-prefix-replace by Rumeet Dhindsa · 7 years ago
- f1652d4 Split .eh_frame sections in parellel. by Rafael Espindola · 7 years ago
- 9bf1006 Split merge sections early. by Rafael Espindola · 7 years ago
- 047f857 Also demote lazy symbols. by Rafael Espindola · 7 years ago
- 61376d9 Bring r329960 back. by Rafael Espindola · 7 years ago
- 88fe5c9 Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}. by Rui Ueyama · 7 years ago
- 2416d7f [ELF] --warn-backrefs: use the same GroupId for object files in the same --{start,end}-lib by Fangrui Song · 7 years ago
- b72daf0 [ELF] Increase NextGroupId with --end-group by Fangrui Song · 7 years ago
- b842725 [ELF] Add profile guided section layout by Michael J. Spencer · 7 years ago
- 9c86a313 Revert r329960 "Do not keep shared symbols created from garbage-collected eliminated DSOs." by Reid Kleckner · 7 years ago
- 039d248 Do not keep shared symbols created from garbage-collected eliminated DSOs. by Rui Ueyama · 7 years ago
- 1d92aa7 Add --warn-backrefs to maintain compatibility with other linkers by Rui Ueyama · 7 years ago
- 682a417 Added support for LTO options: sample_profile, new_pass_manager and debug_pass_manager by Rumeet Dhindsa · 7 years ago
- 4f98e0b [ELF] - Revert r329060 "Simplify createFiles. NFCI." by George Rimar · 7 years ago
- cc013f6 Make fetchIfLazy only fetch an object file. NFC. by Rui Ueyama · 7 years ago
- 1ef746b [ELF] - Eliminate Lazy class. by George Rimar · 7 years ago
- bfbeecd [ELF] - Simplify createFiles. NFCI. by George Rimar · 7 years ago
- 5aab635 Improve error message for an unknown --plugin-opt. by Rui Ueyama · 7 years ago