summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-101-2/+11
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-231-1/+6
* [ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2020-01-141-1/+1
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-131-21/+25
* [lld] Fix -Wrange-loop-analysis warningsFangrui Song2020-01-011-4/+1
* Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355aeRui Ueyama2019-12-131-44/+11
* temporaryRui Ueyama2019-12-131-11/+44
* [ELF][AArch64] Rename --force-bti to -z force-bti and --pac-plt to -z pac-pltFangrui Song2019-12-111-14/+15
* [ELF] Move a computeIsPreemptible() pass into ICF. NFCFangrui Song2019-12-101-5/+0
* [ELF] --icf: do not fold preemptible symbolsFangrui Song2019-12-101-0/+5
* [ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()Fangrui Song2019-11-261-10/+9
* [ELF] Delete unused Configuration::zExecstack after D56554Fangrui Song2019-11-251-1/+0
* [ELF] Error if -Ttext-segment is specifiedFangrui Song2019-11-211-0/+8
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-4/+4
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-3/+6
* Keep symbols passed by -init and -finiRui Ueyama2019-11-081-0/+6
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-291-0/+2
* [ELF] Delete redundant comment after D56554. NFCFangrui Song2019-10-291-1/+0
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-291-0/+16
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-1/+1
* [LLD][ELF] Fix stale comments about doing ICFRussell Gallop2019-10-101-2/+3
* Report error if -export-dynamic is used with -rRui Ueyama2019-10-081-0/+2
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-6/+8
* [ELF] Add -z separate-loadable-segments to complement separate-code and nosep...Fangrui Song2019-09-251-6/+20
* [ELF] accept thinlto options without --plugin-opt= prefixBob Haarman2019-09-251-10/+14
* [ELF] Make MergeInputSection merging aware of output sectionsFangrui Song2019-09-241-3/+11
* [mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulationsSimon Atanasyan2019-09-231-1/+2
* [lld] Update lld driver to use new LTO APIs to handle libcall symbolsSteven Wu2019-09-161-7/+2
* [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith2019-09-161-0/+4
* [ELF] Fix a common-page-size typoFangrui Song2019-09-121-1/+1
* [ELF] Support -z undefsFangrui Song2019-09-121-1/+3
* Reland D66717 [ELF] Do not ICF two sections with different output sections (b...Fangrui Song2019-09-061-0/+5
* Revert "Revert r370635, it caused PR43241."Fangrui Song2019-09-061-0/+20
* Revert r370635, it caused PR43241.Nico Weber2019-09-061-20/+0
* [ELF] Do not ICF two sections with different output sections (by SECTIONS com...Fangrui Song2019-09-021-0/+20
* [ELF] Error if --strip-all and --emit-relocs are used togetherFangrui Song2019-08-261-0/+3
* [ELF] Replace local variable hasExportDynamic with config->exportDynamic. NFCFangrui Song2019-08-171-5/+2
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-1/+1
* [ELF] Consistently prioritize non-* wildcards overs "*" in version scriptsFangrui Song2019-08-051-3/+9
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-0/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+0
* [ELF] Add -z separate-code and pad the last page of last PF_X PT_LOAD with tr...Fangrui Song2019-08-011-3/+5
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-171-0/+2
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-9/+9
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-4/+4
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-12/+12
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-894/+894
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-091-6/+7
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* [ELF] Error on archive with missing indexSam Clegg2019-07-031-1/+3
OpenPOWER on IntegriCloud