1. b1ded3f [PDB] Ignore .debug$S subsections with high bit set by Reid Kleckner · 4 years, 11 months ago
  2. 89de9af [Remarks] Extend -fsave-optimization-record to specify the format by Francis Visoiu Mistrih · 4 years, 11 months ago
  3. fd18d1e [llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit binaries by Fangrui Song · 4 years, 11 months ago
  4. 895b9d2 Include the file in the new unknown codeview subsection warning by Reid Kleckner · 4 years, 11 months ago
  5. 2bce47d [COFF] Strip section name suffix from mingw comdats by Martin Storsjo · 4 years, 11 months ago
  6. e3e59b9 [COFF] Handle .eh_frame$symbol as associative comdat for MinGW by Martin Storsjo · 4 years, 11 months ago
  7. 3d6254d [MinGW] Support the --subsystem=val option in joined form by Martin Storsjo · 4 years, 11 months ago
  8. 3d20240 [MinGW] Support the --{major,minor}-{os,subsystem}-version options by Martin Storsjo · 4 years, 11 months ago
  9. 1659c7e [COFF] Allow setting subsystem versions while inferring the subsystem type implicitly by Martin Storsjo · 4 years, 11 months ago
  10. 0c9a1c9 Wrap a test to 80 columns by Nico Weber · 4 years, 11 months ago
  11. a18bd2c Remove two unused parameters by Nico Weber · 4 years, 11 months ago
  12. 0e24e22 [LLD][ELF] - Fix test case after r363401 by George Rimar · 4 years, 11 months ago
  13. d4de1ae [ELF] Don't emit dynamic relocations with weak undef in writable sections by Fangrui Song · 4 years, 11 months ago
  14. 4196fab Revert r363395. by George Rimar · 4 years, 11 months ago
  15. 2abbba6 lld/coff: slightly simplify ImportFile::parse() by Nico Weber · 4 years, 11 months ago
  16. c80fe97 Add --undefined-glob which is an --undefined with wildcard pattern match by Rui Ueyama · 4 years, 11 months ago
  17. e762fed [ELF] - Attemp to fix BB. by George Rimar · 4 years, 11 months ago
  18. 905eb14 [ELF][RISCV] Create dummy .sdata for __global_pointer$ if .sdata does not exist by Fangrui Song · 5 years ago
  19. 896ad3a [lld][ELF] Add tests for bad subsection length in .ARM.attributes by Eugene Leviant · 5 years ago
  20. 45719d3 [ELF] Loosen the condition that changes absolute relocation types to relative relocations for ARM and PPC64 by Fangrui Song · 5 years ago
  21. d2c1075 [lld] Fix type server merging with PDBs without IPI stream by Reid Kleckner · 5 years ago
  22. f03e850 [lld] Allow unrecognized signatures in debug sections by Reid Kleckner · 5 years ago
  23. 1dee017 Share /machine: handling code with llvm-cvtres too by Nico Weber · 5 years ago
  24. d1ca92a [ELF][RISCV] Treat R_RISCV_{ADD,SET,SUB}* as link-time constants by Fangrui Song · 5 years ago
  25. af183e7 [ELF][PPC64] Don't report "relocation refers to a discarded section" for .toc by Fangrui Song · 5 years ago
  26. 564a3cb Revert "Revert r362867: [ELF][PPC] Simplify {read,write}FromHalf16" by Fangrui Song · 5 years ago
  27. 06d7a76 Deduplicate S_CONSTANTs in LLD. by Amy Huang · 5 years ago
  28. 080769c lld-link: Reject more than one resource .obj file by Nico Weber · 5 years ago
  29. e687be4 [ELF][RISCV] Add R_RISCV_PC_INDIRECT to isRelExpr() by Fangrui Song · 5 years ago
  30. 366d873 Revert r362867: [ELF][PPC] Simplify {read,write}FromHalf16 by Rui Ueyama · 5 years ago
  31. e4f51ee [ELF] Make the rule to create relative relocations in a writable section stricter by Fangrui Song · 5 years ago
  32. eaeb428 Let writeWindowsResourceCOFF() take a TimeStamp parameter by Nico Weber · 5 years ago
  33. bde684a ELF: Don't process the partition end marker during combineEhSections(). by Peter Collingbourne · 5 years ago
  34. 68f7efb Fix -DBUILD_SHARED_LIBS=on build after r362977 by Fangrui Song · 5 years ago
  35. 35260de Wrap comment to 80 columns by Nico Weber · 5 years ago
  36. 8d47497 llvm-lib: Implement /machine: argument by Nico Weber · 5 years ago
  37. 8b3a2a8 [LLD] Change FileCheck output file pattern to a temporary file by Tim Shen · 5 years ago
  38. ce96f1a [Driver] Look for -m in response files as well by Martin Storsjo · 5 years ago
  39. 51b87d7 [LLD][COFF] Fix missing MergeChunk::Instances cleanup in COFF::link() by Rui Ueyama · 5 years ago
  40. 49269d5 [COFF][X86] Add REQUIRES: x86 to a couple of tests by Peter Smith · 5 years ago
  41. 4f83322 [ELF][RISCV] Parse BFD names elf{32,64}-littleriscv by Fangrui Song · 5 years ago
  42. c15dcb4 [ELF] [PPC] Fix a typo from SVN r362721 by Martin Storsjo · 5 years ago
  43. 7b7fe8b [MinGW] Support the -u/--undefined option. by Martin Storsjo · 5 years ago
  44. 2ce9e95 [COFF] Add an lld specific option /includeoptional by Martin Storsjo · 5 years ago
  45. 582794c [ELF][PPC] Simplify {read,write}FromHalf16 by Fangrui Song · 5 years ago
  46. 58ec115 [COFF] Fix /export:foo=bar when bar is a weak alias by Reid Kleckner · 5 years ago
  47. 6a6f7b8 docs: Update partitioning docs now that the feature is fully landed. by Peter Collingbourne · 5 years ago
  48. 84c35db ELF: Create synthetic sections for loadable partitions. by Peter Collingbourne · 5 years ago
  49. a76b44f [ELF][AArch64] Support for BTI and PAC by Peter Smith · 5 years ago
  50. 6063d6f [ELF] Delete R_PPC64_CALL_PLT from isRelExpr() by Fangrui Song · 5 years ago
  51. 7a47fdd [lld] Allow args::getInterger to parse args larger than 2^31-1 by Sam Clegg · 5 years ago
  52. f407cbc [WebAssembly] Fix for discarded init functions by Sam Clegg · 5 years ago
  53. b169c83 Revert [ELF] Simplify the condition to create .interp by Jordan Rupprecht · 5 years ago
  54. 48b9b51 Revert "Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, .debug*, .zdebug* and .gcc_except_table"" by Sean Fertile · 5 years ago
  55. c4cca8e Revert "Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sections were discarded"" by Sean Fertile · 5 years ago
  56. 5d3f6b4 Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sections were discarded" by Sean Fertile · 5 years ago
  57. df47d21 Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, .debug*, .zdebug* and .gcc_except_table" by Sean Fertile · 5 years ago
  58. 7013e41 Fixing ppc tests: sed -i 's/# REQUIES: ppc/# REQUIRES: ppc/g' by Puyan Lotfi · 5 years ago
  59. 44137e8 [PPC32] Support GD/LD/IE/LE TLS models and their relaxations by Fangrui Song · 5 years ago
  60. 57de5f5 [PPC32] Improve the 32-bit PowerPC port by Fangrui Song · 5 years ago
  61. 23e07b6 [WebAssembly] Improve lto/comdat.ll test. NFC. by Sam Clegg · 5 years ago
  62. 8cfeafa [WebAssembly] Use Emscripten triples in PIC tests. by Dan Gohman · 5 years ago
  63. 263f6ef [WebAssembly] Handle object parsing more like the ELF backend by Sam Clegg · 5 years ago
  64. 63839a5 [lld] Explicitly ignore comdat groups when parsing LTO object(s) by Sam Clegg · 5 years ago
  65. 55c9788 [ELF] Allow reading of more than one FEATURE_1_AND in same object. by Peter Smith · 5 years ago
  66. 38c7548 Read .note.gnu.property sections and emit a merged .note.gnu.property section. by Rui Ueyama · 5 years ago
  67. d55cd5e [LLD][COFF] Don't take into account the 'age' when looking for PDB type server by Alexandre Ganea · 5 years ago
  68. 66a85df [WebAssembly] make wasm-ld --verbose show data section startVA and name by Thomas Lively · 5 years ago
  69. a14c2b6 [WebAssembly] Add comment as follow-up to rL362276. NFC. by Sam Clegg · 5 years ago
  70. ec62737 [ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, .debug*, .zdebug* and .gcc_except_table by Fangrui Song · 5 years ago
  71. e8e686e ELF: Introduce a separate bit for tracking whether an output section has ever had an input section added to it. NFCI. by Peter Collingbourne · 5 years ago
  72. 1083944 [PDB] Copy inlinee lines records into the PDB by Reid Kleckner · 5 years ago
  73. c8ece63 Re-land [LLD][COFF] Early load PDB type server files by Alexandre Ganea · 5 years ago
  74. 308e545 [LLD][ELF] - Remove dead code. NFC. by George Rimar · 5 years ago
  75. 6981579 [ELF][PPC64] Rename some PPC64 ELFv2 specific RelExpr from R_PPC_* to R_PPC64_* by Fangrui Song · 5 years ago
  76. 3e2bc4b [ELF][PPC64] Don't apply LD->LE relaxation on R_PPC64_GOT_DTPREL16* by Fangrui Song · 5 years ago
  77. fd8ed7a [ELF] Don't create an output section named `/DISCARD/` if it is assigned to the special phdr `NONE` by Fangrui Song · 5 years ago
  78. ebb4c26 [ELF] Simplify the condition to create .interp by Fangrui Song · 5 years ago
  79. b28a858 Add --sort-common to the man page. by Rui Ueyama · 5 years ago
  80. 9e4fdce [ELF][MIPS] Delete dead !Sym->isDefined() check in addAbsolute() by Fangrui Song · 5 years ago
  81. 53a6788 [ELF][test] Reorganize some AArch64 tests by Fangrui Song · 5 years ago
  82. 3b21624 [WebAssembly] Don't export __data_end and __heap_base by default. by Sam Clegg · 5 years ago
  83. b832ac0 [PPC64][test] Delete redundant labels from ppc64-relocs.s by Fangrui Song · 5 years ago
  84. 5e31ea7 [ELF] Delete GotEntrySize and GotPltEntrySize by Fangrui Song · 5 years ago
  85. 7438011 [ELF] Replace a dead test in getSymVA() with assert() by Fangrui Song · 5 years ago
  86. 0f16a9b [ELF][test] Restore linkerscript/symbol-location.s to test getLinkerScriptLocation() by Fangrui Song · 5 years ago
  87. 814cd12 [WebAssembly] Improve feature validation error messages by Thomas Lively · 5 years ago
  88. df2136c [Docs] Modernize references to macOS by J. Ryan Stinnett · 5 years ago
  89. 20dc826 [ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after r358981 by Fangrui Song · 5 years ago
  90. 97c75f3 [ELF] De-template addUndefined() and addWrappedSymbols(). NFC by Fangrui Song · 5 years ago
  91. d6732a7 [ELF][test] Update znotext-plt-relocations.s to emit R_X86_64_PC32 by Fangrui Song · 5 years ago
  92. 9b3124c [ELF] Implement Local Dynamic style TLSDESC for x86-64 by Fangrui Song · 5 years ago
  93. 072a2ea [WebAssembly] Move direct call tracking from member to local. NFC. by Sam Clegg · 5 years ago
  94. bc69780 [WebAssembly] Fix signatures of undefined function in LTO object which are not called directly. by Sam Clegg · 5 years ago
  95. 59b657c ELF: Don't reuse a thunk in a different loadable partition. by Peter Collingbourne · 5 years ago
  96. 762a58f ELF: Add basic partition data structures and behaviours. by Peter Collingbourne · 5 years ago
  97. 3e80ecd Add IR support, ELF section and user documentation for partitioning feature. by Peter Collingbourne · 5 years ago
  98. ca4795e [ELF] Implement General Dynamic style TLSDESC for x86-64 by Fangrui Song · 5 years ago
  99. 3a6ea27 Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.test by Alexandre Ganea · 5 years ago
  100. 1e06f54 [COFF] Add ImportChunkThunk, simplify, deduplicate by Reid Kleckner · 5 years ago