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