summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner2017-10-241-2/+1
* [codeview] Add support for inlinee listsReid Kleckner2017-10-231-0/+1
* [codeview] Recognize two records with no type index fieldsReid Kleckner2017-10-231-0/+2
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-49/+3
* CodeView symbol dumper: use symbolic names for registersHans Wennborg2017-10-021-4/+7
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-012-3/+38
* [PDB] Serialize records into a stack-allocated buffer.Zachary Turner2017-08-211-2/+1
* 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-114-5/+82
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-8/+39
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-0/+6
* [codeview] Emit 'D' as the cv source language for D codeReid Kleckner2017-07-241-1/+1
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-173-5/+13
* [codeview] Don't use the type visitor to merge typesReid Kleckner2017-07-171-71/+58
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-172-90/+19
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-1/+1
* [PDB] Fix type server handling for archivesReid Kleckner2017-07-131-11/+7
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-72/+19
* [codeview] Fix type index discovery for four symbol recordsReid Kleckner2017-07-111-0/+12
* [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
OpenPOWER on IntegriCloud