1. 8d85c96 [lld] StringRef::{starts,ends}with => {starts,ends}_with. NFC by Fangrui Song · 2 years ago
  2. ed1539c Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC) by Kazu Hirata · 2 years ago
  3. 45ee0a9 [LLD] Add --lto-CGO[0-3] option by Scott Linder · 2 years, 3 months ago
  4. 4b2b68d [lld] Change vector to SmallVector. NFC by Fangrui Song · 2 years, 10 months ago
  5. 3c6f8ca [lld] Rename StringRef _lower() method calls to _insensitive() by Martin Storsjö · 4 years ago
  6. 703d3f25 [lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16 by Greg McGary · 4 years, 8 months ago
  7. 22e6648 [lld-macho] Implement -headerpad by Jez Ng · 4 years, 10 months ago
  8. 136d27a [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 6 years ago
  9. 53211aa [lld] Allow args::getInterger to parse args larger than 2^31-1 by Sam Clegg · 6 years ago
  10. 5cdc91d [LTO] Set CGOptLevel in LTO config. by Sam Clegg · 6 years ago
  11. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  12. ed5bb93 Allow later -z name=<int> args to override earlier args by Ryan Prichard · 7 years ago
  13. 4183120 Rename a function to follow the LLVM coding style. by Rui Ueyama · 7 years ago
  14. 386bf12 win: Omit ".exe" from lld warning and error messages. by Nico Weber · 7 years ago
  15. 0dd56dc Handle --plugin-opt= options as alias options. by Rui Ueyama · 7 years ago
  16. 28c65bc Fix formatting. by Rui Ueyama · 7 years ago
  17. 3e03944 Factor out more code to Common/Args.cpp. by Rui Ueyama · 7 years ago