1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  2. 8c7e8cc [ELF] Support expressions with -defsym option by Petr Hosek · 8 years ago
  3. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  4. 2ec3454 Move the parser for the linker script to a separate file. by Rui Ueyama · 8 years ago
  5. 794366a Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}. by Rui Ueyama · 8 years ago
  6. f3965c0 Handle the case where 'local' is the name of a global in a version script: by Dmitry Mikulin · 8 years ago
  7. 10091b0 Simplify ScriptParser. by Rui Ueyama · 9 years ago
  8. b5f1c3e Make get{Line,Column}Number members of StringParser. by Rui Ueyama · 9 years ago
  9. ed30ce7 [ELF] Print file:line for 'undefined section' errors by Eugene Leviant · 9 years ago
  10. 03ff016 [ELF] Better error reporting for linker scripts by Eugene Leviant · 9 years ago
  11. 83043f2 Rename skip(StringRef) -> consume(StringRef). by Rui Ueyama · 9 years ago
  12. 5424e7c ELF: Add a skip() overload to ignore any token by Justin Bogner · 9 years ago
  13. 400fc1a Remove dead ctor. by Rui Ueyama · 9 years ago
  14. 93c9af4 Create Strings.cpp and move string manipulation functions to that file. by Rui Ueyama · 9 years ago
  15. bd52120 Apply clang-tidy's misc-move-constructor-init to lld. by Benjamin Kramer · 9 years ago
  16. 1470366 Add `explicit`. by Rui Ueyama · 9 years ago
  17. 9c1112d Use ScriptParserBase features to parse linker script expressions. by Rui Ueyama · 9 years ago
  18. 4a46539 Devirtualize ScriptParserBase. NFC. by Rui Ueyama · 9 years ago
  19. b92a34e [lld] Fix build failure from r265600 by Adhemerval Zanella · 9 years ago
  20. e77b5bf [lld] [ELF] Add ScriptParserBase class by Adhemerval Zanella · 9 years ago