1. 23332c5 [DebugInfo] Reduce debug_str_offsets section size by Pavel Labath · 7 years ago
  2. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  3. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. 59b5dbc Fix header comment in unittests/CodeGen/DIEHashTest.cpp. by Justin Lebar · 9 years ago
  5. 2da1484 AsmPrinter: Use an intrusively linked list for DIE::Children by Duncan P. N. Exon Smith · 10 years ago
  6. 73e3fb6 AsmPrinter: Convert DIE::Values to a linked list by Duncan P. N. Exon Smith · 10 years ago
  7. 09fe4bf Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  8. 3c41ae8 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  9. b9d92c6 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  10. 24ad5c9 AsmPrinter: Make DIEString small by Duncan P. N. Exon Smith · 10 years ago
  11. 1b27914 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  12. 0c36e97 Make DIE.h a public CodeGen header. by Frederic Riss · 11 years ago
  13. 12d5224 DIE: Pass ownership of children via std::unique_ptr rather than raw pointer. by David Blaikie · 11 years ago
  14. 172515f DIEEntry: Refer to the specified DIE via reference rather than pointer. by David Blaikie · 11 years ago
  15. 5d71d87 PR19554: Fix some memory leaks in DIEHashTest.cpp by David Blaikie · 11 years ago
  16. 31dd38e Add support for hashing attributes with DW_FORM_block. This required by Eric Christopher · 11 years ago
  17. 644dd97 This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so. by Eric Christopher · 11 years ago
  18. d613f18 Fix commit thinkos from splitting out patches. by Eric Christopher · 11 years ago
  19. f5334f2 Add support for hashing DW_FORM_sdata and a small testcase. by Eric Christopher · 11 years ago
  20. 79069f9 Format. by Eric Christopher · 11 years ago
  21. 5ff4b20 Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing by Eric Christopher · 12 years ago
  22. 5ce9d65 Fix name of nested type in comment to match code. by Eric Christopher · 12 years ago
  23. 974a445 Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  24. 7c0c2e5 DIEHash: Summary hashing of member functions by David Blaikie · 12 years ago
  25. a954618 DIEHash: Summary hashing of nested types by David Blaikie · 12 years ago
  26. 377e832 DIEHash: Const correct and use references where non-null/non-rebound. by David Blaikie · 12 years ago
  27. 1d7d8da DIEHash: Do not use shallow type hashing for unnamed types by David Blaikie · 12 years ago
  28. f196208 DWARF type hashing: pointers to members by David Blaikie · 12 years ago
  29. 449f036 DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path by David Blaikie · 12 years ago
  30. f1545a2 DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts by David Blaikie · 12 years ago
  31. e46be78 DIEHashTest: Correct the order of operands to the TEST macro by David Blaikie · 12 years ago
  32. 3baa3c3 DWARF type hashing: Handle multiple (including recursive) references to the same type by David Blaikie · 12 years ago
  33. 47f66d5 DIEHash: Support for simple (non-recursive, non-reused) type references by David Blaikie · 12 years ago
  34. 88a68cb DIEHash: Include the type's context in the type hash. by David Blaikie · 12 years ago
  35. c098708 DIEHash: Use DW_FORM_sdata for integers, per spec. by David Blaikie · 12 years ago
  36. a85ad23 Invert arguments to ASSERT_EQ to match gtest diagnostic printing by David Blaikie · 12 years ago
  37. 75ee000 DIEHash: Include the trailing zero byte after the children of a DIE by David Blaikie · 12 years ago
  38. e4df43e Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures. by David Blaikie · 12 years ago
  39. 449a88e Plug a memory leak in a unit test. Stack allocation is sufficient here. by Benjamin Kramer · 12 years ago
  40. df69c9c It's a very large constant. Say so. by Eric Christopher · 12 years ago
  41. 800a876 Add a hashing routine that handles hashing types. Add a test for by Eric Christopher · 12 years ago