summaryrefslogtreecommitdiffstats
path: root/lld/ELF/EhFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-5/+7
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-65/+65
* [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song2019-03-291-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama2018-10-081-2/+2
* [ELF] Simplify read32. NFCFangrui Song2018-03-301-3/+2
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+1
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* De-template EhReader. NFC.Rui Ueyama2017-10-271-24/+13
* De-template elf::getObjMsg. NFC.Rui Ueyama2017-10-271-1/+1
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."NAKAMURA Takumi2017-09-201-11/+6
* Compact EhSectionPiece from 32 bytes to 16 bytes.Rui Ueyama2017-09-191-6/+11
* Rename EhSectionPiece::ID -> EhSectionPiece::Sec.Rui Ueyama2017-09-181-2/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Change the error format to report corrupted .eh_frame.Rui Ueyama2017-04-011-2/+2
* Compute Config member function return values only once.Rui Ueyama2017-03-171-3/+3
* Define Config::isLE and Config::wordsize.Rui Ueyama2017-03-171-1/+1
* Convert InputSectionBase to a class.Rafael Espindola2017-02-231-13/+10
* Add a comment about the copy relocation.Rui Ueyama2017-02-191-0/+1
* Move getLocation from Relocations.cpp to InputSection.cpp.Rui Ueyama2016-11-251-2/+1
* [ELF] Print error location in .eh_frame parserEugene Leviant2016-11-231-44/+88
* Split getFdeEncoding.Rui Ueyama2016-11-191-10/+15
* Fix typo in error message.Rui Ueyama2016-11-191-1/+1
* [ELF] Allow arbitrary code alignment in .eh_framePetr Hosek2016-07-291-3/+2
* ELF: Handle empty CIE augmentation stringEd Maste2016-05-251-1/+1
* Create a new file EhFrame.cpp and move code to read .eh_frame there.Rui Ueyama2016-05-241-0/+167
OpenPOWER on IntegriCloud