summaryrefslogtreecommitdiff
path: root/lld/ELF/EhFrame.h
AgeCommit message (Expand)Author
2022-08-10[lld/elf] Use C++17 nested namespace syntax in most placesNico Weber
2022-07-30[lld] Remove unused forward declarations (NFC)Kazu Hirata
2022-01-18[ELF] Simplify/optimize EhInputSection::splitFangrui Song
2020-08-05[ELF] --icf: don't fold text sections with LSDAFangrui Song
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-10-27De-template EhReader. NFC.Rui Ueyama
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
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-07-18[ELF] - Apply clang-format. NFC.George Rimar
2017-02-23Convert InputSectionBase to a class.Rafael Espindola
2016-11-23[ELF] Print error location in .eh_frame parserEugene Leviant
2016-05-24Create a new file EhFrame.cpp and move code to read .eh_frame there.Rui Ueyama