1. 2f08811 [DebugInfo] Reduce debug_str_offsets section size by Pavel Labath · 7 years ago
  2. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  3. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. 544b23d Fix header comment in unittests/CodeGen/DIEHashTest.cpp. by Justin Lebar · 9 years ago
  5. 827200c AsmPrinter: Use an intrusively linked list for DIE::Children by Duncan P. N. Exon Smith · 10 years ago
  6. 4fb1f9c AsmPrinter: Convert DIE::Values to a linked list by Duncan P. N. Exon Smith · 10 years ago
  7. e7e1d0c Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  8. 583bc03 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  9. 7735b48 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  10. f73bcf4 AsmPrinter: Make DIEString small by Duncan P. N. Exon Smith · 10 years ago
  11. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  12. e541e0b Make DIE.h a public CodeGen header. by Frederic Riss · 11 years ago
  13. 914046e DIE: Pass ownership of children via std::unique_ptr rather than raw pointer. by David Blaikie · 11 years ago
  14. 8dbcc3f DIEEntry: Refer to the specified DIE via reference rather than pointer. by David Blaikie · 11 years ago
  15. de519a2 PR19554: Fix some memory leaks in DIEHashTest.cpp by David Blaikie · 11 years ago
  16. 420569b Add support for hashing attributes with DW_FORM_block. This required by Eric Christopher · 12 years ago
  17. 1db8030 This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so. by Eric Christopher · 12 years ago
  18. f5ec3a0 Fix commit thinkos from splitting out patches. by Eric Christopher · 12 years ago
  19. 8192ba2 Add support for hashing DW_FORM_sdata and a small testcase. by Eric Christopher · 12 years ago
  20. da1d7d9 Format. by Eric Christopher · 12 years ago
  21. 4b1cf58 Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing by Eric Christopher · 12 years ago
  22. 5ad8d90 Fix name of nested type in comment to match code. by Eric Christopher · 12 years ago
  23. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  24. 8bc7db7 DIEHash: Summary hashing of member functions by David Blaikie · 12 years ago
  25. 65cc969 DIEHash: Summary hashing of nested types by David Blaikie · 12 years ago
  26. 2aee7be DIEHash: Const correct and use references where non-null/non-rebound. by David Blaikie · 12 years ago
  27. 3274441 DIEHash: Do not use shallow type hashing for unnamed types by David Blaikie · 12 years ago
  28. d70a055 DWARF type hashing: pointers to members by David Blaikie · 12 years ago
  29. fe3233a DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path by David Blaikie · 12 years ago
  30. 6cf58c8 DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts by David Blaikie · 12 years ago
  31. 6a7a446 DIEHashTest: Correct the order of operands to the TEST macro by David Blaikie · 12 years ago
  32. 980d499 DWARF type hashing: Handle multiple (including recursive) references to the same type by David Blaikie · 12 years ago
  33. ca353be DIEHash: Support for simple (non-recursive, non-reused) type references by David Blaikie · 12 years ago
  34. 8a142aa DIEHash: Include the type's context in the type hash. by David Blaikie · 12 years ago
  35. 6316ca4 DIEHash: Use DW_FORM_sdata for integers, per spec. by David Blaikie · 12 years ago
  36. d398ac5 Invert arguments to ASSERT_EQ to match gtest diagnostic printing by David Blaikie · 12 years ago
  37. 71a0ad6 DIEHash: Include the trailing zero byte after the children of a DIE by David Blaikie · 12 years ago
  38. 5980419 Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures. by David Blaikie · 12 years ago
  39. 0f01d4e Plug a memory leak in a unit test. Stack allocation is sufficient here. by Benjamin Kramer · 12 years ago
  40. a923e7b It's a very large constant. Say so. by Eric Christopher · 12 years ago
  41. 25b7adc Add a hashing routine that handles hashing types. Add a test for by Eric Christopher · 12 years ago