1. 6532a86 [WebAssembly] Add support for the event section by Heejin Ahn · 5 years ago
  2. fa041c4 clang-format LLVM.h (NFC) by Heejin Ahn · 5 years ago
  3. e4b412b [test] Fix reproduce-blackslash.s test with NetBSD tar by Michal Gorny · 5 years ago
  4. 0b7419e [test] Mark atime-based tests unsupported on NetBSD by Michal Gorny · 5 years ago
  5. 7f3fe7b [PDB] Move some code around. NFC. by Zachary Turner · 5 years ago
  6. 835a49c [LLD][ELF] - Use auto. NFC. by George Rimar · 5 years ago
  7. dc61598 [ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations. by George Rimar · 5 years ago
  8. 30c879a Fixup r348306: Require x86 for test by Diana Picus · 5 years ago
  9. d37358d [LLD][ELF] - Linker script: accept using a file name without a list of sections. by George Rimar · 5 years ago
  10. d75aa49 Do not use a hash table to uniquify mergeable strings. by Rui Ueyama · 5 years ago
  11. 45524b4 [ELF] Simplify getSectionPiece by Fangrui Song · 5 years ago
  12. 7def652 [PDB] Emit S_UDT records in LLD. by Zachary Turner · 5 years ago
  13. f0c8902 Remove unreachable code. by Rui Ueyama · 5 years ago
  14. e3e5e9c ELF: allow non allocated sections to go into allocated sections by Rui Ueyama · 5 years ago
  15. 3e5effd [ELF] Allow discarding of .rela.plt by Martell Malone · 5 years ago
  16. fd955ea [PPC][PPC64] PPC_REL14 and PPC64_REL14 relocations by Martell Malone · 5 years ago
  17. 7b1fee1 [WebAssembly] Don't set a maximum size when importing the table by Sam Clegg · 5 years ago
  18. bf9dbed Show a proper error message if output file is too large. by Rui Ueyama · 5 years ago
  19. e972868 [LLD][ELF] - Remove the excessive condition. NFC. by George Rimar · 5 years ago
  20. f5a67d0 [LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index. by George Rimar · 5 years ago
  21. 596b926 Inline a function template that is used only once. NFC. by Rui Ueyama · 5 years ago
  22. ac0f9ec [PDB] Quote linker arguments containing spaces (mimic MSVC) by Alexandre Ganea · 5 years ago
  23. e28d90a Do not assume .idata is zero-initialized. by Rui Ueyama · 5 years ago
  24. 74aaca8 [WebAssembly] Allow undefined symbols when building shared libraries by Sam Clegg · 5 years ago
  25. 6c350c0 [LLD][ELF] Error if _GLOBAL_OFFSET_TABLE_ is defined in input objects by Peter Smith · 5 years ago
  26. da0ce60 [WebAssembly] Update docs by Sam Clegg · 5 years ago
  27. ccadc6f [ELF] --gdb-index: use lower_bound to compute relative CU index in the object file by Fangrui Song · 5 years ago
  28. 38666fe Simplify Symbol::getPltVA. by Rui Ueyama · 5 years ago
  29. 15d33fb Fix a typo. by Haojian Wu · 5 years ago
  30. b625844 Fix build error. by Haojian Wu · 5 years ago
  31. 9b9d153 [ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive by Simon Atanasyan · 5 years ago
  32. bb0013d [ELF] Use more specific method to calculate DT_PLTRELSZ by Peter Smith · 5 years ago
  33. 16c20f7 [COFF] Remove empty sections before calculating the size of section headers by Martin Storsjo · 5 years ago
  34. 0929b9c [PDB] Add symbol records in bulk by Reid Kleckner · 5 years ago
  35. 6783d54 Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC. by Rui Ueyama · 5 years ago
  36. a5795ab Make a member function non-member. NFC. by Rui Ueyama · 5 years ago
  37. f760ee6 [ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against IFUNC symbols. by George Rimar · 5 years ago
  38. b38dbca [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS. by Peter Smith · 5 years ago
  39. 2c52e16 [ELF] - Implement -z nodefaultlib by George Rimar · 5 years ago
  40. 69c72b2 [COFF] Generate a codeview build id signature for MinGW even when not creating a PDB by Martin Storsjo · 5 years ago
  41. d731ac3 [COFF] Add exported functions to gfids table for /guard:cf by Reid Kleckner · 5 years ago
  42. 896ee02 [WebAssembly] Remove `using` statements from header files. NFC. by Sam Clegg · 5 years ago
  43. 1495c96 [Common] Threads: use function_ref instead of std::function by Fangrui Song · 5 years ago
  44. ff6e752 ELF: ICF: Include contents of referenced sections in initial partitioning hash. NFCI. by Peter Collingbourne · 5 years ago
  45. 1ca6e43 [COFF] ICF: use parallelForEach{,N} by Fangrui Song · 5 years ago
  46. cbc01bb [LLD][ELF] - Added a test for "-image-base: number expected" message. NFC. by George Rimar · 5 years ago
  47. 26046f9 [LLD][ELF] - Add a test for "unbalanced --push-state/--pop-state" error. by George Rimar · 5 years ago
  48. 7f2abc7 [LLD][ELF] - Add a check for --split-stack-adjust-size error message. NFCI. by George Rimar · 5 years ago
  49. b4f0e6b [LLD][ELF] - Do not crash when parsing the -defsym option from a error state. by George Rimar · 5 years ago
  50. a7209c3 [LLD][ELF] - Remove the excessive safety return. NFC. by George Rimar · 5 years ago
  51. 225a5b4 [LLD][ELF] - Add llvm_unreachable. NFC. by George Rimar · 5 years ago
  52. 7c6fbb0 [ELF] - Added test case for invalid relocation target errors. NFCI. by George Rimar · 5 years ago
  53. ef7a313 [LLD][ELF] - Add a test for non-null terminated mergeable strings section. NFCI. by George Rimar · 5 years ago
  54. fc218dc [LLD][ELF] - Simplify. NFCI. by George Rimar · 5 years ago
  55. 9adeec7 [LLD][ELF] - Fix mistype. NFC. by George Rimar · 5 years ago
  56. 11daa8e [ELF] - Make SymbolTable::addDefined return Defined. by George Rimar · 5 years ago
  57. 29249c5 COFF: ICF: Include contents of referenced sections in initial partitioning hash. NFCI. by Peter Collingbourne · 5 years ago
  58. 833d8cf [ELF] Write IPLT header in -static -z retpolineplt mode by Fangrui Song · 5 years ago
  59. 3ad31c5 [ARM] Change REQUIRES: ARM to Requires: arm by Peter Smith · 5 years ago
  60. 5ac184c [WebAssembly] Delete unused using statements (NFC) by Heejin Ahn · 5 years ago
  61. 7d0f273 [CodeView] RelocPtr points to little endian data. by Zachary Turner · 5 years ago
  62. 256035a [ELF] Allow --noinhibit-exec to produce corrupted executable with relocation overflow by Fangrui Song · 5 years ago
  63. 080c6fe [WebAssembly] Fix inaccurate comments / assertion messages by Heejin Ahn · 5 years ago
  64. ccbe3c4 [WebAssembly] Make starting indices calcaulation simpler (NFC) by Heejin Ahn · 5 years ago
  65. 467fe21 Support ARM_V4BX relocation by Fangrui Song · 5 years ago
  66. fc44b31 [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instruction by Simon Atanasyan · 5 years ago
  67. f90d15c [WebAssembly] Import the stack pointer when building shared libraries by Sam Clegg · 5 years ago
  68. d5b260d [WebAssembly] Refactor config setting and checking. NFC. by Sam Clegg · 5 years ago
  69. 7b103cb [ELF] - Renamed few more AArch64 specific relocation expressions. NFC. by George Rimar · 5 years ago
  70. 94ace75 [ELF] Fix compilation with GCC 5 by Martin Storsjo · 5 years ago
  71. eb90ff6 [WebAssembly] Initial support for shared objects (-shared) by Sam Clegg · 5 years ago
  72. 62ad2e7 [ELF] Make TrapInstr and Filler byte arrays. NFC. by Simon Atanasyan · 5 years ago
  73. 45d5724 [PPC64] Long branch thunks. by Sean Fertile · 5 years ago
  74. bf9f447 [NFC] Change address __tls_getaddr is defined at so it does not need a thunk. by Sean Fertile · 5 years ago
  75. 25dbe26 [AArch64] Fix resolution of R_PLT_PAGE RelExpr by Peter Smith · 5 years ago
  76. d12fedf [COFF] Fix a longstanding typo in a variable name. NFC. by Martin Storsjo · 5 years ago
  77. a125cc2 Fix r346747 and r346796 by Diana Picus · 5 years ago
  78. 87d31f5 [PDB] Simplify symbol handling code, NFC by Reid Kleckner · 5 years ago
  79. 39418da [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixed by Fangrui Song · 5 years ago
  80. 05bab3f [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to CuIndexAndAttrs by Fangrui Song · 5 years ago
  81. 0a98d88 [COFF] Simplify relocation to discarded section diagnostic code, NFC by Reid Kleckner · 5 years ago
  82. 925f07b [ELF] - Renamed AArch64 specific relocations expressions. NFC. by George Rimar · 5 years ago
  83. 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
  84. d46dcfb [ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSection by Fangrui Song · 5 years ago
  85. 2bb5390 [ELF] Fix relocation-common.s after rL346610 by Fangrui Song · 5 years ago
  86. 39c1b8e [ELF] Fix objdump tests after rL346610 by Fangrui Song · 5 years ago
  87. b5c8b3f [lld][test] Update tests using objdump by Kristina Brooks · 5 years ago
  88. a65f5ef [PDB] Simplify some ghash code, NFC by Reid Kleckner · 5 years ago
  89. 25b695b [WebAssembly] Respect `--no-mangle` in more locations by Sam Clegg · 5 years ago
  90. 4925db1 Fix -Wextra-qualification warning by Reid Kleckner · 5 years ago
  91. 3e8407b [COFF] Improve relocation against discarded section error by Reid Kleckner · 5 years ago
  92. 97c7679 [LLD] Fix Microsoft precompiled headers cross-compile on Linux by Alexandre Ganea · 5 years ago
  93. 650b676 [DWARFv5] Read and dump multiple .debug_info sections. by Paul Robinson · 5 years ago
  94. 816e080 [PPC64] Use INT32_MIN instead of std::numeric_limits<int32_t>::min() by Fangrui Song · 5 years ago
  95. 958ebe9 [lld][NFC] Use explicit --symbols instead of -t in tests using llvm-readelf. by Jordan Rupprecht · 5 years ago
  96. 1268097 [WebAssembly] Address review comments from r346248 [NFC] by Derek Schuff · 5 years ago
  97. 927bf19 [WebAssembly] Support creation and import of shared memories by Derek Schuff · 5 years ago
  98. d22f39e [lld][NFC] Update tests to use -S instead of -s when using llvm-readelf. by Jordan Rupprecht · 5 years ago
  99. 8b397ad Disable precomp test on Linux until I fix it. by Alexandre Ganea · 5 years ago
  100. dc1c2cd Fix build breakerage on GCC 5.4: by Alexandre Ganea · 5 years ago