summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead variable.Rui Ueyama2016-05-211-2/+1
* Split EHOutputSection<ELFT>::addSectionAux. NFC.Rui Ueyama2016-05-211-12/+20
* Swap the arguments of writeAlignedCieOrFde. NFC.Rui Ueyama2016-05-211-7/+7
* Simplify. NFC.Rui Ueyama2016-05-201-2/+2
* Drop vestigial support for UseLazyBinding=false.Rafael Espindola2016-05-181-11/+6
* Support --build-id=0x<hexstring>.Rui Ueyama2016-05-131-0/+15
* [ELF] - Fixed failture of mips-64-got.s on x32 configuration.George Rimar2016-05-111-1/+1
* [ELF] - Implemented -z combrelocs/nocombreloc.George Rimar2016-05-101-2/+19
* Use the new type for StringTableBuilder::getMap.Rui Ueyama2016-05-061-2/+2
* ELF: Do not use -1 to mark pieces of merge sections as being tail merged.Peter Collingbourne2016-05-051-2/+2
* [ELF][MIPS] Read/write .MIPS.options sectionSimon Atanasyan2016-05-041-0/+33
* ELF: Forbid all relative relocations to absolute symbols in PIC, except for w...Peter Collingbourne2016-05-031-1/+1
* Pass all buffers to BuildId hash function at once. NFC.Rui Ueyama2016-05-021-19/+20
* ELF: New symbol table design.Peter Collingbourne2016-05-011-6/+6
* Use simpler types. NFC.Rafael Espindola2016-04-291-2/+2
* Fix the alignment of the version info.Rafael Espindola2016-04-291-2/+6
* ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...Peter Collingbourne2016-04-271-0/+112
* [ELF][MIPS] Remove getMipsGpAddr(). NFCSimon Atanasyan2016-04-271-1/+1
* ELF: Merge UndefinedBitcode and UndefinedElf. NFC.Peter Collingbourne2016-04-271-2/+1
* ELF: Move code to where it is used, and related cleanups. NFC.Peter Collingbourne2016-04-261-13/+15
* Call repl in getSymbolBody. NFC.Rafael Espindola2016-04-261-1/+1
* Store the binding in the Symbol.Rafael Espindola2016-04-261-4/+5
* [ELF][MIPS] Move MIPS GOT header generation to the GotSectionSimon Atanasyan2016-04-251-8/+28
* Bring r267164 back with a fix.Rafael Espindola2016-04-221-28/+16
* Revert "GC entries of SHF_MERGE sections."Rafael Espindola2016-04-221-16/+28
* ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.Peter Collingbourne2016-04-221-8/+2
* GC entries of SHF_MERGE sections.Rafael Espindola2016-04-221-28/+16
* This reverts commit r267154 and r267161.Rafael Espindola2016-04-221-1/+1
* Move getRelocTarget to ObjectFile.Rafael Espindola2016-04-221-1/+1
* ELF: Template LinkerScript class.Rui Ueyama2016-04-201-1/+1
* Revert "[ELF] - Avoid using memset for zero-initialization of struct member. ...Sean Silva2016-04-201-0/+1
* Simplify mips got handling.Rafael Espindola2016-04-191-4/+4
* [ELF] - Avoid using memset for zero-initialization of struct member. NFC.George Rimar2016-04-181-1/+0
* Delete a dead repl.Rafael Espindola2016-04-151-1/+1
* Change how we apply relocations.Rafael Espindola2016-04-131-16/+2
* ELF: Set FDE count in .eh_frame_hdr correctly.Peter Collingbourne2016-04-111-8/+10
* Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj.Rafael Espindola2016-04-081-6/+0
* Produce STV_DEFAULT for symbols in shared libraries.Rafael Espindola2016-04-081-1/+7
* Make getSymbolBinding a local static. NFC.Rafael Espindola2016-04-081-10/+9
* ELF: Add --build-id=sha1 option.Rui Ueyama2016-04-071-0/+14
* ELF: Implement --build-id=md5.Rui Ueyama2016-04-071-9/+31
* ELF: Add --no-gnu-unique option.Rui Ueyama2016-04-071-0/+2
* ELF: Implement --start-lib and --end-libRui Ueyama2016-04-071-1/+2
* Simplify dynamic relocation creation.Rafael Espindola2016-04-071-20/+7
* Delete Off_Bss.Rafael Espindola2016-04-071-2/+0
* Don't create dynamic relocs for discarded .eh_frame entries.Rafael Espindola2016-04-071-22/+36
* Change the type hierarchy for undefined symbols.Rafael Espindola2016-04-061-1/+1
* Delete broken code.Rafael Espindola2016-04-051-2/+0
* Update for llvm change.Rafael Espindola2016-04-051-2/+2
* ELF: Create dynamic symbols for symbol aliases of copy relocations.Peter Collingbourne2016-04-041-1/+1
OpenPOWER on IntegriCloud