1. 5c1e323 Add an addAbsolute static function to Writer.cpp by Alexander Richardson · 6 years ago
  2. 1297a20 [COFF] Fix error handling on duplicates for import library symbols by Martin Storsjo · 6 years ago
  3. 23c11f5 [PPC64] Fix offset checks on rel24 call relocations. by Sean Fertile · 6 years ago
  4. fe11f74 [NewPM] teach -passes= to emit meaningful error messages by Fedor Sergeev · 6 years ago
  5. cf5be82 Reland "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  6. fa9dbc4 Revert "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  7. fbbbd69 [PPC64] Add split - stack support. by Sean Fertile · 6 years ago
  8. acd2744 [ELF][HEXAGON] Let input determine e_flag. by Sid Manning · 6 years ago
  9. b1de5f9 [LLD][ELF] - Check options before processing the -v/-version options. by George Rimar · 6 years ago
  10. 935d766 Simplify. NFC. by Rui Ueyama · 6 years ago
  11. 760f705 Remove `Type` parameter from SymbolTable::insert(). NFC. by Rui Ueyama · 6 years ago
  12. f07d88f Better support for POSIX paths in PDBs. by Zachary Turner · 6 years ago
  13. 118e29b [lld] Add more complete support for the INCLUDE command. by Rui Ueyama · 6 years ago
  14. 68832a7 Make YAML quote forward slashes. by Zachary Turner · 6 years ago
  15. c47add6 Revert "Make YAML quote forward slashes." by Zachary Turner · 6 years ago
  16. ebe68fe Make YAML quote forward slashes. by Zachary Turner · 6 years ago
  17. a33cac8 [ELF] - Remove unused variable. NFC. by George Rimar · 6 years ago
  18. 8462dae [ELF] - Remove dead declaration. NFC. by George Rimar · 6 years ago
  19. 6d7e7e5 Remove SymbolTable::addAbsolute(). by Rui Ueyama · 6 years ago
  20. aa74217 Remove `else` after `return`. by Rui Ueyama · 6 years ago
  21. f319188 [ELF] Fix link failure with Android compressed relocation support. by Eli Friedman · 6 years ago
  22. addb713 Rename SymbolTable::addRegular -> SymbolTable::addDefined. by Rui Ueyama · 6 years ago
  23. 529fbcd Remove unused default arguments. by Rui Ueyama · 6 years ago
  24. 8eb2629 Remove SymbolTable::addUndefined<ELF32LE>(StringRef). by Rui Ueyama · 6 years ago
  25. 3597c77 Revert SymbolFileNativePDB plugin. by Zachary Turner · 6 years ago
  26. 6b90f5e Better support for POSIX paths in PDBs. by Zachary Turner · 6 years ago
  27. 537d5ac [COFF] Add and use a Wordsize field in Config. NFCI. by Martin Storsjo · 6 years ago
  28. e174d5e [COFF] Set proper pointer size alignment for LocalImportChunk by Martin Storsjo · 6 years ago
  29. 310aa1d [ELF] - Set sh_info and sh_link for .rela.plt sections. by George Rimar · 6 years ago
  30. 6112650 Eliminate dependency to formatv(). NFC. by Fangrui Song · 6 years ago
  31. f36bc52 Make a member function private and rename it to avoid function overloading. by Rui Ueyama · 6 years ago
  32. b180b51 [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used by Fangrui Song · 6 years ago
  33. 2b1cc10 Eliminate dependency to formatv(). NFC. by Rui Ueyama · 6 years ago
  34. 7ca8107 [COFF] Look for libfoo.a if foo.lib is specified, for MinGW by Martin Storsjo · 6 years ago
  35. 05e0f69 [MinGW] Pass libpath to the COFF linker by Martin Storsjo · 6 years ago
  36. 7628058 Adapt OptTable::PrintHelp change in D51009 by Fangrui Song · 6 years ago
  37. 5ba94b0 Merge two overloaded functions into one function. NFC. by Rui Ueyama · 6 years ago
  38. b26bc49 Return early. NFC. by Rui Ueyama · 6 years ago
  39. 5d8a50d Attempt to fix ubsan. by Rui Ueyama · 6 years ago
  40. caf1f08 Calculate an offset only once. NFC. by Rui Ueyama · 6 years ago
  41. 1d5f2f4 Remove redundant `Symtab->`. by Rui Ueyama · 6 years ago
  42. 60159a7 Simplify. NFC. by Rui Ueyama · 6 years ago
  43. c64d64c Remove a use of template to make code less abstracted. by Rui Ueyama · 6 years ago
  44. 975bd6f Fix lld test. by Zachary Turner · 6 years ago
  45. a843b7a lld-link: attempt to fix tests on Windows after r344061. by Nico Weber · 6 years ago
  46. 3c32187 Add an entry to the release notes. by Rui Ueyama · 6 years ago
  47. 29015e5 lld-link: Use /pdbsourcepath: for more places when present. by Nico Weber · 6 years ago
  48. c93dcf0 lld-link: Implement support for %_PDB% and %_EXT% for /pdbaltpath:. by Nico Weber · 6 years ago
  49. b8670e4 Fix a broken buildbot. by Rui Ueyama · 6 years ago
  50. 5597f48 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 6 years ago
  51. cae0227 [ELF][HEXAGON] Add R_HEX_GOT_16_X support by Sid Manning · 6 years ago
  52. ba88da8 [llvm-nm] Write "no symbol" output to stderr by Petr Hosek · 6 years ago
  53. ac9b2d9 [COFF] Do MinGW specific entry/subsystem inference by Martin Storsjo · 6 years ago
  54. fe7c54f [docs] Mention some notable feature in the release notes by Martin Storsjo · 6 years ago
  55. 304e994 [COFF] Cope with GCC produced weak aliases referring to comdat functions by Martin Storsjo · 6 years ago
  56. 1b68a4c [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections by Alexandre Ganea · 6 years ago
  57. d0c1d02 ReleaseNotes: remove superfluous 's' in 'can promotes' by Ed Maste · 6 years ago
  58. cfade5d [ELF][HEXAGON] Add support for GOT relocations. by Sid Manning · 6 years ago
  59. 79ac76f [ELF] - Simplify. NFCI. by George Rimar · 6 years ago
  60. 773979a Use std::make_pair rather than brace initialization. by Matt Morehouse · 6 years ago
  61. 1e91a95 [ELF] Fix typo. NFC by Shoaib Meenai · 6 years ago
  62. 61fc91a [ELF] Fix crash on invalid undefined local symbols by Shoaib Meenai · 6 years ago
  63. 0fefcf7 [llvm-nm] Update lld tests based on changed llvm-nm output by Jordan Rupprecht · 6 years ago
  64. 93a9925 [WebAssembly] Refactor use of signatures by Derek Schuff · 6 years ago
  65. b65a4ea Minor refacotring of Relocations.cpp. NFC. by Rui Ueyama · 6 years ago
  66. 0fa1edd [PPC64] Test documenting toc-restore after interposable recursive call. [NFC] by Sean Fertile · 6 years ago
  67. 7d27fa4 [PPC64] Add test documenting toc-restore when linking with -Bsymbolic. [NFC] by Sean Fertile · 6 years ago
  68. 32c5e04 [COFF] Cope with weak aliases produced by GNU tools by Martin Storsjo · 6 years ago
  69. 8059e7e lld-link: Several tweaks to default entry point selection. by Nico Weber · 6 years ago
  70. a6ad00e [ELF] - Fix BB after r343668 by George Rimar · 6 years ago
  71. 05f406d [ELF] - Do not forget to include to .dymsym symbols that were converted to Defined. by George Rimar · 6 years ago
  72. 5edeb58 [LLD] - Do not crash when reporting errors when .debug_line_str (DWARF5) is used by George Rimar · 6 years ago
  73. 1513e50 Introduce a flag to warn when ifunc symbols are used with text relocations. by Ali Tamur · 6 years ago
  74. 9a8c0e5 [NFC][BUG-FIX][ARM] Add missing data symbol by Diogo N. Sampaio · 6 years ago
  75. 0aae449 [ELF] Read the call graph profile from object files. by Michael J. Spencer · 6 years ago
  76. df3e305 [ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_32_PCREL by Sid Manning · 6 years ago
  77. 688fc8b Add an explanation about cross linking. by Rui Ueyama · 6 years ago
  78. ad7b83a Fix typo in LLD man page by James Henderson · 6 years ago
  79. b4d2409 [COFF] In MinGW mode, ignore relocations against a discarded section by Martin Storsjo · 6 years ago
  80. 26a604b [LLD][COFF] Fix pdb loading when the path points to a removable device by Alexandre Ganea · 6 years ago
  81. 33e1812 [WebAssembly] Preserve function signatures during LTO by Sam Clegg · 6 years ago
  82. b455929 [ELF][HEXAGON] Add support for dynamic libraries by Sid Manning · 6 years ago
  83. bf5a2d8 [WebAssembly] Add --[no]-export-dynamic to replace --export-default by Sam Clegg · 6 years ago
  84. 70c14b1 [COFF] Add missing Requires x86 to fix buildbot by Peter Smith · 6 years ago
  85. 32922be [WebAssembly] Update Config member to match command line option by Sam Clegg · 6 years ago
  86. 035fd35 Revert "[WebAssembly] Update docs" by Sam Clegg · 6 years ago
  87. 9b0c454 [WebAssembly] Update docs by Sam Clegg · 6 years ago
  88. d648dbf [ELF] llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 6 years ago
  89. cdc53af Allow later -z name=<int> args to override earlier args by Ryan Prichard · 6 years ago
  90. 252781d [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12 by Ryan Prichard · 6 years ago
  91. ec6cfef [ELF][test] Use llvm-readelf's short option -r instead of -relocations and remove ignored --wide by Fangrui Song · 6 years ago
  92. 43510f9 [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info. by George Rimar · 6 years ago
  93. e8e5fe8 [COFF] Don't do autoexport of symbols from GNU import libraries by Martin Storsjo · 6 years ago
  94. 455ddd7 [COFF] Allow automatic dllimport from gnu import libraries by Martin Storsjo · 6 years ago
  95. 10b5be4 [WebAssembly] Add --export-default/--no-export-default options by Sam Clegg · 6 years ago
  96. e487484 Update a --help message and add -execute-only to the man page. by Rui Ueyama · 6 years ago
  97. 21f9d85 De-template VersionDefinitionSection. NFC. by Rui Ueyama · 6 years ago
  98. 7a3f8e5 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 6 years ago
  99. 3da143c Fix an error message. It must start with a lowercase letter. by Rui Ueyama · 6 years ago
  100. bc9e188 Parallelize .gdb_index string table writes. by Rui Ueyama · 6 years ago