summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Do not handle -strip in a special way. NFC.Rui Ueyama2017-02-252-10/+12
* Factor out code to parse -hash-style.Rui Ueyama2017-02-252-12/+14
* Rename OMagic -> Omagic for consistency.Rui Ueyama2017-02-253-4/+4
* Factor out code to parse -L and -rpath.Rui Ueyama2017-02-251-9/+16
* Sort options. NFC.Rui Ueyama2017-02-251-53/+51
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-6/+6
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Use uint64_t instead of uintX_t where the larger type just works.Rui Ueyama2017-02-242-9/+7
* Mention FreeBSD ports status and wordsmithing.Rui Ueyama2017-02-241-8/+12
* Fix errors in the benchmark result.Rui Ueyama2017-02-241-4/+4
* Merge OutputSectionBase and OutputSection. NFC.Rafael Espindola2017-02-2420-317/+271
* Delete trivial setter.Rafael Espindola2017-02-242-2/+1
* Delete trivial getter.Rafael Espindola2017-02-244-25/+22
* Delete unused enum values.Rafael Espindola2017-02-241-2/+0
* Remove unnecessary template. NFC.Rafael Espindola2017-02-241-6/+5
* Expand a comment. NFC.Rafael Espindola2017-02-241-1/+4
* [ELF] - Implemented --no-dynamic-linker optionGeorge Rimar2017-02-243-3/+23
* Add notes about the scope of the documents.Rui Ueyama2017-02-245-0/+15
* Re-add ReleaseNotes to the doc tree.Rui Ueyama2017-02-241-0/+1
* Reorganize the document structure a bit.Rui Ueyama2017-02-244-17/+1
* [ELF] Make __ehdr_start point to ELF file headersPetr Hosek2017-02-242-7/+21
* Revert "[ELF] Make __ehdr_start point to ELF file headers"Petr Hosek2017-02-242-20/+6
* [ELF] Make __ehdr_start point to ELF file headersPetr Hosek2017-02-242-6/+20
* Add documents to a doctree.Rui Ueyama2017-02-241-0/+6
* Attempt to fix lld-sphinx-docs bot.Rui Ueyama2017-02-241-2/+2
* Update the main document of LLD for those who are not familiar with the project.Rui Ueyama2017-02-241-15/+127
* [COFF] added test for thinltoBob Haarman2017-02-231-0/+18
* Convert EhOutputSection to be a synthetic section.Rafael Espindola2017-02-239-278/+282
* Make InputSection a class. NFC.Rafael Espindola2017-02-2323-186/+196
* Add a test showing that nocopyreloc is only about copy relocs.Rafael Espindola2017-02-231-0/+3
* Always add PT_GNU_STACK.Rui Ueyama2017-02-232-21/+31
* [ELF] - Refactoring of LMA offset handling code. NFC.George Rimar2017-02-232-6/+7
* Slightly improve an error message.Rui Ueyama2017-02-232-2/+3
* Add a comment about .note.GNU-split-stack.Rui Ueyama2017-02-231-0/+4
* Update comment: .note.GNU-stack is added by default today.Rui Ueyama2017-02-231-3/+4
* Update a comment about .note.GNU-stack.Rui Ueyama2017-02-231-4/+12
* Use isa<MergeInputSection> to check if a section is a merge section.Rui Ueyama2017-02-231-1/+1
* [ELF] Ignore R_*_NONE relocs when relocating non-alloc sectionsPetr Hosek2017-02-236-7/+31
* Add another missing instantiation.Rafael Espindola2017-02-231-0/+5
* Add missing template instantiations.Rafael Espindola2017-02-231-0/+10
* Use uint64_t instead of ELFT*::uint.Rui Ueyama2017-02-232-14/+8
* s/Mac/macOS/ because that's now the official name of the OS.Rui Ueyama2017-02-231-1/+1
* Trying to fix the windows build.Rafael Espindola2017-02-231-2/+2
* Merge InputSectionData and InputSectionBase.Rafael Espindola2017-02-2313-96/+80
* Convert InputSectionBase to a class.Rafael Espindola2017-02-2328-366/+385
* Fix /msvclto.Rui Ueyama2017-02-234-42/+51
* Reduce templating a bit. NFC.Rafael Espindola2017-02-233-6/+5
* ELF: Simplify the thinlto.ll test and verify that importing is working correc...Peter Collingbourne2017-02-221-5/+4
* Add a comment about thread safety.Rui Ueyama2017-02-221-0/+4
* [ELF] - Addressed post commit review comments for D30187George Rimar2017-02-221-3/+3
OpenPOWER on IntegriCloud