summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-1/+1
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+9
* [Codeview/PDB] Rename some methods for clarity.Zachary Turner2018-03-221-8/+17
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-17/+8
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-8/+17
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-17/+8
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-8/+17
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-291-3/+8
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-0/+5
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-5/+0
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-141-0/+5
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-091-7/+6
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-081-0/+3
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-3/+3
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-301-0/+78
OpenPOWER on IntegriCloud