summaryrefslogtreecommitdiff
path: root/lld/ELF/EhFrame.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-01-25[ELF] EhFrame: replace failOn with errOnFangrui Song
2024-11-14[ELF] Migrate away from global ctxFangrui Song
2024-11-06[ELF] Replace fatal(...) with Fatal or ErrFangrui Song
2024-10-10[ELF] Move InputSectionBase::file to SectionBaseFangrui Song
2024-10-06[ELF] Pass Ctx & to InputFilesFangrui Song
2024-09-21[ELF] Replace config-> with ctx.arg.Fangrui Song
2022-11-20[ELF] Change rawData to content() and data() to contentMaybeDecompress()Fangrui Song
2022-06-08[ELF] Support 'G' in .eh_frameFlorian Mayer
2022-06-08Revert "[ELF] Support 'G' in .eh_frame"Florian Mayer
2022-06-08[ELF] Support 'G' in .eh_frameFlorian Mayer
2022-02-21[ELF] Replace uncompressed InputSectionBase::data() with rawData. NFCFangrui Song
2022-01-18[ELF] Simplify/optimize EhInputSection::splitFangrui Song
2021-01-05ELF: Teach the linker about the 'B' augmentation string character.Peter Collingbourne
2020-08-07[ELF] Support .cfi_signal_frameFangrui Song
2020-08-05[ELF] --icf: don't fold text sections with LSDAFangrui Song
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2019-10-07[ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-03-29[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-08Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama
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