- 1f958ed [LLD][ELF] - Support discarding the .dynamic section. by George Rimar · 7 years ago
- ad66766 [ELF] - Allow discarding .dynsym from the linker script. by George Rimar · 7 years ago
- 4af28e4 [LLD][ELF] - Support discarding .dynstr section. by George Rimar · 7 years ago
- 15b6c45 [ELF] Allow discarding of .rela.plt by Martell Malone · 7 years ago
- f3fad55 Remove `Type` parameter from SymbolTable::insert(). NFC. by Rui Ueyama · 7 years ago
- 4e24752 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 7 years ago
- 6556e6b ELF: Don't examine values of linker script symbols during ICF. by Peter Collingbourne · 7 years ago
- e0ff432 [ELF] - Remove dead code from LinkerScript::assignOffsets(). NFC-ihope. by George Rimar · 7 years ago
- 6fe3077 [LLD][ELF] - Simplify. NFC. by George Rimar · 7 years ago
- acf8cef [LLD] Do not overwrite LMAOffset of PT_LOAD header by George Rimar · 7 years ago
- add69e9 [LLD] Only increase LMARegion if different from MemRegion by George Rimar · 7 years ago
- 11479da lld: add experimental support for SHT_RELR sections. by Rui Ueyama · 7 years ago
- 732a1e5 [ELF] - Eliminate dead "if". NFC. by George Rimar · 7 years ago
- ccf0db9 [ELF] - Convert excessive dyn_cast -> cast. NFC. by George Rimar · 7 years ago
- 9b99abc [ELF] - Advance position in a memory region when change the Dot. by George Rimar · 7 years ago
- b427d4e [ELF] Don't create empty output section for unreferenced PROVIDEs by James Henderson · 7 years ago
- b75d19c Make ALIGN work with -r in linker scripts by Rui Ueyama · 7 years ago
- 40f46bc Delete unused variable. by Rafael Espindola · 7 years ago
- ab0cce5 Replace SharedSymbols with Defined when creating copy relocations. by Rafael Espindola · 7 years ago
- d30a78b [ELF] - Eliminate the AssertCommand. by George Rimar · 7 years ago
- 0029f21 [ELF] - Stop setting OutSecOff too early. by George Rimar · 7 years ago
- e88b76a [ELF] - Reveal more information in -Map file about assignments. by George Rimar · 7 years ago
- 4d2740c [ELF] - Cleanup. NFCI. by George Rimar · 7 years ago
- 9c2c938 Reduce code duplication a bit. by Rafael Espindola · 8 years ago
- f065390 Reduce code duplication a bit. NFC by Rafael Espindola · 8 years ago
- a6ce78e This is PR36799. by George Rimar · 8 years ago
- d828137 [ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allow doing custom layout for them. by George Rimar · 8 years ago
- 54634f1 [ELF] - Another fix for "LLD crashes with --emit-relocs when trying to proccess .eh_frame" by George Rimar · 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
- afbf90a [ELF] - Drop special flags for empty output sections. by George Rimar · 8 years ago
- 9e2c8a9 [ELF] - Support "INSERT AFTER" statement. by George Rimar · 8 years ago
- 301305f Use exact uint32_t for uint32_t ELF field. NFC. by Rui Ueyama · 8 years ago
- 527bfd7 [ELF] - Recommit r326892,r326893 "[ELF] - Report LMA region overflows." by George Rimar · 8 years ago
- 06846c2 [ELF] - Revert r326892, r326893. by George Rimar · 8 years ago
- 97e054e0 [ELF] - Report LMA region overflows. by George Rimar · 8 years ago
- 54baa5f [ELF] - Allow discarding .hash and .gnu.hash from linker script. by George Rimar · 8 years ago
- 162d436 [ELF] - Support moving location counter when MEMORY is used. by George Rimar · 8 years ago
- 97785af [ELF] - Report error when memory region is overflowed by data commands. by George Rimar · 8 years ago
- e75b42e Don't allocate a header bellow address 0. by Rafael Espindola · 8 years ago
- c4df670 [ELF] - Do not remove empty sections that use symbols in expressions. by George Rimar · 8 years ago
- 852bd5c Simplify removing empty output sections. by Rafael Espindola · 8 years ago
- 367bfce Simplify. NFC. by Rafael Espindola · 8 years ago
- ee17371 Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp. by Rui Ueyama · 8 years ago
- c844524 [ELF] Process linker scripts deeper when declaring symbols. by Igor Kudrin · 8 years ago
- 3f4c673 Put undefined symbols from shared libraries in the symbol table. by Rafael Espindola · 8 years ago
- 3345c9a [ELF] Create and export symbols provided by a linker script if they referenced by DSOs. by Igor Kudrin · 8 years ago
- 79c23ee Keep flags from phantom synthetic sections. by Rafael Espindola · 8 years ago
- ffac3ed [ELF] Fix IsPreemptible comment and typo. NFC by Fangrui Song · 8 years ago
- db1a062 [ELF] - Do not remove empty output sections that are explicitly assigned to phdr in script. by George Rimar · 8 years ago
- 3cdf0d9 [ELF] - Report error if removed empty output section declaration used undefined symbols. by George Rimar · 8 years ago
- 9cd5df0 [ELF] Add comment for preemptible and fix typo. NFC by Fangrui Song · 8 years ago
- 1c08e9f [ELF] - Support COPY, INFO, OVERLAY output sections attributes. by George Rimar · 8 years ago
- 27ae7ae [ELF] - Make defsym to work correctly with reserved symbols. by George Rimar · 8 years ago
- 22d5335 Sort orphan section if --symbol-ordering-file is given. by Rafael Espindola · 8 years ago
- c4ccfb5 [ELF] - Define linkerscript symbols early. by George Rimar · 8 years ago
- 4879864 Move LMAOffset from the OutputSection to the PhdrEntry. NFC. by Rafael Espindola · 8 years ago
- db9dd5b Improve LMARegion handling. by Rafael Espindola · 8 years ago
- 667ffcf Simplify. NFC. by Rafael Espindola · 8 years ago
- 490f0a4 Remove MemRegionOffset. NFC. by Rafael Espindola · 8 years ago
- 567175f Only lookup LMARegion once. NFC. by Rafael Espindola · 8 years ago
- 9e333e9 Use lookup instead of find. NFC, just simpler. by Rafael Espindola · 8 years ago
- 7570238 Fix incorrect physical address on self-referencing AT command. by Rafael Espindola · 8 years ago
- 5d01a8b [ELF] - Fix for ld.lld does not accept "AT" syntax for declaring LMA region by George Rimar · 8 years ago
- e168968 [ELF] Compress debug sections after assignAddresses and support custom layout by James Henderson · 8 years ago
- 6a97f80 Fix output section offset and contents when linker script uses memory region and data commands. by Rafael Espindola · 8 years ago
- 8d0efdd [ELF] Reset OutputSection size prior to processing linker script commands by James Henderson · 8 years ago
- 0ca350a [ELF] Change default output section type to SHT_NOBITS by Jake Ehrlich · 8 years ago
- 0ab9d8b Add an early return. by Rafael Espindola · 8 years ago
- 78e27e8 [ELF] - Produce relocation section name consistent with output section name when --emit-reloc used with linker script. by George Rimar · 8 years ago
- de38b3d Handle copy relocations in symbol assignments. by Rafael Espindola · 8 years ago
- 2017d52 Move Memory.{h,cpp} to Common. by Rui Ueyama · 8 years ago
- 8035523 [ELF] - Allow applying SHF_MERGE optimization for relocatable output. by George Rimar · 8 years ago
- bec3765 Remove IsLocal. by Rafael Espindola · 8 years ago
- e9a9e0a ELF: Merge DefinedRegular and Defined. by Peter Collingbourne · 8 years ago
- 5c4cb8a Inline a small function. by Rui Ueyama · 8 years ago
- aa8523e Move OutputSectionFactory to LinkerScript.cpp. NFC. by Rui Ueyama · 8 years ago
- f483da0 Rename replaceBody -> replaceSymbol. by Rui Ueyama · 8 years ago
- f52496e Rename SymbolBody -> Symbol by Rui Ueyama · 8 years ago
- 1b45d37 [ELF] - Cleanup of processSectionCommands(). by George Rimar · 8 years ago
- f1f0084 Merge SymbolBody and Symbol into one class, SymbolBody. by Rui Ueyama · 8 years ago
- f9b04fd [ELF] - Simplify output section creation. by George Rimar · 8 years ago
- 96b1157 [ELF] - Simplify reporting of garbage collected sections. by George Rimar · 8 years ago
- 8e38ea8 Unassign sections if they are "assigned" to /DISCARD/. by Rui Ueyama · 8 years ago
- 9814d15 [ELF] - Implement --orphan-handling option. by George Rimar · 8 years ago
- 089dac7 Make Ctx a plain pointer again. by Rafael Espindola · 8 years ago
- 849d499 Don't call buildSectionOrder multiple times. by Rafael Espindola · 8 years ago
- 3558e24 Remove unused argument. by Rafael Espindola · 8 years ago
- 4f5c8c2 [lld] Move Threads to Common by Bob Haarman · 8 years ago
- 26fa916 [ELF] - Do not set output section flags except SHF_{ALLOC,WRITE,EXECINSTR}. by George Rimar · 8 years ago
- 7ad1e31 Split LinkerScript::computeInputSections into two functions. by Rui Ueyama · 8 years ago
- 722221f Swap parameters of getSymbolValue. by Rui Ueyama · 8 years ago
- f573350 Do not handle DefinedCommon in linker scripts. by Rui Ueyama · 8 years ago
- f0403c6 Rename BytesDataCommand -> ByteCommand. by Rui Ueyama · 8 years ago
- 2f4c121 Inline LinkerScript::process. by Rui Ueyama · 8 years ago
- 355a8dd Split a loop into two to make it clear that it did two different things. by Rui Ueyama · 8 years ago
- 0543343 Use more precise type. by Rui Ueyama · 8 years ago
- 187b67a Remove a static local varaible. by Rui Ueyama · 8 years ago
- 1f4d7b5 Avoid a pointer to a pointer to an input section. by Rui Ueyama · 8 years ago
- ec5c4ad Add comment. by Rui Ueyama · 8 years ago