summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Relocations.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Pre-create ThunkSections at Target specific intervalsPeter Smith2017-10-271-15/+49
* [ELF] Record created ThunkSections in InputSectionDescription [NFC].Peter Smith2017-10-271-92/+83
* De-template elf::getObjMsg. NFC.Rui Ueyama2017-10-271-2/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* [mips] Provide more detailed comment. NFCSimon Atanasyan2017-10-171-2/+8
* Make it explicit that we are writing addends to target sections if REL.Rui Ueyama2017-10-131-6/+14
* Destructure a boolean expression and add comment.Rui Ueyama2017-10-131-2/+13
* Simplify. NFCI.Rui Ueyama2017-10-131-26/+23
* Slightly simplify code and add comment.Rui Ueyama2017-10-131-4/+22
* Simplify a boolean expression by the De Morgan's laws.Rui Ueyama2017-10-131-1/+1
* Handle MIPS-specific addend rules in computeAddend().Rui Ueyama2017-10-121-36/+41
* Early-continue for a MIPS-specific rule.Rui Ueyama2017-10-121-26/+34
* Remove Symbol::isPreemptible().Rui Ueyama2017-10-121-6/+6
* Start destructuring adjustExpr function.Rui Ueyama2017-10-121-13/+22
* Fix comment.Rui Ueyama2017-10-121-1/+1
* Move more code out of scanRelocs().Rui Ueyama2017-10-121-20/+21
* Make a function shorter.Rui Ueyama2017-10-121-20/+16
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-121-2/+2
* Rename P -> Pieces.Rui Ueyama2017-10-121-14/+11
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-15/+15
* [ELF] Try to not emit weird diagnostics on undefined symbols.Davide Italiano2017-10-111-1/+6
* Rename Commands -> SectionCommands.Rui Ueyama2017-10-111-3/+3
* Remove BssSection::reserveSpace().Rui Ueyama2017-10-041-2/+2
* Remove useless accessor.Rui Ueyama2017-09-181-1/+1
* Keep some relocations with undefined weak symbols.Rafael Espindola2017-09-151-2/+11
* Add a helper for checking for weak undef. NFC.Rafael Espindola2017-09-131-3/+3
* Remove CopyRelSecOff from SharedSymbol.Rafael Espindola2017-09-131-4/+7
* [MIPS] Initial support of microMIPS code linkingSimon Atanasyan2017-09-121-2/+8
* [ELF] Rename variables and add comments to getISThunkSec [NFC]Peter Smith2017-09-121-13/+16
* [ELF] - Mention -fPIC in some error messages.George Rimar2017-08-291-1/+2
* [MIPS] Keep all code read addends in the `getImplicitAddend` functionSimon Atanasyan2017-08-241-4/+1
* Compute isPreemtible only once.Rafael Espindola2017-08-101-1/+3
* Move File from SymbolBody to Symbol.Rafael Espindola2017-08-041-4/+4
* Fix which file is in an error message.Rafael Espindola2017-08-041-2/+2
* Remove redundant flag.Rafael Espindola2017-08-041-2/+1
* Use more consistent namesRafael Espindola2017-08-021-1/+1
* Merge OutputSectionCommand and OutputSection.Rafael Espindola2017-07-271-18/+15
* Detemplate SymbolTable.Rafael Espindola2017-07-261-1/+1
* [ELF] - Change way how we handle --noinhibit-execGeorge Rimar2017-07-261-10/+16
* [ELF] - Apply clang-format. NFC.George Rimar2017-07-181-29/+28
* Avoid using OutputSections::Sections.Rafael Espindola2017-07-141-6/+10
* Pass OutputSectionCommand to getOSThunkSec. NFC.Rafael Espindola2017-07-141-4/+4
* Pass OutputSectionCommand to forEachExecInputSection's callback.Rafael Espindola2017-07-141-6/+6
* Using existing variable. NFC.Rafael Espindola2017-07-051-7/+6
* [ELF] Fix Windows build errorPeter Smith2017-07-051-2/+2
* [ELF] Allow multiple thunks to be added for a symbol.Peter Smith2017-07-051-4/+11
* [ELF] Introduce Thunk reuse compatibilityPeter Smith2017-07-051-1/+1
* Improve error message.Rafael Espindola2017-07-041-2/+2
* [ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .gotPeter Smith2017-06-261-1/+1
* [ELF] Enable createThunks to be called more than once.Peter Smith2017-06-161-7/+19
OpenPOWER on IntegriCloud