summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-303-6/+21
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-301-4/+24
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-301-0/+19
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-2911-46/+127
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-0/+7
* [PDB] Add symbols to the PDBReid Kleckner2017-06-211-0/+82
* [PDB] Start emitting source file and line informationReid Kleckner2017-06-191-10/+20
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-193-2/+12
* Delete TypeDatabase.Zachary Turner2017-06-185-585/+86
* 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-163-10/+258
* Remove some dead code / includes.Zachary Turner2017-06-162-4/+0
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-151-0/+7
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-154-77/+87
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-154-87/+77
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-154-77/+87
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-145-36/+59
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-145-59/+36
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-145-36/+59
* Same expressions on both sides of the returnSylvestre Ledru2017-06-121-1/+1
* [pdb] Support CoffSymbolRVA debug subsection.Zachary Turner2017-06-093-0/+39
* Allow VarStreamArray to use stateful extractors.Zachary Turner2017-06-095-16/+15
* [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsectionBob Haarman2017-06-091-1/+1
* [pdb] Don't crash on unknown debug subsections.Zachary Turner2017-06-091-13/+0
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-093-17/+41
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-082-6/+42
* [CodeView] Fix endianness bug.Zachary Turner2017-06-051-1/+3
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-055-4/+162
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-022-10/+10
* Fix 2 more -Wreorder warnings.Zachary Turner2017-06-011-4/+4
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-015-14/+39
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-305-8/+8
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-309-28/+120
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-3010-219/+210
* Remove unused member.Zachary Turner2017-05-251-2/+0
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-253-347/+413
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-252-9/+19
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-253-144/+243
* Don't do a full scan of the type stream before processing records.Zachary Turner2017-05-241-11/+11
* [CodeView] Eliminate redundant hashes and allocations.Zachary Turner2017-05-231-2/+3
* Speculative build fix for non-WindowsReid Kleckner2017-05-231-0/+2
* [PDB] Hash types up front when merging types instead of using StringMapReid Kleckner2017-05-232-66/+120
* Revert "Make TypeSerializer's StringMap use the same allocator."Zachary Turner2017-05-232-13/+32
* Implement various flavors of type merging.Zachary Turner2017-05-221-76/+171
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-222-32/+13
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1911-252/+535
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1911-532/+252
* Don't crash if someone tries to visit an empty type stream.Zachary Turner2017-05-191-0/+3
* [CodeView] Reduce memory usage in TypeSerializer.Zachary Turner2017-05-191-5/+28
* Fix crasher in CodeView test.Zachary Turner2017-05-191-1/+1
OpenPOWER on IntegriCloud