| Age | Commit message (Expand) | Author |
| 2025-08-05 | [AsmPrinter] Remove an unnecessary cast (NFC) (#152085) | Kazu Hirata |
| 2023-01-05 | Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part | serge-sans-paille |
| 2022-07-17 | [CodeGen] Qualify auto variables in for loops (NFC) | Kazu Hirata |
| 2022-03-12 | Cleanup includes: DebugInfo & CodeGen | serge-sans-paille |
| 2022-01-12 | [CodeGen][Debuginfo][NFC] Refactor DIE values SizeOf method to not depend on ... | Alexey Lapshin |
| 2021-12-25 | DebugInfo: Don't hash DIE offsets before they're computed | David Blaikie |
| 2021-11-06 | [llvm] Use llvm::reverse (NFC) | Kazu Hirata |
| 2021-01-28 | DebugInfo: Add a DWARF FORM extension for addrx+offset references to reduce r... | David Blaikie |
| 2020-10-22 | DebugInfo: Hash DIE referevences (DW_OP_convert) when computing Split DWARF s... | David Blaikie |
| 2020-05-16 | DIEHash.cpp - remove headers explicitly included in DIEHash.h. NFC. | Simon Pilgrim |
| 2020-02-03 | DebugInfo: Simplify emitDebugLocEntry by never passing a null CU | David Blaikie |
| 2020-01-31 | DebugInfo: Split DWARF: Hash non-member function child DIEs | David Blaikie |
| 2019-03-19 | [DebugInfo] Introduce DW_OP_LLVM_convert | Markus Lavin |
| 2019-03-19 | Revert "[DebugInfo] Introduce DW_OP_LLVM_convert" | Markus Lavin |
| 2019-03-19 | [DebugInfo] Introduce DW_OP_LLVM_convert | Markus Lavin |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen |
| 2018-05-01 | Remove \brief commands from doxygen comments. | Adrian Prantl |
| 2017-06-07 | Move Object format code to lib/BinaryFormat. | Zachary Turner |
| 2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth |
| 2017-05-29 | DebugInfo: Include .dwo file name when hashing multiple CUs in a single file | Mehdi Amini |
| 2017-05-29 | Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing... | Mehdi Amini |
| 2017-05-29 | DebugInfo: Include .dwo file name when hashing multiple CUs in a single file | David Blaikie |
| 2017-05-23 | Refactor DWARF hashing to use a .def file to avoid repetition | David Blaikie |
| 2017-03-20 | Add a function to MD5 a file's contents. | Zachary Turner |
| 2016-12-08 | Make a DWARF generator so we can unit test DWARF APIs with gtest. | Greg Clayton |
| 2016-06-17 | Apply another batch of fixes from clang-tidy's performance-unnecessary-value-... | Benjamin Kramer |
| 2016-02-11 | DwarfDebug: emit type units immediately. | Peter Collingbourne |
| 2015-10-15 | [AsmPrinter] Prune dead code. NFC. | Benjamin Kramer |
| 2015-06-25 | AsmPrinter: Use an intrusively linked list for DIE::Children | Duncan P. N. Exon Smith |
| 2015-06-25 | AsmPrinter: Convert DIE::Values to a linked list | Duncan P. N. Exon Smith |
| 2015-05-28 | AsmPrinter: Stop exposing underlying DIE children list, NFC | Duncan P. N. Exon Smith |
| 2015-05-27 | AsmPrinter: Stop exposing underlying DIEValue list, NFC | Duncan P. N. Exon Smith |
| 2015-05-27 | AsmPrinter: Remove DIEHash::AttrEntry, NFC | Duncan P. N. Exon Smith |
| 2015-05-27 | AsmPrinter: Store abbreviation data directly in DIE and DIEValue | Duncan P. N. Exon Smith |
| 2015-05-27 | Reapply "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith |
| 2015-05-27 | Revert "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith |
| 2015-05-27 | AsmPrinter: Change DIEValue to be stored by value | Duncan P. N. Exon Smith |
| 2015-04-17 | AsmPrinter: Create a unified .debug_loc stream | Duncan P. N. Exon Smith |
| 2015-03-02 | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama |
| 2015-01-05 | Make DIE.h a public CodeGen header. | Frederic Riss |
| 2014-08-29 | Fix typos in comments, NFC | Robin Morisset |
| 2014-04-25 | DIEEntry: Refer to the specified DIE via reference rather than pointer. | David Blaikie |
| 2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth |
| 2014-04-14 | Use std::unique_ptr for DIE children | David Blaikie |
| 2014-04-02 | DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an... | David Blaikie |
| 2014-03-24 | DebugInfo: Simplify debug loc list handling by keeping separate lists | David Blaikie |
| 2014-03-24 | DwarfDebug: Simplify debug_loc merging | David Blaikie |
| 2014-03-18 | Shorten DotDebugLocEntry to just DebugLocEntry and reformat. | Eric Christopher |
| 2014-03-08 | Add support for hashing location information for CU level hashes. | Eric Christopher |