summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)Dehao Chen2017-04-191-16/+11
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-192-43/+48
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-192-47/+43
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-192-43/+47
* Add GNU_discriminator support for inline callsites in llvm-symbolizer.Dehao Chen2017-04-172-3/+7
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-133-42/+191
* [DWARF] - Simplify (use dyn_cast instead of isa + cast).George Rimar2017-04-131-2/+2
* Fix initialization order of class members.Zachary Turner2017-04-121-2/+2
* [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.Zachary Turner2017-04-121-4/+9
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-129-9/+243
* [DWARF] Fix compiler warnings in DWARFContext.cpp, NFCiKrasimir Georgiev2017-04-121-2/+1
* [DWARF] - Refactoring of DWARFContextInMemory implementation.George Rimar2017-04-121-64/+71
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-112-21/+51
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-111-9/+0
* Improves pretty printing of variable types in llvm-pdbdumpAdrian McCarthy2017-04-103-0/+12
* General usability improvements to generic PDB library.Zachary Turner2017-04-1031-65/+110
* [PDB] Save one type record copyReid Kleckner2017-04-041-16/+18
* [codeview] Cope with unsorted streams in type mergingReid Kleckner2017-04-031-38/+106
* [codeview] Add support for label type recordsReid Kleckner2017-04-034-0/+22
* [codeview] Fix buggy BeginIndexMapSize assertionReid Kleckner2017-03-291-13/+12
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-294-34/+83
* [PDB] Split item and type records when merging type streamsReid Kleckner2017-03-241-53/+87
* [PDB] Use two DBs when dumping the IPI streamReid Kleckner2017-03-231-6/+11
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-234-83/+34
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-234-34/+83
* [codeview] Move type index remapping logic to type mergerReid Kleckner2017-03-233-248/+219
* [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLISTReid Kleckner2017-03-224-0/+43
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-174-83/+34
* [pdb] Fix an uninitialized read, and add a test for it.Zachary Turner2017-03-171-6/+3
* [PDB] It is not an error getting the "Invalid" Annotation opcode.Zachary Turner2017-03-171-2/+2
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-164-34/+83
* Silence -Wcovered-switch-default warning.Zachary Turner2017-03-161-5/+9
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-162-2/+45
* [llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner2017-03-162-1/+14
* [llvm-pdbdump] Add support for diffing the String Table.Zachary Turner2017-03-151-1/+12
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-154-66/+184
* NFC: Corrects comments that were supposed to go in with earlier commit.Adrian McCarthy2017-03-151-4/+5
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-154-2/+115
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-22/+10
* [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.Zachary Turner2017-03-132-0/+53
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-062-6/+26
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-0234-257/+44
* [DWARF] Print leading zeros in type signaturePaul Robinson2017-03-011-2/+2
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-0112-76/+126
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-283-6/+17
* Fix -Wcovered-switch-default warning.Zachary Turner2017-02-281-2/+0
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-285-25/+76
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-2817-91/+79
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-279-46/+83
* Remove some code accidentally left in.Zachary Turner2017-02-271-2/+0
OpenPOWER on IntegriCloud