summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-0/+8
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-4/+10
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-0/+13
* Remove unused variable.Zachary Turner2017-08-171-1/+0
* [llvm-pdbutil] Fix some dumping issues.Zachary Turner2017-08-171-1/+3
* [LLD/PDB] Write actual records to the globals stream.Zachary Turner2017-08-111-1/+1
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-291-5/+13
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-0/+7
* Delete TypeDatabase.Zachary Turner2017-06-181-70/+65
* Don't crash if a type record can't be found.Zachary Turner2017-06-171-0/+9
* [CodeView] Fix random access of type names.Zachary Turner2017-06-161-10/+14
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-0/+229
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-226/+0
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-0/+226
OpenPOWER on IntegriCloud