summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Out::Pool and use make() instead.Rui Ueyama2016-11-011-7/+7
* Convert BuildIdSection to input sectionEugene Leviant2016-11-011-90/+0
* Delete trivial getters. NFC.Rafael Espindola2016-10-261-9/+8
* Read section headers upfront.Rafael Espindola2016-10-261-1/+1
* Delete getSectionHdr.Rafael Espindola2016-10-251-9/+8
* [ELF] Add sh_link field to .ARM.exidx sections for relocatable linksPeter Smith2016-10-211-3/+15
* [ELF][MIPS] Put local GOT entries accessed via a 16-bit index firstSimon Atanasyan2016-10-211-2/+12
* [ELF][MIPS] Use getMipsLocalEntriesNum() everywhere we need number of `local`...Simon Atanasyan2016-10-201-3/+2
* [ELF][MIPS] Separate calculation of MIPS GOT index and offset of the correspo...Simon Atanasyan2016-10-201-7/+12
* Compact SectionPiece.Rafael Espindola2016-10-201-4/+8
* [ELF] - Partial support of --gdb-index command line option (Part 1).George Rimar2016-10-201-0/+50
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-5/+3
* Fix narrowing conversion error in 32-bit MSVC buildsReid Kleckner2016-10-201-1/+1
* Fix build failure.Rui Ueyama2016-10-201-1/+1
* [ELF] Replace std::pair with a struct so we have proper names. NFC.Michael J. Spencer2016-10-191-32/+29
* [ELF] Add `const` qualifier to functions. NFCSimon Atanasyan2016-10-191-1/+1
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-2/+2
* Move a utility function to Strings.cpp.Rui Ueyama2016-10-131-5/+1
* [ELF][ARM] Initial implentation of ARM exceptions supportPeter Smith2016-10-101-0/+3
* Store the hash in SectionPiece.Rafael Espindola2016-10-051-2/+4
* Compact SectionPiece.Rafael Espindola2016-10-051-2/+2
* Remove redundant check. NFC.Rafael Espindola2016-10-051-3/+1
* [ELF] Do not merge sections in case of relocatable object generationSimon Atanasyan2016-10-051-1/+9
* Update for llvm change.Rafael Espindola2016-10-041-9/+3
* [ELF][MIPS] Set GP0 value to zero in case of relocatable object generationSimon Atanasyan2016-09-291-2/+8
* [ELF][MIPS] Setup STO_MIPS_PIC flag for PIC symbols when generate a relocatab...Simon Atanasyan2016-09-291-7/+13
* Use xxhash for fast --build-id.Rafael Espindola2016-09-271-50/+4
* [ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.George Rimar2016-09-261-0/+3
* [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.George Rimar2016-09-151-13/+0
* Use murmurhash2 instead of fnv.Rafael Espindola2016-09-141-11/+54
* Simplify InputFile ownership management.Rui Ueyama2016-09-141-4/+2
* Enable merging of SHF_MERGE sections with linker scripts.Rafael Espindola2016-09-131-5/+20
* Turn createKey into a static helper. NFC.Rafael Espindola2016-09-131-18/+18
* Define writeUint and use it. NFC.Rui Ueyama2016-09-081-10/+13
* Compute section names only once.Rafael Espindola2016-09-081-4/+4
* Pack InputSectionData from 72 to 64 bytes. NFC.Rafael Espindola2016-09-081-1/+1
* [ELF][MIPS] Fix initialization of TLS-related GOT entriesSimon Atanasyan2016-09-081-2/+29
* [ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targetsSimon Atanasyan2016-09-041-3/+8
* [ELF] - Fix for: bug 30237 - lld does not implement -f optionGeorge Rimar2016-09-021-0/+2
* [ELF] Do not omit debug sections when computing build-idPetr Hosek2016-09-011-14/+10
* Eliminate LayoutInputSection classEugene Leviant2016-09-011-2/+0
* Delete DefinedBitcode.Rafael Espindola2016-08-311-2/+0
* Add DT_REL(A)COUNT tag to .dynamic sectionEugene Leviant2016-08-311-0/+11
* [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.George Rimar2016-08-311-1/+1
* Implement support for --build-id=uuid switchEugene Leviant2016-08-261-1/+12
* [ELF] - Fix for PR28976 - Corrupted section contents when using linker scriptsGeorge Rimar2016-08-191-1/+1
* [ELF] - Linkerscript: set correct dynamic tag entries values when LS is used.George Rimar2016-08-191-3/+6
* [ELF] - Do not change binding of symbols when creating relocatable output.George Rimar2016-08-191-0/+2
* [ELF][MIPS] Support .MIPS.abiflags sectionSimon Atanasyan2016-08-121-0/+48
* Simplify output section ownership management.Rui Ueyama2016-08-121-1/+1
OpenPOWER on IntegriCloud