1. e28c146 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 7 years ago
  2. ef61d85 [ELF] Simplify read32. NFC by Fangrui Song · 7 years ago
  3. ee17371 Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp. by Rui Ueyama · 8 years ago
  4. 3141ddc Consistent (non) use of empty lines in include blocks by Sam Clegg · 8 years ago
  5. 8629752 De-template EhReader. NFC. by Rui Ueyama · 8 years ago
  6. d6b7a39 De-template elf::getObjMsg. NFC. by Rui Ueyama · 8 years ago
  7. b8a59c8 [lld] unified COFF and ELF error handling on new Common/ErrorHandler by Bob Haarman · 8 years ago
  8. 169dbde Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes." by NAKAMURA Takumi · 8 years ago
  9. 014b0f2 Compact EhSectionPiece from 32 bytes to 16 bytes. by Rui Ueyama · 8 years ago
  10. 34a0dd5 Rename EhSectionPiece::ID -> EhSectionPiece::Sec. by Rui Ueyama · 8 years ago
  11. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  12. 3a965f7 Change the error format to report corrupted .eh_frame. by Rui Ueyama · 8 years ago
  13. d57e74b7 Compute Config member function return values only once. by Rui Ueyama · 9 years ago
  14. fd06b73 Define Config::isLE and Config::wordsize. by Rui Ueyama · 9 years ago
  15. b4c9b81 Convert InputSectionBase to a class. by Rafael Espindola · 9 years ago
  16. a809158 Add a comment about the copy relocation. by Rui Ueyama · 9 years ago
  17. da06bfb Move getLocation from Relocations.cpp to InputSection.cpp. by Rui Ueyama · 9 years ago
  18. 531df4f [ELF] Print error location in .eh_frame parser by Eugene Leviant · 9 years ago
  19. 98bdbda Split getFdeEncoding. by Rui Ueyama · 9 years ago
  20. a9b7514 Fix typo in error message. by Rui Ueyama · 9 years ago
  21. 14cd5c2 [ELF] Allow arbitrary code alignment in .eh_frame by Petr Hosek · 9 years ago
  22. 594e06b ELF: Handle empty CIE augmentation string by Ed Maste · 9 years ago
  23. f5febef Create a new file EhFrame.cpp and move code to read .eh_frame there. by Rui Ueyama · 9 years ago