summaryrefslogtreecommitdiff
path: root/lld/ELF/EhFrame.cpp
AgeCommit message (Expand)Author
2018-03-30[ELF] Simplify read32. NFCFangrui Song
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-02-20Consistent (non) use of empty lines in include blocksSam Clegg
2017-10-27De-template EhReader. NFC.Rui Ueyama
2017-10-27De-template elf::getObjMsg. NFC.Rui Ueyama
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-09-20Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."NAKAMURA Takumi
2017-09-19Compact EhSectionPiece from 32 bytes to 16 bytes.Rui Ueyama
2017-09-18Rename EhSectionPiece::ID -> EhSectionPiece::Sec.Rui Ueyama
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-04-01Change the error format to report corrupted .eh_frame.Rui Ueyama
2017-03-17Compute Config member function return values only once.Rui Ueyama
2017-03-17Define Config::isLE and Config::wordsize.Rui Ueyama
2017-02-23Convert InputSectionBase to a class.Rafael Espindola
2017-02-19Add a comment about the copy relocation.Rui Ueyama
2016-11-25Move getLocation from Relocations.cpp to InputSection.cpp.Rui Ueyama
2016-11-23[ELF] Print error location in .eh_frame parserEugene Leviant
2016-11-19Split getFdeEncoding.Rui Ueyama
2016-11-19Fix typo in error message.Rui Ueyama
2016-07-29[ELF] Allow arbitrary code alignment in .eh_framePetr Hosek
2016-05-25ELF: Handle empty CIE augmentation stringEd Maste
2016-05-24Create a new file EhFrame.cpp and move code to read .eh_frame there.Rui Ueyama