| Age | Commit message (Expand) | Author |
| 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-20 | [ThinLTO] Prevent importing of "llvm.used" values | Teresa Johnson |
| 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-18 | BitcodeWriter: WorkList => Worklist, NFC | Duncan P. N. Exon Smith |
| 2016-04-16 | ThinLTO: Make aliases explicit in the summary | Mehdi Amini |
| 2016-04-15 | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl |
| 2016-04-13 | Revert "Make aliases explicit in the summary" | Mehdi Amini |
| 2016-04-13 | Make aliases explicit in the summary | Mehdi Amini |
| 2016-04-12 | Add the allocsize attribute to LLVM. | George Burgess IV |
| 2016-04-11 | [ThinLTO] BitcodeWriter still requires Analysis library | Teresa Johnson |
| 2016-04-11 | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson |
| 2016-04-10 | Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ... | Mehdi Amini |
| 2016-04-07 | Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) | Mehdi Amini |
| 2016-04-07 | [GCC] Attribute ifunc support in llvm | Dmitry Polukhin |
| 2016-04-06 | NFC: make AtomicOrdering an enum class | JF Bastien |
| 2016-04-05 | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith |
| 2016-04-02 | Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC) | 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-04-02 | Reverts r265219. | Mehdi Amini |
| 2016-04-02 | wip | Mehdi Amini |
| 2016-04-02 | Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) | Mehdi Amini |
| 2016-04-01 | Swift Calling Convention: add swifterror attribute. | Manman Ren |
| 2016-04-01 | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini |
| 2016-04-01 | Revert "Add support for computing SHA1 in LLVM" | Mehdi Amini |
| 2016-04-01 | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini |
| 2016-03-29 | Swift Calling Convention: add swiftself attribute. | Manman Ren |
| 2016-03-28 | BitcodeWriter: Replace dead code with an assertion, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | BitcodeWriter: Reuse writeMetadataRecords, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | BitcodeWriter: Rename some functions for consistency, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | BitcodeWriter: Split out writeMetadataRecords, NFC | Duncan P. N. Exon Smith |
| 2016-03-27 | BitcodeWriter: Restructure WriteFunctionLocalMetadata, 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-26 | Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths() | Mehdi Amini |
| 2016-03-25 | [ThinLTO] Rename edges() to calls() for clarity (NFC) | Teresa Johnson |
| 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-25 | Bitcode: Use std::stable_partition for reproducible builds | Duncan P. N. Exon Smith |
| 2016-03-25 | Bitcode: Stop using MODULE_CODE_METADATA_VALUES | 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-03-24 | BitcodeWriter: Split out named metadata; almost NFC | Duncan P. N. Exon Smith |
| 2016-03-24 | Bitcode: Module* -> Module&, NFC | Duncan P. N. Exon Smith |
| 2016-03-23 | Add getBlockProfileCount method to BlockFrequencyInfo | Easwaran Raman |
| 2016-03-15 | [ThinLTO] Record all global variable defs in the summary | Teresa Johnson |
| 2016-03-15 | BitcodeWriter dyn_cast cleanup for r263275 (NFC) | Teresa Johnson |