summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not produce broken debug info.Rui Ueyama2016-04-291-4/+8
* Skip scanRelocs for non-alloc sections.Rui Ueyama2016-04-281-0/+42
* ELF: Move code to where it is used, and related cleanups. NFC.Peter Collingbourne2016-04-261-39/+1
* Call repl in getSymbolBody. NFC.Rafael Espindola2016-04-261-2/+2
* Fix link failure.Rui Ueyama2016-04-221-0/+5
* Bring r267164 back with a fix.Rafael Espindola2016-04-221-8/+65
* Revert "GC entries of SHF_MERGE sections."Rafael Espindola2016-04-221-65/+8
* Trying to fix the windows build.Rafael Espindola2016-04-221-1/+1
* GC entries of SHF_MERGE sections.Rafael Espindola2016-04-221-8/+65
* This reverts commit r267154 and r267161.Rafael Espindola2016-04-221-0/+19
* Move getRelocTarget to ObjectFile.Rafael Espindola2016-04-221-19/+0
* Simplify mips gp0 handling.Rafael Espindola2016-04-201-5/+0
* Simplify mips got handling.Rafael Espindola2016-04-191-2/+4
* Simplify handling of R_X86_64_TPOFF32. NFC.Rafael Espindola2016-04-181-1/+1
* Have getRelExpr handle all cases on x86.Rafael Espindola2016-04-181-2/+16
* Change how we apply relocations.Rafael Espindola2016-04-131-152/+96
* Simplify handling of mips gp* symbols.Rafael Espindola2016-04-111-6/+4
* Update for llvm change.Rafael Espindola2016-04-051-3/+2
* Don't store an Elf_Sym for most symbols.Rafael Espindola2016-04-041-3/+4
* Don't apply a recolation that the dynamic linker will rewrite.Rafael Espindola2016-04-011-2/+2
* [ELF] Implement infrastructure for thunk code creationSimon Atanasyan2016-03-311-0/+36
* No relocation needs bot SA and ZA.Rafael Espindola2016-03-301-3/+5
* Simplify mips addend processing.Rafael Espindola2016-03-301-8/+6
* Fix handling of addends on i386.Rafael Espindola2016-03-301-0/+2
* Fix comments.Rui Ueyama2016-03-301-7/+6
* Simplify AHL handling.Rafael Espindola2016-03-291-20/+23
* Make needsPlt a plain function instead of a template.Rafael Espindola2016-03-241-1/+1
* Revert "bar"Rafael Espindola2016-03-181-5/+91
* barRafael Espindola2016-03-181-91/+5
* Use ELFT instead of ELFFile<ELFT>.Rui Ueyama2016-03-141-11/+6
* Simplify. NFC.Rui Ueyama2016-03-131-4/+2
* ELF: Redefine canBeDefined as a member function of SymbolBody.Rui Ueyama2016-03-131-4/+4
* [ELF][MIPS] Add elf namespace name to the ObjectFile.Simon Atanasyan2016-03-131-1/+1
* [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions....Simon Atanasyan2016-03-131-34/+47
* Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.Rui Ueyama2016-03-131-17/+14
* Remove redundant check.Rui Ueyama2016-03-131-2/+0
* Simplify findMipsPairedReloc function signature. NFC.Rui Ueyama2016-03-131-15/+18
* [ELF][MIPS] Put type of symbol (local/global) to the findMipsPairedReloc and ...Simon Atanasyan2016-03-121-10/+11
* Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-121-3/+3
* Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama2016-03-111-8/+9
* [ELF] - Change all messages to lowercase to be consistent.George Rimar2016-03-111-9/+8
* More MSVC fixes.Rafael Espindola2016-03-111-1/+1
* Trying to fix the MSVC build.Rafael Espindola2016-03-111-5/+6
* Represent local symbols with DefinedRegular.Rafael Espindola2016-03-111-4/+4
* [ELF][MIPS] Update comment about creation local GOT entries for non-local sym...Simon Atanasyan2016-03-111-3/+5
* Simplify now that local symbols can use getVA.Rafael Espindola2016-03-111-50/+42
* [ELF] - Early continue in InputSectionBase<ELFT>::relocate(). NFC.George Rimar2016-03-111-3/+3
* [ELF] - Evaluate addend earlier and use it instead getAddend() calls. NFC.George Rimar2016-03-111-6/+3
* Compute value of local symbol with getVA.Rafael Espindola2016-03-111-46/+12
* Create a SymbolBody for locals.Rafael Espindola2016-03-111-43/+28
OpenPOWER on IntegriCloud