| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | [DebugInfo] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-13 | 1 | -1/+1 |
| * | [PDB] Make our PDBs look more like MS PDBs. | Zachary Turner | 2018-03-23 | 1 | -0/+9 |
| * | [Codeview/PDB] Rename some methods for clarity. | Zachary Turner | 2018-03-22 | 1 | -8/+17 |
| * | Revert "Resubmit "Support embedding natvis files in PDBs."" | Zachary Turner | 2018-03-20 | 1 | -17/+8 |
| * | Resubmit "Support embedding natvis files in PDBs." | Zachary Turner | 2018-03-20 | 1 | -8/+17 |
| * | Revert "Support embedding natvis files in PDBs." | Zachary Turner | 2018-03-19 | 1 | -17/+8 |
| * | Support embedding natvis files in PDBs. | Zachary Turner | 2018-03-19 | 1 | -8/+17 |
| * | [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w... | Eugene Zelenko | 2017-06-29 | 1 | -3/+8 |
| * | Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." | Zachary Turner | 2017-06-14 | 1 | -0/+5 |
| * | Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..." | Zachary Turner | 2017-06-14 | 1 | -5/+0 |
| * | [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. | Zachary Turner | 2017-06-14 | 1 | -0/+5 |
| * | [CodeView] Support remaining debug subsection types | Zachary Turner | 2017-06-09 | 1 | -7/+6 |
| * | [llvm-pdbdump] Support native ordering of subsections in raw mode. | Zachary Turner | 2017-06-08 | 1 | -0/+3 |
| * | [CodeView] Support CodeView subsections in any order. | Zachary Turner | 2017-06-02 | 1 | -3/+3 |
| * | [CodeView] Add more DebugSubsection implementations. | Zachary Turner | 2017-05-30 | 1 | -0/+78 |