summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Convert StringTableSection to input sectionEugene Leviant2016-11-141-53/+23
* [ELF] Convert .got section to input sectionEugene Leviant2016-11-111-279/+5
* Parse relocations only once.Rafael Espindola2016-11-101-5/+4
* [ELF] Convert .got.plt section to input sectionEugene Leviant2016-11-101-35/+5
* [ELF] - Implemented --symbol-ordering-file option.George Rimar2016-11-101-10/+17
* Make OutputSectionBase a class instead of class template.Rafael Espindola2016-11-091-40/+38
* Split OutputSection ctor. NFC.Rui Ueyama2016-11-091-11/+18
* [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input sectionSimon Atanasyan2016-11-091-48/+2
* [ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...Simon Atanasyan2016-11-091-74/+5
* Split Header into individual fields.Rafael Espindola2016-11-091-110/+113
* Store the size the same way as any other OutputSection. NFC.Rafael Espindola2016-11-081-4/+7
* [ELF] Use the SystemV hash in libObject instead of rolling our own.Davide Italiano2016-11-071-14/+2
* Rewrite CommonInputSection as a synthetic input section.Rui Ueyama2016-11-051-1/+2
* Revert r285968: Always use parallel_for_each because it falls back to std::fo...Rui Ueyama2016-11-041-2/+7
* Always use parallel_for_each because it falls back to std::for_each.Rui Ueyama2016-11-031-7/+2
* Now that the ELFFile constructor does nothing, create it when needed.Rafael Espindola2016-11-031-1/+1
* Update for llvm change.Rafael Espindola2016-11-031-2/+2
* Convert Out::InterpSection to In::InterpSection.Rui Ueyama2016-11-021-16/+0
* Add strings to .dynstr early.Rui Ueyama2016-11-021-36/+39
* 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
OpenPOWER on IntegriCloud