| Age | Commit message (Expand) | Author |
| 2024-05-15 | Fix typo "indicies" (#92232) | Jay Foad |
| 2023-01-05 | Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part | serge-sans-paille |
| 2021-04-22 | [Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refs | Stephen Tozer |
| 2020-04-24 | ValueEnumerator.h - remove unnecessary includes. NFC. | Simon Pilgrim |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2017-11-03 | Modularize: Include some required headers | David Blaikie |
| 2017-09-07 | [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko |
| 2017-04-24 | [Bitcode] Refactor attribute group writing to avoid getSlotAttributes | Reid Kleckner |
| 2017-03-21 | Rename AttributeSet to AttributeList | Reid Kleckner |
| 2016-12-12 | Fix compile with GCC 5 or later | Dimitry Andric |
| 2016-06-21 | IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ... | Peter Collingbourne |
| 2016-05-31 | Add support for metadata attachments for global variables. | Peter Collingbourne |
| 2016-04-23 | BitcodeWriter: Emit uniqued subgraphs after all distinct nodes | Duncan P. N. Exon Smith |
| 2016-04-23 | ValueEnumerator: Use std::find_if, NFC | Duncan P. N. Exon Smith |
| 2016-04-22 | ValueMapper/Enumerator: Clean up code in post-order traversals, NFC | Duncan P. N. Exon Smith |
| 2016-04-21 | BitcodeWriter: Emit metadata in post-order (again) | Duncan P. N. Exon Smith |
| 2016-04-19 | BitcodeWriter: Break recursion when enumerating Metadata, almost NFC | Duncan P. N. Exon Smith |
| 2016-04-18 | [NFC] Header cleanup | Mehdi Amini |
| 2016-04-02 | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith |
| 2016-04-02 | Fix doxygen comments from r265224, NFC | Duncan P. N. Exon Smith |
| 2016-04-02 | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | BitcodeWriter: Simplify tracking of function-local metadata, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith |
| 2016-03-25 | Revert "Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith |
| 2016-03-25 | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith |
| 2016-03-24 | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith |
| 2016-03-24 | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith |
| 2016-01-27 | One more batch of self-containing headers. | Benjamin Kramer |
| 2016-01-27 | Make more headers self-contained. | Benjamin Kramer |
| 2015-12-29 | Rename MDValue* to Metadata* (NFC) | Teresa Johnson |
| 2015-11-20 | [ThinLTO] Add MODULE_CODE_METADATA_VALUES record | Teresa Johnson |
| 2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko |
| 2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko |
| 2015-04-29 | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith |
| 2015-04-14 | uselistorder: Thread bit through ValueEnumerator | Duncan P. N. Exon Smith |
| 2015-02-25 | BitcodeWriter: Refactor common computation of bits required for a type index. | David Blaikie |
| 2015-02-15 | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman |
| 2015-02-03 | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith |
| 2015-01-20 | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith |
| 2015-01-13 | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith |
| 2014-12-09 | IR: Split Metadata from Value | Duncan P. N. Exon Smith |
| 2014-11-17 | Pass a reference to ValueEnumerator. | Rafael Espindola |
| 2014-10-21 | IR: Remove dead code in metadata bitcode writing, NFC | Duncan P. N. Exon Smith |
| 2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer |
| 2014-07-28 | Bitcode: Serialize (and recover) use-list order | Duncan P. N. Exon Smith |
| 2014-06-27 | IR: Add COMDATs to the IR | David Majnemer |
| 2013-09-11 | Revert "Give internal classes hidden visibility." | Benjamin Kramer |
| 2013-09-11 | Give internal classes hidden visibility. | Benjamin Kramer |
| 2013-07-11 | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper |