1. 925f07b [ELF] - Renamed AArch64 specific relocations expressions. NFC. by George Rimar · 5 years ago
  2. 1cdaf2d [ELF] .gdb_index: fix CuOff when a .debug_info section contains more than 1 DW_TAG_compile_unit by Fangrui Song · 5 years ago
  3. d46dcfb [ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSection by Fangrui Song · 5 years ago
  4. 2bb5390 [ELF] Fix relocation-common.s after rL346610 by Fangrui Song · 5 years ago
  5. 39c1b8e [ELF] Fix objdump tests after rL346610 by Fangrui Song · 5 years ago
  6. b5c8b3f [lld][test] Update tests using objdump by Kristina Brooks · 5 years ago
  7. a65f5ef [PDB] Simplify some ghash code, NFC by Reid Kleckner · 5 years ago
  8. 25b695b [WebAssembly] Respect `--no-mangle` in more locations by Sam Clegg · 5 years ago
  9. 4925db1 Fix -Wextra-qualification warning by Reid Kleckner · 5 years ago
  10. 3e8407b [COFF] Improve relocation against discarded section error by Reid Kleckner · 5 years ago
  11. 97c7679 [LLD] Fix Microsoft precompiled headers cross-compile on Linux by Alexandre Ganea · 5 years ago
  12. 650b676 [DWARFv5] Read and dump multiple .debug_info sections. by Paul Robinson · 5 years ago
  13. 816e080 [PPC64] Use INT32_MIN instead of std::numeric_limits<int32_t>::min() by Fangrui Song · 5 years ago
  14. 958ebe9 [lld][NFC] Use explicit --symbols instead of -t in tests using llvm-readelf. by Jordan Rupprecht · 5 years ago
  15. 1268097 [WebAssembly] Address review comments from r346248 [NFC] by Derek Schuff · 5 years ago
  16. 927bf19 [WebAssembly] Support creation and import of shared memories by Derek Schuff · 5 years ago
  17. d22f39e [lld][NFC] Update tests to use -S instead of -s when using llvm-readelf. by Jordan Rupprecht · 5 years ago
  18. 8b397ad Disable precomp test on Linux until I fix it. by Alexandre Ganea · 5 years ago
  19. dc1c2cd Fix build breakerage on GCC 5.4: by Alexandre Ganea · 5 years ago
  20. 5f8b66c [COFF][LLD] Add link support for Microsoft precompiled headers OBJs by Alexandre Ganea · 5 years ago
  21. eaa12bb Handle OUTPUT_FORMAT arguments in quotation marks by Galina Kistanova · 5 years ago
  22. 931f7ef [DWARF] Fix typo, .gnu_index -> .gdb_index by Fangrui Song · 5 years ago
  23. d79aa86 Reland "Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy" by Fangrui Song · 5 years ago
  24. 35f5118 Revert "Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy" by Teresa Johnson · 5 years ago
  25. cab58aa Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy by Teresa Johnson · 5 years ago
  26. 3ec35ba [ELF] Change sh_link of .rel{,a}.plt to make GNU strip happy by Fangrui Song · 5 years ago
  27. 847f32a Omit "virtual" if overridden. by Rui Ueyama · 5 years ago
  28. c7250e9 Use llvm_unreachable for unreachable code. by Rui Ueyama · 5 years ago
  29. e4f49eb Set MAttrs in LTO mode by Fangrui Song · 5 years ago
  30. 13b5a61 Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 5 years ago
  31. bb7d582 [ELF] - Do not crash when -r output uses linker script with `/DISCARD/` by George Rimar · 5 years ago
  32. 523a8ab [WebAssembly] Remove duplicate function. NFC. by Sam Clegg · 5 years ago
  33. 2d18b6d [ELF] Refactor per-target TLS layout configuration. NFC. by Ryan Prichard · 5 years ago
  34. 09d7460 [WedAssembly] Add -s and -S alias for --strip-all and --strip-debug by Sam Clegg · 5 years ago
  35. f00db1e [ELF] Fallback to sh_link=0 if neither .dynsym nor .symtab exists by Fangrui Song · 5 years ago
  36. 7c89849 [PPC64] Handle powerpc64 in OUTPUT_FORMAT. by Sean Fertile · 5 years ago
  37. 93ff08a [FIX][AArch64] lld test change by Diogo N. Sampaio · 5 years ago
  38. cd3f909 [ELF][PPC64]Workaround bogus Visual Studio build warning by James Henderson · 5 years ago
  39. 6ee2546 AMDGPU: Switch some lld tests to v2 by Konstantin Zhuravlyov · 5 years ago
  40. f989af0 Rename warnUnorderableSymbol maybeWarnUnorderableSymbol because the function doesn't always emit a warning. by Rui Ueyama · 5 years ago
  41. 05a6221 Refactor readCallGraph() and readCallGraphFromObjectFiles(). NFC. by Rui Ueyama · 5 years ago
  42. b003028 [ELF] Add --{,no-}call-graph-profile-sort (enabled by default) by Fangrui Song · 5 years ago
  43. f8436da [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderable by Fangrui Song · 5 years ago
  44. 1182f35 Remove full stops from error messages for consistency. by Rui Ueyama · 5 years ago
  45. af6d810 Do not call computeIsPreemptible() if its result is discarded. NFC. by Rui Ueyama · 5 years ago
  46. b353a6a Add more blank lines so that code doesn't look too dense. NFC. by Rui Ueyama · 5 years ago
  47. f40ac49 Add a comment for PPC64 .toc and GNU relro. by Rui Ueyama · 5 years ago
  48. 06426b8 Include input section name and output section name in an error message. by Rui Ueyama · 5 years ago
  49. 8e17df4 Refactor assignFileOffsets. NFC. by Rui Ueyama · 5 years ago
  50. f11022f Split a function. NFC. by Rui Ueyama · 5 years ago
  51. b9a2a02 Add parenthese around a bitand. by Rui Ueyama · 5 years ago
  52. f17a5cc Make a local variable scope narrower. NFC. by Rui Ueyama · 5 years ago
  53. bdea3d2 [MinGW] Support for multiarch runtimes layout by Martin Storsjo · 5 years ago
  54. 64a84d8 [ELF] Remove a superfluous semicolon, fixing warnings. NFC. by Martin Storsjo · 5 years ago
  55. 4b7c602 Move forward declarations to the top of the file and sort. by Rui Ueyama · 5 years ago
  56. 6599685 Move a function out of a class because it doesn't depend on any class member. NFC. by Rui Ueyama · 5 years ago
  57. a4db8ee Factor out code to a new function. NFC. by Rui Ueyama · 5 years ago
  58. 1ddc5ef Simplify. NFC. by Rui Ueyama · 5 years ago
  59. 6676830 Remove a global variable that is set but not used. by Rui Ueyama · 5 years ago
  60. 22f28b7 Add a comment. by Rui Ueyama · 5 years ago
  61. e221307 Remove a global variable that we can live without. by Rui Ueyama · 5 years ago
  62. a46f7f5 Don't mess up RelIplt symbols during relocatable processing by Dimitry Andric · 5 years ago
  63. dac7961 [ELF] Split up emulation.s per backend by Shoaib Meenai · 5 years ago
  64. 20c5abb [ELF] Actually fix test from r344976 by Shoaib Meenai · 5 years ago
  65. be227fe [ELF] Fix test from r344976 by Shoaib Meenai · 5 years ago
  66. 337a633 [ELF] Handle elf32-littlearm in OUTPUT_FORMAT by Shoaib Meenai · 5 years ago
  67. 16f4406 [ELF] Don't warn on two legitimate cases when reading .llvm.call-graph-profile by Fangrui Song · 5 years ago
  68. 98c7ed5 Add OUTPUT_FORMAT linker script directive support. by Rui Ueyama · 5 years ago
  69. 755e94f [ELF][PPC64] Fix a split-stack comment in rLLD344622 by Fangrui Song · 5 years ago
  70. 261764e [ELF] Format PPC64.cpp, NFC by Fangrui Song · 5 years ago
  71. 6887246 Fix typo in a test file name. by Rui Ueyama · 5 years ago
  72. 18e1d56 Use llvm::arrayRefFromStringRef by Sam Clegg · 5 years ago
  73. 3fea65f [WebAssembly] Simplify --help message by Sam Clegg · 5 years ago
  74. 5c1e323 Add an addAbsolute static function to Writer.cpp by Alexander Richardson · 6 years ago
  75. 1297a20 [COFF] Fix error handling on duplicates for import library symbols by Martin Storsjo · 6 years ago
  76. 23c11f5 [PPC64] Fix offset checks on rel24 call relocations. by Sean Fertile · 6 years ago
  77. fe11f74 [NewPM] teach -passes= to emit meaningful error messages by Fedor Sergeev · 6 years ago
  78. cf5be82 Reland "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  79. fa9dbc4 Revert "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  80. fbbbd69 [PPC64] Add split - stack support. by Sean Fertile · 6 years ago
  81. acd2744 [ELF][HEXAGON] Let input determine e_flag. by Sid Manning · 6 years ago
  82. b1de5f9 [LLD][ELF] - Check options before processing the -v/-version options. by George Rimar · 6 years ago
  83. 935d766 Simplify. NFC. by Rui Ueyama · 6 years ago
  84. 760f705 Remove `Type` parameter from SymbolTable::insert(). NFC. by Rui Ueyama · 6 years ago
  85. f07d88f Better support for POSIX paths in PDBs. by Zachary Turner · 6 years ago
  86. 118e29b [lld] Add more complete support for the INCLUDE command. by Rui Ueyama · 6 years ago
  87. 68832a7 Make YAML quote forward slashes. by Zachary Turner · 6 years ago
  88. c47add6 Revert "Make YAML quote forward slashes." by Zachary Turner · 6 years ago
  89. ebe68fe Make YAML quote forward slashes. by Zachary Turner · 6 years ago
  90. a33cac8 [ELF] - Remove unused variable. NFC. by George Rimar · 6 years ago
  91. 8462dae [ELF] - Remove dead declaration. NFC. by George Rimar · 6 years ago
  92. 6d7e7e5 Remove SymbolTable::addAbsolute(). by Rui Ueyama · 6 years ago
  93. aa74217 Remove `else` after `return`. by Rui Ueyama · 6 years ago
  94. f319188 [ELF] Fix link failure with Android compressed relocation support. by Eli Friedman · 6 years ago
  95. addb713 Rename SymbolTable::addRegular -> SymbolTable::addDefined. by Rui Ueyama · 6 years ago
  96. 529fbcd Remove unused default arguments. by Rui Ueyama · 6 years ago
  97. 8eb2629 Remove SymbolTable::addUndefined<ELF32LE>(StringRef). by Rui Ueyama · 6 years ago
  98. 3597c77 Revert SymbolFileNativePDB plugin. by Zachary Turner · 6 years ago
  99. 6b90f5e Better support for POSIX paths in PDBs. by Zachary Turner · 6 years ago
  100. 537d5ac [COFF] Add and use a Wordsize field in Config. NFCI. by Martin Storsjo · 6 years ago