1. 1f90029 [DWARFv5] Emit .debug_line_str (in a non-DWO file). by Paul Robinson · 8 years ago
  2. 15b8327 Simplify multikey_qsort function. by Rui Ueyama · 8 years ago
  3. bfd7515 Rewrite a function so that it doesn't use pointers to pointers. NFC. by Rui Ueyama · 8 years ago
  4. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  5. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  6. 7975b99 [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  7. 28a2ede StringTableBuilder: Don't assert when writing an empty raw string table. by Peter Collingbourne · 8 years ago
  8. d3a6c89 [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  9. ee34a73 [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef. by Justin Lebar · 9 years ago
  10. 4a2ef91 Move alignTo computation inside the if. by Rafael Espindola · 9 years ago
  11. 37fc018 Allow the caller to pass in the hash. by Rafael Espindola · 9 years ago
  12. 24db10d Don't pass null to memcpy. Should fix the asan bots. by Rafael Espindola · 9 years ago
  13. 39751af Misc improvements to StringTableBuilder. by Rafael Espindola · 9 years ago
  14. fda3dc9 Remove duplicated typedef. NFC. by Rafael Espindola · 9 years ago
  15. 9ddfb04 Revert "Use getSize instead of data().size(). NFC." by Rafael Espindola · 9 years ago
  16. 4bb425e Use getSize instead of data().size(). NFC. by Rafael Espindola · 9 years ago
  17. 02d71ad Make StringTableBuilder to cache hash values. by Rui Ueyama · 9 years ago
  18. 758de9c Add support for merging strings with alignment larger than one char. by Rafael Espindola · 10 years ago
  19. 2214ed8 Reland "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  20. 00d9639 Revert "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  21. c62e379 [CodeView] Use assembler directives for line tables by Reid Kleckner · 10 years ago
  22. 5579e0b Rename qsort -> multikey_qsort. NFC. by Rui Ueyama · 10 years ago
  23. df94852 Optimize StringTableBuilder. by Rui Ueyama · 10 years ago
  24. 21956e4 Add a RAW mode to StringTableBuilder. by Rafael Espindola · 10 years ago
  25. a9b3944 Fix the variable names to match the LLVM style. by Rafael Espindola · 10 years ago
  26. fc063e8 Avoid storing a second copy of each string in StringTableBuilder. by Rafael Espindola · 10 years ago
  27. c55a504 Fix broken build under MSVC. by Zachary Turner · 10 years ago
  28. e015f66 Avoid hash lookups when finalizing StringTableBuilder. NFC. by Rafael Espindola · 10 years ago
  29. 0169a45 Use array_pod_sort. NFC. by Rafael Espindola · 10 years ago
  30. 1b1a399 MachObjectWriter: optimize the string table for common suffices by Hans Wennborg · 11 years ago
  31. f26bfc1 WinCOFFObjectWriter: optimize the string table for common suffices by Hans Wennborg · 11 years ago
  32. 8e77dbb Revert r218380. This was breaking Apple internal build bots. by Akira Hatanaka · 11 years ago
  33. ce246a1 Replace a hand-written suffix compare with std::lexicographical_compare. by Benjamin Kramer · 11 years ago
  34. 97de474 Invert the MC -> Object dependency. by Rafael Espindola · 11 years ago[Renamed (96%) from llvm/lib/Object/StringTableBuilder.cpp]
  35. 83e6e1e ELFObjectWriter: deduplicate suffices in strtab by Hans Wennborg · 11 years ago