aboutsummaryrefslogtreecommitdiff
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [lld] Delete unused includes. NFCFangrui Song2021-04-191-6/+0
* fix comment typo to cycle botsNico Weber2021-04-191-1/+1
* [ELF] --wrap: don't clear sym->isUsedInRegularObj if real->isUsedInRegularObj...Fangrui Song2021-04-174-11/+35
* [ELF] Simplify R_386_TLS_GD computation. NFCFangrui Song2021-04-161-1/+1
* [lld] Canonicalize HAVE_LIBXARJez Ng2021-04-161-0/+1
* [lld-macho] Add separator to error messageJez Ng2021-04-161-1/+2
* [lld-macho] Initial groundwork for -bitcode_bundleJez Ng2021-04-1614-2/+144
* [ELF] Default to -z start-stop-gc with a glibc "__libc_" special caseFangrui Song2021-04-167-14/+33
* [lld] Fix test crashing when AVR target is missingLemonBoy2021-04-161-0/+2
* [LLD][ELF][AVR] Propagate ELF flags to the linked imageLemonBoy2021-04-162-0/+41
* [lld-macho] Don't use arrays as template parametersJez Ng2021-04-153-14/+17
* [lld-macho] Make load relaxation work for arm64_32Jez Ng2021-04-152-2/+51
* [lld-macho] Add 32-bit compact unwind supportJez Ng2021-04-156-98/+130
* [lld-macho] Add support for arm64_32Jez Ng2021-04-1516-227/+544
* [lld-macho] Re-root absolute input file paths if -syslibroot is specifiedJez Ng2021-04-153-17/+99
* [lld-macho] LTO: Unset VisibleToRegularObj where possibleJez Ng2021-04-156-25/+119
* Fix bug in .eh_frame/.debug_frame PC offset calculation for DW_EH_PE_pcrelAlex Orlov2021-04-151-3/+3
* fix typo to cycle botsNico Weber2021-04-141-1/+1
* fix typo to cycle botsNico Weber2021-04-141-1/+1
* [COFF] Simplify ICF associated comdat handlingReid Kleckner2021-04-144-5/+119
* [NFC] Fix unused variable warning.Bogdan Graur2021-04-141-0/+1
* [LLD] Implement /guard:[no]ehcontPengfei Wang2021-04-1416-32/+315
* Fix resolution-err.llStella Stamenova2021-04-131-1/+1
* [lld-macho] rm old test directory for segments.sJez Ng2021-04-131-0/+1
* Revert "[lld-macho] Add support for arm64_32" and other stacked diffsJez Ng2021-04-1322-723/+324
* [lld-macho] arm64_32 executables are always PIEJez Ng2021-04-131-2/+5
* [lld-macho] Make load relaxation work for arm64_32Jez Ng2021-04-132-2/+51
* [lld-macho] Have toString() emit full path to archive filesJez Ng2021-04-134-31/+29
* [lld-macho] Add 32-bit compact unwind supportJez Ng2021-04-136-98/+130
* [lld-macho] Add support for arm64_32Jez Ng2021-04-1316-226/+544
* [lld-macho][nfc] Convert tabs to spacesJez Ng2021-04-1115-71/+71
* [lld-macho][nfc] Remove DYSYM8 reloc attributeJez Ng2021-04-094-13/+8
* [lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right or...Alex Orlov2021-04-096-6/+6
* [lld-macho][nfc] Use varargs form of hasArg()Jez Ng2021-04-081-3/+2
* [lld-macho] Support -add_ast_pathJez Ng2021-04-085-7/+25
* [lld-macho][nfc] Extend abs-symbol.s to test for local absolute symbolsJez Ng2021-04-081-3/+2
* [lld-macho] Support --thinlto-jobsJez Ng2021-04-085-3/+49
* [lld-macho] Parallelize __LINKEDIT generationJez Ng2021-04-072-21/+21
* [lld-macho] Make time-trace* options more permissive.Vy Nguyen2021-04-072-9/+11
* [lld-macho][nfc] Minor refactoring + clang-tidy fixesVy Nguyen2021-04-071-17/+22
* [lld-macho] Sibling N_SO symbols must have the empty stringJez Ng2021-04-073-48/+53
* [lld-macho][nfc] Add test for ARM64 stubsJez Ng2021-04-071-0/+55
* [lld-macho] Symbol::value should always be uint64_tJez Ng2021-04-063-3/+4
* [lld-macho] Fix & refactor symbol size calculationsJez Ng2021-04-065-98/+117
* [lld-macho][nfc] Remove HelpHidden from aliases to implemented flagsJez Ng2021-04-063-6/+2
* [lld-macho][nfc] Rename some testsJez Ng2021-04-064-0/+0
* [lld-macho] clang-format cleanupJez Ng2021-04-065-9/+7
* [lld-macho] Rename SubsectionMapping to SubsectionMapJez Ng2021-04-063-27/+25
* [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan2021-04-062-3/+3
* [lld][WebAssembly] Rewrite exports test in assembly. NFCSam Clegg2021-04-052-59/+60