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