1. e1fd3f9 [LLD][ELF] - Use auto. NFC. by George Rimar · 7 years ago
  2. f49fe21 [LLD][ELF] - Linker script: accept using a file name without a list of sections. by George Rimar · 7 years ago
  3. ac6e1fb Fix a typo. by Haojian Wu · 7 years ago
  4. 00e82a6 Fix build error. by Haojian Wu · 7 years ago
  5. 69c6120 [ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive by Simon Atanasyan · 7 years ago
  6. c152281 [LLD][ELF] - Do not crash when parsing the -defsym option from a error state. by George Rimar · 7 years ago
  7. b048605 [ELF] Make TrapInstr and Filler byte arrays. NFC. by Simon Atanasyan · 7 years ago
  8. 4ec5d67 Handle OUTPUT_FORMAT arguments in quotation marks by Galina Kistanova · 7 years ago
  9. 92964e7 [PPC64] Handle powerpc64 in OUTPUT_FORMAT. by Sean Fertile · 7 years ago
  10. c8e9d2b [ELF] Handle elf32-littlearm in OUTPUT_FORMAT by Shoaib Meenai · 7 years ago
  11. ea8cd00 Add OUTPUT_FORMAT linker script directive support. by Rui Ueyama · 7 years ago
  12. 2e9d40d [lld] Add more complete support for the INCLUDE command. by Rui Ueyama · 7 years ago
  13. a46d08e [LLD][ELD] - Do not reject INFO output section type when used with a start address. by George Rimar · 7 years ago
  14. e262bb1 Add TARGET(foo) linker script directive. by Rui Ueyama · 7 years ago
  15. c60f85d [ELF] Use search paths for --version-script= by Fangrui Song · 7 years ago
  16. a500548 [ELF] - Add support for '||' and '&&' in linker scripts. by George Rimar · 7 years ago
  17. a582419 [ELF] - Implement linker script OVERLAYs. by George Rimar · 7 years ago
  18. d30a78b [ELF] - Eliminate the AssertCommand. by George Rimar · 7 years ago
  19. b72daf0 [ELF] Increase NextGroupId with --end-group by Fangrui Song · 7 years ago
  20. 1d92aa7 Add --warn-backrefs to maintain compatibility with other linkers by Rui Ueyama · 7 years ago
  21. e88b76a [ELF] - Reveal more information in -Map file about assignments. by George Rimar · 7 years ago
  22. fd11560 [ELF] - Linkerscript: support MIN and MAX. by George Rimar · 7 years ago
  23. aa92fca Fix linker script operator precedence. by Rui Ueyama · 8 years ago
  24. 84bcabc [ELF] - Show data and assignment commands in the map file. by George Rimar · 8 years ago
  25. 796684b4 [ELF] - Implement INSERT BEFORE. by George Rimar · 8 years ago
  26. 0984cfa [ELF] - Removed excessive lookup. NFC. by George Rimar · 8 years ago
  27. e3f198d [ELF] - Change consume()->expect() in INSERT AFTER parsing. by George Rimar · 8 years ago
  28. 9e2c8a9 [ELF] - Support "INSERT AFTER" statement. by George Rimar · 8 years ago
  29. 067617f Remove redundant casts. by Rui Ueyama · 8 years ago
  30. 7b91e21 [ELF] - Report location for div/mod by zero. by George Rimar · 8 years ago
  31. b068b03 [ELF] - Don't crash on broken MEMORY declaration. by George Rimar · 8 years ago
  32. c4df670 [ELF] - Do not remove empty sections that use symbols in expressions. by George Rimar · 8 years ago
  33. 39ba31f Add "%" operator to the linker script. by Rui Ueyama · 8 years ago
  34. 1d20222 Inline a trivial function. NFC. by Rui Ueyama · 8 years ago
  35. 97f4d15 [ELF] - Fix comment. NFC. by George Rimar · 8 years ago
  36. 1c08e9f [ELF] - Support COPY, INFO, OVERLAY output sections attributes. by George Rimar · 8 years ago
  37. 17324d8 Relax the grammar of the version script. by Rui Ueyama · 8 years ago
  38. 490f0a4 Remove MemRegionOffset. NFC. by Rafael Espindola · 8 years ago
  39. 5e9c776 Handle parsing AT(ADDR(.foo-bar)). by Rafael Espindola · 8 years ago
  40. fe148c8 Remove dead code. by Rui Ueyama · 8 years ago
  41. 5d01a8b [ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region by George Rimar · 8 years ago
  42. 63a4a98 Add a comment about subtracting two non abs symbols. NFC. by Rafael Espindola · 8 years ago
  43. c67d6b2 Simplify script lexer. by Rui Ueyama · 8 years ago
  44. 9cbb6dd Result of subtracting two symbols should be absolute. by Rafael Espindola · 8 years ago
  45. 2017d52 Move Memory.{h,cpp} to Common. by Rui Ueyama · 8 years ago
  46. 1de7847 [ELF] Fall back to search dirs for linker scripts specified with -T by Alexander Richardson · 8 years ago
  47. 8c7e8cc [ELF] Support expressions with -defsym option by Petr Hosek · 8 years ago
  48. 8c825db [ELF] - Linkerscript: fixed non-determinism when handling MEMORY. by George Rimar · 8 years ago
  49. b8a59c8 [lld] unified COFF and ELF error handling on new Common/ErrorHandler by Bob Haarman · 8 years ago
  50. f22ec9d [ELF] - Linkerscript: fix issue with SUBALIGN. by George Rimar · 8 years ago
  51. 4092016 Return early if it fails to parse a hex string. by Rui Ueyama · 8 years ago
  52. 722221f Swap parameters of getSymbolValue. by Rui Ueyama · 8 years ago
  53. f0403c6 Rename BytesDataCommand -> ByteCommand. by Rui Ueyama · 8 years ago
  54. 6b394ca Rename Commands -> SectionCommands. by Rui Ueyama · 8 years ago
  55. a323e2a Rename HasSections -> HasSectionsComand. by Rui Ueyama · 8 years ago
  56. ac27de9 Remove ScriptConfiguration class and move the members to LinkerScript class. by Rui Ueyama · 8 years ago
  57. 4fbe351 Remove a constructor from ExprValue. NFC. by Rui Ueyama · 8 years ago
  58. 0ae2c24 Use llvm::Optional instead of UINT_MAX to represent a null value. by Rui Ueyama · 8 years ago
  59. 617e2f9 Make ScriptParser::checkSection a non-member function. by Rui Ueyama · 8 years ago
  60. 9b18f50 Remove a trivial function. by Rui Ueyama · 8 years ago
  61. 23be5e8 Consider ForceAbsolute again in moveAbsRight. by Rafael Espindola · 8 years ago
  62. 01a4095 Consider only A.Sec in moveAbsRight. by Rafael Espindola · 8 years ago
  63. a6acd23 Align addresses, not offsets. by Rafael Espindola · 8 years ago
  64. 8016bdf Handle empty dynamic lists. by Rafael Espindola · 8 years ago
  65. d72d97b If --dynamic-list is given, only those symbols are preemptible. by Rafael Espindola · 8 years ago
  66. 5f37541 [ELF] - Linkerscript: implement REGION_ALIAS. by George Rimar · 8 years ago
  67. 0ff545c Revert "Revert "Revert r311468: If --dynamic-list is given, only those symbols are preemptible"" by Rafael Espindola · 8 years ago
  68. b7d0be5 Revert "Revert r311468: If --dynamic-list is given, only those symbols are preemptible" by Rafael Espindola · 8 years ago
  69. 0440be4 Detect linker script INCLUDE cycles. by Rui Ueyama · 8 years ago
  70. fd06b02 Add a comment. by Rui Ueyama · 8 years ago
  71. e158f7c Revert r311468: If --dynamic-list is given, only those symbols are preemptible by Rui Ueyama · 8 years ago
  72. 9cbbacb If --dynamic-list is given, only those symbols are preemptible by Rui Ueyama · 8 years ago
  73. 6f1d954 [ELF, LinkerScript] Support ! operator in linker script. by Hafiz Abid Qadeer · 8 years ago
  74. ce60808 [ELF] - Remove ScriptLexer::Error field and check ErrorCount instead. by George Rimar · 8 years ago
  75. 5fb1712 [ELF] - Do not segfault if linkerscript tries to access Target too early. by George Rimar · 8 years ago
  76. 60833f6 [ELF] - Do not crash when ALIGN/DATA_SEGMENT_ALIGN expression used with zero value. by George Rimar · 8 years ago
  77. 8c022ca Merge OutputSectionCommand and OutputSection. by Rafael Espindola · 8 years ago
  78. b0e6229 [ELF, LinkerScript] Memory region name parsing fix by Meador Inge · 8 years ago
  79. 039fb8c [ELF] Align the value if needed when computing the expression by Petr Hosek · 8 years ago
  80. 875ae82 Add the --chroot option for --reproduce. by Rui Ueyama · 8 years ago
  81. 1e77ad1 Move feature-specific functions out of Strings.cpp. by Rui Ueyama · 8 years ago
  82. 906e9a1 [ELF] Extract temporary state used in assignAddresses() by Peter Smith · 8 years ago
  83. 3271d37 Fix a bug in output section directive. by Rui Ueyama · 8 years ago
  84. fbb0463 [ELF] - Linkerscript: implement NOLOAD section type. by George Rimar · 8 years ago
  85. 41c7ab4 [ELF] - Linkerscript: improved error reporting. by George Rimar · 8 years ago
  86. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  87. 05c4f67 Move name lookup to script parsing time. by Rafael Espindola · 8 years ago
  88. 3c6de1a [ELF] Use late evaluation for ALIGN in expression by Petr Hosek · 8 years ago
  89. ab94768 [ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger(). by George Rimar · 8 years ago
  90. 91b95b6 Add memory ORIGIN and LENGTH expression support by Rui Ueyama · 8 years ago
  91. 8acbf1c Rename readOutputSectionFiller parseFill. by Rui Ueyama · 8 years ago
  92. 15732b7 Fix FILL linker script command. by Rui Ueyama · 8 years ago
  93. 040af7d Allow expressions in MEMORY command. by Rui Ueyama · 8 years ago
  94. a76349b [lld] Keep full library path in DT_NEEDED. by Evgeniy Stepanov · 8 years ago
  95. d512afe Revert "[lld] Keep full library path in DT_NEEDED." by Evgeniy Stepanov · 8 years ago
  96. 2c2dcae [lld] Keep full library path in DT_NEEDED. by Evgeniy Stepanov · 8 years ago
  97. b58079d4 Remove big-endianness from =<fillexp> code. by Rui Ueyama · 8 years ago
  98. 5c65088 Return Optional<uint64_t> from readInteger instead of returning just success/failure. by Rui Ueyama · 8 years ago
  99. b2fb84a Inline small functions that are used only once. by Rui Ueyama · 8 years ago
  100. 03fc8d1 Fix comments. by Rui Ueyama · 8 years ago