aboutsummaryrefslogtreecommitdiff
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Don't emit names for data segments that we omitSam Clegg2020-12-092-3/+7
* [lld/mac] Use xxhash instead of MD5 for computing the UUIDNico Weber2020-12-091-15/+21
* [ELF] Rename --[no-]lto-new-pass-manager to --[no-]lto-legacy-pass-managerFangrui Song2020-12-094-15/+15
* Rename -plugin-opt=no-new-pass-manager to -plugin-opt=legacy-pass-managerFangrui Song2020-12-092-2/+2
* Avoid a possible one-byte OOB read off of .drectve sectionsReid Kleckner2020-12-091-2/+4
* [LLD][gold] Add -plugin-opt=no-new-pass-managerFangrui Song2020-12-092-0/+3
* [WebAssembly] Add support for named data sections in wasm binariesSam Clegg2020-12-0911-5/+66
* [ELF] Reorganize "is only supported on" tests and fix some diagnosticsFangrui Song2020-12-094-26/+16
* [COFF][LTO][NPM] Use NPM for LTO with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGERArthur Eubanks2020-12-091-1/+2
* [LLD][ELF] Fix typo in relocation-model-pic.llYvan Roux2020-12-091-1/+1
* [ELF][LTO][NPM] Use NPM with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGERArthur Eubanks2020-12-081-2/+4
* [lld-macho] Support parsing of bitcode within archivesJez Ng2020-12-084-5/+77
* [lld-macho][nfc] Move some methods from InputFile to ObjFileJez Ng2020-12-084-37/+34
* [LLD] Search archives for symbol defs to override COMMON symbols.Sean Fertile2020-12-079-0/+326
* [lld/mac] Make X86_64::getImplicitAddend not do heap allocationsNico Weber2020-12-071-3/+2
* [lld] Delete unused declarationsFangrui Song2020-12-064-8/+0
* [ELF] Fix relocation-model.llFangrui Song2020-12-044-60/+44
* [lld][WebAssembly] Add suppport for PIC + passive data initializationSam Clegg2020-12-045-15/+89
* [RISCV] Add support for printing pcrel immediates as absolute addresses in ll...Craig Topper2020-12-043-19/+26
* fix typos to cycle botsNico Weber2020-12-041-2/+2
* [mac/lld] Add support for the LC_LINKER_OPTION load command in o filesNico Weber2020-12-044-20/+121
* [mac/lld] Run tests with -fatal_warnings by defaultNico Weber2020-12-034-11/+13
* [lld][WebAssembly] Set memory limits correctly for PIC + shared memorySam Clegg2020-12-033-16/+25
* [WebAssembly] Fixed Writer::createInitMemoryFunction to work for wasm64Wouter van Oortmerssen2020-12-035-23/+39
* try more to fix t.s on Windows after 7cb0a373d1Nico Weber2020-12-031-1/+1
* try to fix t.s on Windows after 7cb0a373d1Nico Weber2020-12-031-1/+1
* [mac/lld] Implement -tNico Weber2020-12-037-13/+70
* [lld][WebAssembly] Fix malformed output with -pie + --shared-memorySam Clegg2020-12-034-9/+14
* Reland "[mac/lld] Implement -why_load".Nico Weber2020-12-037-2/+109
* Revert "[mac/lld] Implement -why_load"Nico Weber2020-12-027-104/+2
* [mac/lld] Implement -why_loadNico Weber2020-12-027-2/+104
* [test] Make verify-invalid.ll work with legacy and new PMsArthur Eubanks2020-12-022-9/+17
* [mac/lld] Make --reproduce work with thin archivesNico Weber2020-12-023-0/+30
* [LLD][ELF] - Don't keep empty output sections which have explicit program hea...Georgii Rymar2020-12-024-48/+38
* [mac/lld] Include archive name in diagnosticsNico Weber2020-12-017-32/+64
* [lld-macho] Add dependency to DebugInfoDWARFHeejin Ahn2020-12-011-0/+1
* [mac/lld] fix typo in 07ab597bb0356c that broke test on WindowsNico Weber2020-12-011-1/+1
* fix typos to cycle botsNico Weber2020-12-012-2/+2
* [lld] Use -1 as tombstone value for discarded code rangesEric Leese2020-12-016-14/+40
* [WebAssembly] Rename --lto-no-new-pass-manager to --no-lto-new-pass-managerFangrui Song2020-12-013-6/+8
* [lld/mac] Fix issues around thin archivesNico Weber2020-12-015-30/+80
* [lld-macho] Add isCodeSection()Jez Ng2020-12-014-3/+29
* [lld-macho] Flesh out STABS implementationJez Ng2020-12-015-75/+142
* [lld-macho] Add archive name and file modtime to STABS outputJez Ng2020-12-018-27/+85
* [lld-macho] Emit empty string as first entry of string tableJez Ng2020-12-012-13/+17
* [lld-macho] Emit local symbols in symtab; record metadata in LC_DYSYMTABJez Ng2020-12-017-60/+173
* [lld-macho] Emit STABS symbols for debugging, and drop debug sectionsJez Ng2020-12-0111-8/+383
* [lld][WebAssembly] Feedback from D92038. NFCSam Clegg2020-12-012-2/+5
* [lld-macho] Extend PIE option handlingJez Ng2020-12-013-5/+30
* Revert "[FastISel] Flush local value map on ever instruction" and dependent p...David Blaikie2020-12-011-1/+1