1. 8045a8a [COFF] Warn that LLD does not support /PDBSTRIPPED: by Reid Kleckner · 5 years ago
  2. d3fec7f LLD: Don't use the stderrOS stream in link before it's reassigned. by James Y Knight · 6 years ago
  3. b11386f Make it possible to redirect not only errs() but also outs() by Rui Ueyama · 6 years ago
  4. ce0f3ee [COFF] Don't error if the only inputs are from /wholearchive: by Reid Kleckner · 6 years ago
  5. 4c1a1d3 Add missing includes needed to prune LLVMContext.h include, NFC by Reid Kleckner · 6 years ago
  6. 000ff30 Warn on /align if used without /driver by Rui Ueyama · 6 years ago
  7. f95ed69 Implement /driver, /driver:wdm and /driver:uponly by Rui Ueyama · 6 years ago
  8. deaf121 Warn when an output section name is longer than 8 characters by Reid Kleckner · 6 years ago
  9. b911d2d lld/COFF: Simplify getOutputPath() using sys::path functions. by Nico Weber · 6 years ago
  10. 79a8476 dummy comment typo fix commit to cycle the bots by Nico Weber · 6 years ago
  11. 0d53ac8 Add /reproduce option to lld/COFF by Rui Ueyama · 6 years ago
  12. 6785824 Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory. by Rui Ueyama · 6 years ago
  13. dd63b9f [lld] Update lld driver to use new LTO APIs to handle libcall symbols by Steven Wu · 6 years ago
  14. d48ea5d lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars. by Nico Weber · 6 years ago
  15. 227d859 [COFF] Fix to not add archive name to buffer identifiers when they come by Amy Huang · 6 years ago
  16. 3c44d59 lld-link: Make /linkrepro: take a filename, not a directory. by Nico Weber · 6 years ago
  17. 89efb03 [LLD][COFF] Add index to disambiguate archive members when using -wholearchive by Rui Ueyama · 6 years ago
  18. 7dc5e7a0 reland "[lld-link] implement -start-lib and -end-lib" by Bob Haarman · 6 years ago
  19. 802aab5 Revert "[lld-link] implement -start-lib and -end-lib" by Vlad Tsyrklevich · 6 years ago
  20. fd7569c [lld-link] implement -start-lib and -end-lib by Bob Haarman · 6 years ago
  21. 3d3a9b3 [LLD] [COFF] Support merging resource object files by Martin Storsjo · 6 years ago
  22. a1c022c [COFF] Add libcall symbols to the link when LTO is being used by Amy Huang · 6 years ago
  23. 5375b94 [lld-link] implement -lto-obj-path by Bob Haarman · 6 years ago
  24. 6540e55 [COFF] Require an explicit -implib option for creating implibs in mingw mode by Martin Storsjo · 6 years ago
  25. dadc6f2 [COFF] Allow using custom .edata from input object files by Martin Storsjo · 6 years ago
  26. e6a33e1 Handle /align option. by Rui Ueyama · 6 years ago
  27. cac8df1 Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  28. 4d41c33 Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  29. a52f982 Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  30. 90b4388 [COFF] Fix wholearchive with thin archives by Martin Storsjo · 6 years ago
  31. 51dcb29 [lld-link] diagnose undefined symbols before LTO when possible by Bob Haarman · 6 years ago
  32. 9c0716f ld.lld: Demangle symbols from archives in diagnostics by Nico Weber · 6 years ago
  33. cb2c500 lld-link: Demangle symbols from archives in diagnostics by Nico Weber · 6 years ago
  34. fe44a53 [COFF] Implement /safeseh:no and check @feat.00 flags by default by Reid Kleckner · 6 years ago
  35. 2e2038b [COFF] Rename variale references in comments after VariableName -> variableName change by Fangrui Song · 6 years ago
  36. 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
  37. 332fc712 Fix odd variable names. by Rui Ueyama · 6 years ago
  38. 5011b83 [lld-link] implement -thinlto-{prefix,object-suffix}-replace by Bob Haarman · 6 years ago
  39. 63efb28 [lld-link] implement -thinlto-index-only by Bob Haarman · 6 years ago
  40. 77565f7 Fix build breakage on Win32. by Rui Ueyama · 6 years ago
  41. 136d27a [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 6 years ago
  42. 7e296ad Make functions and member variables distinguishable even after the name style change. NFC. by Rui Ueyama · 6 years ago
  43. e7a67bf lld-link: Stop accepting /natvis and /fastfail in .drectve sections by Nico Weber · 6 years ago
  44. cf1a11de Make joined instances of JoinedOrSeparate flags point to the unaliased args, like all other arg types do by Nico Weber · 6 years ago
  45. fdef18b lld-link: Make /debugtype: option work better by Nico Weber · 6 years ago
  46. 9007997 [LLD][COFF] Case insensitive compares for /nodefaultlib by Alexandre Ganea · 6 years ago
  47. 1dc2123 Share /machine: handling code with llvm-cvtres too by Nico Weber · 6 years ago
  48. af6bc65 lld-link: Reject more than one resource .obj file by Nico Weber · 6 years ago
  49. b941fa8 llvm-lib: Implement /machine: argument by Nico Weber · 6 years ago
  50. 1f73bbb [LLD][COFF] Fix missing MergeChunk::Instances cleanup in COFF::link() by Rui Ueyama · 6 years ago
  51. c02f6bf [COFF] Add an lld specific option /includeoptional by Martin Storsjo · 6 years ago
  52. 53cd740 [COFF] Fix /export:foo=bar when bar is a weak alias by Reid Kleckner · 6 years ago
  53. 9c78db6 Re-land [LLD][COFF] Early load PDB type server files by Alexandre Ganea · 6 years ago
  54. ccc1fa5 Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.test by Alexandre Ganea · 6 years ago
  55. ebe22a1 [LLD][COFF] Early load PDB type server files by Alexandre Ganea · 6 years ago
  56. 74de620 [LLD][COFF] Implement /filealign parameter by Rui Ueyama · 6 years ago
  57. 14f4ff6 [COFF] Move KeepUnique bit from Chunk to SectionChunk, NFC by Reid Kleckner · 6 years ago
  58. 9b2830b lld-link, clang: Treat non-existent input files as possible spellos for option flags by Nico Weber · 6 years ago
  59. ee4e0a2 Re-land r361206 "[COFF] Store alignment in log2 form, NFC" by Reid Kleckner · 6 years ago
  60. 67510fa Revert r361206 "[COFF] Store alignment in log2 form, NFC" by Nico Weber · 6 years ago
  61. 1a5cc62 [COFF] Store alignment in log2 form, NFC by Reid Kleckner · 6 years ago
  62. e1cb2c0 [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> by Fangrui Song · 6 years ago
  63. f3fb7fa [lld-link] initialize targets and asmparsers before invoking lib by Bob Haarman · 6 years ago
  64. 81862f8 lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal by Nico Weber · 6 years ago
  65. c0838af lld-link: Implement /swaprun: flag by Nico Weber · 6 years ago
  66. 2769d58 [LLD][COFF] Fix /linkrepro with output options that take a filename or path by Alexandre Ganea · 6 years ago
  67. 8b1ec79 [LLD][COFF] use offset in archive to disambiguate archive members by Bob Haarman · 6 years ago
  68. cdf126e [COFF] Link crtend.o as the last object file by Martin Storsjo · 6 years ago
  69. 68b9f45 Replace `typedef A B` with `using B = A`. NFC. by Rui Ueyama · 6 years ago
  70. 09cca5b [LLD][COFF] Generate import modules & COFF groups in PDB by Alexandre Ganea · 6 years ago
  71. 347a45c [LLD][COFF] Improve checkFailIfMismatch() by Alexandre Ganea · 6 years ago
  72. 3e60ee9 [LLD][COFF] Add /summary to print statistics by Alexandre Ganea · 6 years ago
  73. 020d92c lld-link: Only print demangled symbol names by default by Nico Weber · 6 years ago
  74. 7fd99fc Fail early if an output file is not writable by Rui Ueyama · 6 years ago
  75. d8ec810 [LLD][COFF] More detailed information for /failifmismatch by Alexandre Ganea · 6 years ago
  76. 97b2b06 [LLD][COFF] Support /threads[:no] like the ELF driver by Alexandre Ganea · 6 years ago
  77. d307c4c [LLD][COFF] Add support for /FUNCTIONPADMIN command-line option by Alexandre Ganea · 6 years ago
  78. 659f275 Move MinGW-specific code out of LinkerDriver::link. NFC. by Rui Ueyama · 6 years ago
  79. 272d8c1 [COFF] Add -exclude-all-symbols for MinGW by Martin Storsjo · 6 years ago
  80. 3edf63c [lld-link] better error message when failing to open archive members by Bob Haarman · 6 years ago
  81. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  82. 27ba559 [LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated arguments. by Alexandre Ganea · 6 years ago
  83. 8cc0f71 [COFF] Add and use a Wordsize field in Config. NFCI. by Martin Storsjo · 7 years ago
  84. 33d43ff [COFF] Look for libfoo.a if foo.lib is specified, for MinGW by Martin Storsjo · 7 years ago
  85. 9d75241 lld-link: Implement support for %_PDB% and %_EXT% for /pdbaltpath:. by Nico Weber · 7 years ago
  86. 08ab568 [COFF] Do MinGW specific entry/subsystem inference by Martin Storsjo · 7 years ago
  87. d377826 lld-link: Several tweaks to default entry point selection. by Nico Weber · 7 years ago
  88. 3cb1834 [lld-link] Generalize handling of /debug and /debug:{none,full,fastlink,ghash,symtab} by Will Wilson · 7 years ago
  89. 7a41693 [COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGW by Martin Storsjo · 7 years ago
  90. 11ca38f COFF: Add support for /force:multiple option by Rui Ueyama · 7 years ago
  91. f1828e3 lld-link: For nonexisting inputs, omit follow-on diagnostics by Nico Weber · 7 years ago
  92. a47957a [COFF] Allow exporting all symbols from system libraries specfied with -wholearchive: by Martin Storsjo · 7 years ago
  93. cfbbb70 [COFF] Merge the .ctors, .dtors and .CRT sections into .rdata for MinGW by Martin Storsjo · 7 years ago
  94. eac1b05 [COFF] Support MinGW automatic dllimport of data by Martin Storsjo · 7 years ago
  95. 4183120 Rename a function to follow the LLVM coding style. by Rui Ueyama · 7 years ago
  96. ab03802 COFF: Implement safe ICF on rodata using address-significance tables. by Peter Collingbourne · 7 years ago
  97. 386bf12 win: Omit ".exe" from lld warning and error messages. by Nico Weber · 7 years ago
  98. ebc27c4 lld-link: Emit warning if one each of {main,wmain} and {WinMain,wWinMain} exist and no /subsystem: flag is passed. by Nico Weber · 7 years ago
  99. f4f5b7e lld-link: Take /SUBSYSTEM into account for automatic /ENTRY detection. by Nico Weber · 7 years ago
  100. 214d699 [COFF] Remove a superfluous warning about aligncomm for non-common symbols by Martin Storsjo · 7 years ago