summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't store an Elf_Sym for most symbols.Rafael Espindola2016-04-041-21/+13
* Simplify. NFC.Rui Ueyama2016-04-021-5/+2
* Remove DefinedElf class.Rui Ueyama2016-04-021-11/+2
* [ELF] Implement infrastructure for thunk code creationSimon Atanasyan2016-03-311-10/+2
* [ELF][MIPS] Reduce number of redundant entries in the local part of MIPS GOTSimon Atanasyan2016-03-291-9/+35
* Revert r264961. I didn't have asserts enable when testing.Davide Italiano2016-03-291-1/+1
* [LTO] Include bitcode symbol name in unreachable messages.Davide Italiano2016-03-291-1/+1
* [ELF][MIPS] Add comment with MIPS GOT relocations handling description. NFC.Simon Atanasyan2016-03-231-4/+28
* [ELF][MIPS] Delete GotSection::addMipsLocalEntry methodSimon Atanasyan2016-03-221-4/+12
* Revert "bar"Rafael Espindola2016-03-181-2/+10
* barRafael Espindola2016-03-181-10/+2
* [ELF] - Set the sh_entsize for mergable sectionsGeorge Rimar2016-03-181-0/+1
OpenPOWER on IntegriCloud