summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Use deque in place of SmallVector to fix use-after-free issueFangrui Song2018-07-231-3/+6
* Embed a template specialization in a namespace to work around a gcc bug.Wolfgang Pieb2018-07-231-0/+2
* [DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb2018-07-234-190/+132
* [llvm] Change 2 instances of std::sort to llvm::sortMandeep Singh Grang2018-07-161-1/+1
* [dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere2018-07-131-3/+9
* [DebugInfo] Fix getPreviousSibling after r336823Fangrui Song2018-07-111-1/+2
* [DebugInfo] Make children iterator bidirectionalJonas Devlieghere2018-07-112-0/+45
* Use StringRef instead of `const char *`.Rui Ueyama2018-07-091-1/+1
* [DebugInfo] Change default value of FDEPointerEncodingMaksim Panchenko2018-07-091-1/+1
* [PDB] memicmp only exists on Windows, use StringRef::compare_lower insteadBenjamin Kramer2018-07-061-2/+2
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-8/+27
* [PDB] Sort globals symbols by name in GSI hash buckets.Zachary Turner2018-07-061-5/+19
* [CodeView] Correctly compute the name of S_PROCREF symbols.Zachary Turner2018-06-291-0/+2
* Pass DWARFUnit to verifier by reference not by value. I am moderatelyPaul Robinson2018-06-291-1/+1
* Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner2018-06-272-73/+91
* Handle NetBSD specific path in findDebugBinary()Kamil Rytarowski2018-06-251-0/+5
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-206-51/+108
* [DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath2018-06-132-11/+4
* DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...Pavel Labath2018-06-012-37/+34
* DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath2018-05-311-2/+3
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-2/+2
* [dwarfdump] Make -c and -p work togetherJonas Devlieghere2018-05-261-3/+7
* [DebugInfo] Invert DIE order for range errors.Jonas Devlieghere2018-05-221-3/+2
* [DebugInfo] Fix location list check in the verifierJonas Devlieghere2018-05-221-4/+4
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-223-14/+30
* [DebugInfo] Use absolute addresses in location listsJonas Devlieghere2018-05-213-11/+24
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-212-24/+26
* Fixing buildbot error introduced with r332759.Wolfgang Pieb2018-05-181-1/+1
* Addressing a couple of compiler warnings introduced with r332759.Wolfgang Pieb2018-05-181-2/+2
* Fixing build error introduced with r332759.Wolfgang Pieb2018-05-181-1/+1
* [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb2018-05-185-30/+214
* Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-5/+5
* Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner2018-05-171-4/+5
* [pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner2018-05-171-5/+4
* [codeview] Include record prefix in global type hashingReid Kleckner2018-05-171-0/+1
* Reapply "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-152-2/+176
* [DWARF] Factor out a DWARFUnitHeader class. NFCPaul Robinson2018-05-143-56/+44
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-141-0/+1
* [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...Wolfgang Pieb2018-05-102-3/+12
* Fix signed/unsigned comparison warning and print formatJames Henderson2018-05-101-1/+1
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-102-122/+190
* Revert "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-092-177/+2
* DWARFVerifier: Check "completeness" of .debug_names sectionPavel Labath2018-05-092-2/+177
* [DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song2018-05-081-0/+3
* llvm-symbolizer: Handle function definitions nested within other functionsDavid Blaikie2018-05-011-2/+6
* [DebugInfo] Prevent infinite recursion for malformed DWARFJonas Devlieghere2018-04-301-10/+30
* [LLD/PDB] Emit first section contribution for DBI Module Descriptor.Zachary Turner2018-04-201-0/+5
* [DebugInfo] Use WithColor for more debug line warningsAndrew Ng2018-04-201-6/+8
* [llvm-pdbutil] Dump first section contribution for each module.Zachary Turner2018-04-172-1/+5
* [PDB] Correctly use the target machine when writing DBI stream.Zachary Turner2018-04-161-0/+5
OpenPOWER on IntegriCloud