| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ELF] - Support "INSERT AFTER" statement. | George Rimar | 2018-03-08 | 1 | -1/+12 |
* | Remove redundant casts. | Rui Ueyama | 2018-03-05 | 1 | -2/+2 |
* | [ELF] - Report location for div/mod by zero. | George Rimar | 2018-03-05 | 1 | -19/+20 |
* | [ELF] - Don't crash on broken MEMORY declaration. | George Rimar | 2018-03-01 | 1 | -3/+7 |
* | [ELF] - Do not remove empty sections that use symbols in expressions. | George Rimar | 2018-03-01 | 1 | -0/+4 |
* | Add "%" operator to the linker script. | Rui Ueyama | 2018-02-28 | 1 | -1/+10 |
* | Inline a trivial function. NFC. | Rui Ueyama | 2018-02-28 | 1 | -5/+1 |
* | [ELF] - Fix comment. NFC. | George Rimar | 2018-02-16 | 1 | -1/+1 |
* | [ELF] - Support COPY, INFO, OVERLAY output sections attributes. | George Rimar | 2018-02-16 | 1 | -4/+11 |
* | Relax the grammar of the version script. | Rui Ueyama | 2018-02-01 | 1 | -0/+5 |
* | Remove MemRegionOffset. NFC. | Rafael Espindola | 2018-01-25 | 1 | -2/+2 |
* | Handle parsing AT(ADDR(.foo-bar)). | Rafael Espindola | 2018-01-18 | 1 | -0/+3 |
* | Remove dead code. | Rui Ueyama | 2018-01-14 | 1 | -7/+0 |
* | [ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region | George Rimar | 2018-01-12 | 1 | -0/+8 |
* | Add a comment about subtracting two non abs symbols. NFC. | Rafael Espindola | 2017-12-26 | 1 | -0/+1 |
* | Simplify script lexer. | Rui Ueyama | 2017-12-26 | 1 | -2/+0 |
* | Result of subtracting two symbols should be absolute. | Rafael Espindola | 2017-12-22 | 1 | -0/+2 |
* | Move Memory.{h,cpp} to Common. | Rui Ueyama | 2017-11-28 | 1 | -1/+1 |
* | [ELF] Fall back to search dirs for linker scripts specified with -T | Alexander Richardson | 2017-11-20 | 1 | -10/+2 |
* | [ELF] Support expressions with -defsym option | Petr Hosek | 2017-11-04 | 1 | -0/+13 |
* | [ELF] - Linkerscript: fixed non-determinism when handling MEMORY. | George Rimar | 2017-11-03 | 1 | -1/+1 |
* | [lld] unified COFF and ELF error handling on new Common/ErrorHandler | Bob Haarman | 2017-10-25 | 1 | -18/+18 |
* | [ELF] - Linkerscript: fix issue with SUBALIGN. | George Rimar | 2017-10-25 | 1 | -8/+20 |
* | Return early if it fails to parse a hex string. | Rui Ueyama | 2017-10-11 | 1 | -2/+8 |
* | Swap parameters of getSymbolValue. | Rui Ueyama | 2017-10-11 | 1 | -3/+3 |
* | Rename BytesDataCommand -> ByteCommand. | Rui Ueyama | 2017-10-11 | 1 | -5/+4 |
* | Rename Commands -> SectionCommands. | Rui Ueyama | 2017-10-11 | 1 | -7/+7 |
* | Rename HasSections -> HasSectionsComand. | Rui Ueyama | 2017-10-11 | 1 | -1/+1 |
* | Remove ScriptConfiguration class and move the members to LinkerScript class. | Rui Ueyama | 2017-10-11 | 1 | -16/+16 |
* | Remove a constructor from ExprValue. NFC. | Rui Ueyama | 2017-10-11 | 1 | -4/+4 |
* | Use llvm::Optional instead of UINT_MAX to represent a null value. | Rui Ueyama | 2017-10-08 | 1 | -9/+10 |
* | Make ScriptParser::checkSection a non-member function. | Rui Ueyama | 2017-10-08 | 1 | -7/+11 |
* | Remove a trivial function. | Rui Ueyama | 2017-10-08 | 1 | -1/+1 |
* | Consider ForceAbsolute again in moveAbsRight. | Rafael Espindola | 2017-09-20 | 1 | -1/+1 |
* | Consider only A.Sec in moveAbsRight. | Rafael Espindola | 2017-09-20 | 1 | -1/+1 |
* | Align addresses, not offsets. | Rafael Espindola | 2017-09-12 | 1 | -4/+2 |
* | Handle empty dynamic lists. | Rafael Espindola | 2017-09-08 | 1 | -0/+1 |
* | If --dynamic-list is given, only those symbols are preemptible. | Rafael Espindola | 2017-09-08 | 1 | -2/+15 |
* | [ELF] - Linkerscript: implement REGION_ALIAS. | George Rimar | 2017-09-08 | 1 | -7/+24 |
* | Revert "Revert "Revert r311468: If --dynamic-list is given, only those symbol... | Rafael Espindola | 2017-09-08 | 1 | -15/+2 |
* | Revert "Revert r311468: If --dynamic-list is given, only those symbols are pr... | Rafael Espindola | 2017-09-07 | 1 | -2/+15 |
* | Detect linker script INCLUDE cycles. | Rui Ueyama | 2017-09-06 | 1 | -0/+9 |
* | Add a comment. | Rui Ueyama | 2017-09-06 | 1 | -0/+1 |
* | Revert r311468: If --dynamic-list is given, only those symbols are preemptible | Rui Ueyama | 2017-08-22 | 1 | -15/+2 |
* | If --dynamic-list is given, only those symbols are preemptible | Rui Ueyama | 2017-08-22 | 1 | -2/+15 |
* | [ELF, LinkerScript] Support ! operator in linker script. | Hafiz Abid Qadeer | 2017-08-10 | 1 | -0/+4 |
* | [ELF] - Remove ScriptLexer::Error field and check ErrorCount instead. | George Rimar | 2017-08-04 | 1 | -18/+18 |
* | [ELF] - Do not segfault if linkerscript tries to access Target too early. | George Rimar | 2017-08-03 | 1 | -10/+22 |
* | [ELF] - Do not crash when ALIGN/DATA_SEGMENT_ALIGN expression used with zero ... | George Rimar | 2017-07-28 | 1 | -3/+7 |
* | Merge OutputSectionCommand and OutputSection. | Rafael Espindola | 2017-07-27 | 1 | -18/+14 |