summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [ELF] - Fix variable name and mistype in comment. NFC.George Rimar2018-02-261-4/+4
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+2
* [WebAssembly] Remove dead code.Rui Ueyama2018-02-241-1/+0
* [WebAssembly] Remove dead code.Rui Ueyama2018-02-241-4/+0
* [WebAssebmly] Minor simplification. NFC.Rui Ueyama2018-02-241-5/+6
* Do not use `auto` for type that is not obvious in a local context.Rui Ueyama2018-02-241-2/+2
* [ELF] Fix IsPreemptible comment and typo. NFCFangrui Song2018-02-233-4/+4
* Remove dead code.Rui Ueyama2018-02-231-2/+0
* Inline printHelp.Rui Ueyama2018-02-231-5/+1
* Handle --version before handling --mllvm.Rui Ueyama2018-02-231-5/+6
* Inline a trivial ctor.Rui Ueyama2018-02-231-15/+9
* [ELF][MIPS] Set EI_ABIVERSION flag accordingly to MIPS ABIs requirementSimon Atanasyan2018-02-234-3/+37
* [ELF] - Do not remove empty output sections that are explicitly assigned to p...George Rimar2018-02-235-37/+25
* Recommit "[ELF] - Do not crash with --emit-relocs and --icf=all together."George Rimar2018-02-232-9/+39
* [ELF] - Revert r325877 "[ELF] - Do not crash with --emit-relocs and --icf=all...George Rimar2018-02-232-35/+0
* [ELF] - Do not crash with --emit-relocs and --icf=all together.George Rimar2018-02-232-0/+35
* [ELF] - Report error if removed empty output section declaration used undefin...George Rimar2018-02-232-0/+22
* [ELF] - Added testcase for testing visibility of weak_odr symbols.George Rimar2018-02-232-0/+46
* [ELF] - Add testcase documenting flags assigned when empty synthetic section ...George Rimar2018-02-231-0/+28
* ReleaseNotes: user lower-case for lld in the textHans Wennborg2018-02-231-3/+3
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-2326-853/+1897
* [WebAssembly] Move lambda declaration output of loop. NFC.Sam Clegg2018-02-231-22/+24
* [ELF] Add comment for preemptible and fix typo. NFCFangrui Song2018-02-234-7/+8
* Make undefined symbol in DSO to pull out object files from archive files.Rui Ueyama2018-02-232-2/+26
* Update lld documentation to mention PDB support.Zachary Turner2018-02-221-3/+2
* [ELF] - Rewrote outdated comment. NFC.George Rimar2018-02-221-2/+2
* [ELF] - Introduce getInputSections() helper.George Rimar2018-02-225-40/+27
* Revert r325679: [ELF] Add -nopie alias for -no-pie (PR36423)Rui Ueyama2018-02-212-4/+1
* [mips][lld] Address post commit review nit.Simon Dardis2018-02-211-3/+2
* [WebAssembly] Use make<> rather then make_unique<>. NFC.Sam Clegg2018-02-211-5/+4
* [WebAssembly] Rename member DefinedFunctions -> InputFunctions. NFC.Sam Clegg2018-02-211-16/+16
* [ELF] - Simplify. NFC.George Rimar2018-02-211-3/+1
* [ELF] Add -nopie alias for -no-pie (PR36423)Hans Wennborg2018-02-212-1/+4
* [ELF] - Simplify testcase. NFC.George Rimar2018-02-212-13/+10
* [WebAssembly] Use stable sort when sorting ctore functionsSam Clegg2018-02-211-4/+4
* [lit] Fix a problem with spaces in the python path by adding quotes around itAaron Smith2018-02-212-2/+2
* [mips][lld] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-205-8/+26
* [WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg2018-02-2010-93/+93
* Consistent use of header file for ICF and MarkLiveSam Clegg2018-02-2011-12/+80
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-2021-26/+5
* Use more early returns in SymbolTable.cpp.Rui Ueyama2018-02-201-33/+46
* [WebAssembly] Remove unused headerSam Clegg2018-02-201-1/+1
* [lld/LTO] Remove unused Path parameter to AddBufferFnTeresa Johnson2018-02-202-6/+7
* feedbackSam Clegg2018-02-201-15/+8
* [WebAssembly] Split addDefined into two different methods. NFC.Sam Clegg2018-02-203-42/+54
* [WebAssembly] Remove unused headerSam Clegg2018-02-202-2/+0
* [WebAssembly] Remove InputChunk from Symbol baseclassSam Clegg2018-02-202-36/+44
* [WebAssembly] Check signatures of weakly defined funtions tooSam Clegg2018-02-203-0/+26
OpenPOWER on IntegriCloud