OSDN Git Service

Release notes: fix -fno-strict-float-cast-overflow quoting
[android-x86/external-llvm.git] / lib / DebugInfo /
2018-07-31 Victor Leschuk[DWARF] Support for .debug_addr (consumer)
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-30 Alexandre GaneaThis fixes a crash when a second pass is required for...
2018-07-30 Fangrui SongRemove trailing space
2018-07-26 Wolfgang Pieb[DWARF v5] Don't report an error when the .debug_rnglis...
2018-07-23 Fangrui Song[DWARF] Use deque in place of SmallVector to fix use...
2018-07-23 Wolfgang PiebEmbed a template specialization in a namespace to work...
2018-07-23 Wolfgang Pieb[DWARF v5] Refactor range lists dumping by using a...
2018-07-16 Mandeep Singh Grang[llvm] Change 2 instances of std::sort to llvm::sort
2018-07-13 Jonas Devlieghere[dwarfdump] Add pretty printer for accelerator table...
2018-07-11 Fangrui Song[DebugInfo] Fix getPreviousSibling after r336823
2018-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-07-09 Rui UeyamaUse StringRef instead of `const char *`.
2018-07-09 Maksim Panchenko[DebugInfo] Change default value of FDEPointerEncoding
2018-07-06 Benjamin Kramer[PDB] memicmp only exists on Windows, use StringRef...
2018-07-06 Zachary Turner[PDB] One more fix for hasing GSI records.
2018-07-06 Zachary Turner[PDB] Sort globals symbols by name in GSI hash buckets.
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
2018-06-29 Paul RobinsonPass DWARFUnit to verifier by reference not by value...
2018-06-27 Zachary TurnerMove some code from PDBFileBuilder to MSFBuilder.
2018-06-25 Kamil RytarowskiHandle NetBSD specific path in findDebugBinary()
2018-06-20 Wolfgang Pieb[DWARF] Improved error reporting for range lists.
2018-06-13 Pavel Labath[DWARF/AccelTable] Remove getDIESectionOffset for DWARF...
2018-06-01 Pavel LabathDWARFAcceleratorTable: Add an iterator-based api for...
2018-05-31 Pavel LabathDWARFAcceleratorTable: fix equal_range iterators
2018-05-29 Jonas Devlieghere[CodeView] Add prefix to CodeView registers.
2018-05-26 Jonas Devlieghere[dwarfdump] Make -c and -p work together
2018-05-22 Jonas Devlieghere[DebugInfo] Invert DIE order for range errors.
2018-05-22 Jonas Devlieghere[DebugInfo] Fix location list check in the verifier
2018-05-22 Paul Robinson[DWARFv5] Put the DWO ID in its place.
2018-05-21 Jonas Devlieghere[DebugInfo] Use absolute addresses in location lists
2018-05-21 James Henderson[DWARF] Refactor callback usage for .debug_line error...
2018-05-18 Wolfgang PiebFixing buildbot error introduced with r332759.
2018-05-18 Wolfgang PiebAddressing a couple of compiler warnings introduced...
2018-05-18 Wolfgang PiebFixing build error introduced with r332759.
2018-05-18 Wolfgang Pieb[DWARF v5] Improved support for .debug_rnglists (consum...
2018-05-17 Zachary TurnerResubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary TurnerRevert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary Turner[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
2018-05-17 Reid Kleckner[codeview] Include record prefix in global type hashing
2018-05-15 Pavel LabathReapply "DWARFVerifier: Check "completeness" of .debug_...
2018-05-14 Paul Robinson[DWARF] Factor out a DWARFUnitHeader class. NFC
2018-05-14 Pavel Labath[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstr...
2018-05-10 Wolfgang Pieb[DWARF] Fixing a bug in DWARF v5 string offsets tables...
2018-05-10 James HendersonFix signed/unsigned comparison warning and print format
2018-05-10 James Henderson[DWARF] Rework debug line parsing to use llvm::Error...
2018-05-09 Pavel LabathRevert "DWARFVerifier: Check "completeness" of .debug_n...
2018-05-09 Pavel LabathDWARFVerifier: Check "completeness" of .debug_names...
2018-05-08 Fangrui Song[DebugInfo] Accept `S` in augmentation strings in CIE.
2018-05-01 David Blaikiellvm-symbolizer: Handle function definitions nested...
2018-04-30 Jonas Devlieghere[DebugInfo] Prevent infinite recursion for malformed...
2018-04-20 Zachary Turner[LLD/PDB] Emit first section contribution for DBI Modul...
2018-04-20 Andrew Ng[DebugInfo] Use WithColor for more debug line warnings
2018-04-17 Zachary Turner[llvm-pdbutil] Dump first section contribution for...
2018-04-16 Zachary Turner[PDB] Correctly use the target machine when writing...
2018-04-16 Zachary TurnerResubmit "Fix some incorrect fields in our generated...
2018-04-16 Zachary TurnerRevert "Fix some incorrect fields in our generated...
2018-04-16 Brock Wyma[CodeView] Initial support for emitting S_THUNK32 symbo...
2018-04-16 Zachary TurnerFix some incorrect fields in our generated PDBs.
2018-04-15 Jonas Devlieghere[Support] Extend WithColor helpers
2018-04-14 Jonas Devlieghere[DebugInfo] Use WithColor to print errors/warnings
2018-04-13 Mandeep Singh Grang[DebugInfo] Change std::sort to llvm::sort in response...
2018-04-10 Aaron Smith[DebugInfoPDB] Add DIA implementations of findSymbolByR...
2018-04-10 Aaron Smith[PDB] Remove dead code and run clang format; NFC
2018-04-10 Alexandre Ganea[DebugInfo][COFF] Fix reading variable-length encoded...
2018-04-10 Alexandre GaneaFix line endings (CR/LF -> LF) introduced by rL329613
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-04-09 Hiroshi Inoue[NFC] fix trivial typos in comments and error message
2018-04-06 Pavel LabathDWARFVerifier: validate information in name index entries
2018-04-06 Pavel Labath[debug_loc] Fix typo in DWARFExpression constructor
2018-04-05 Wolfgang Pieb[DWARF v5][NFC]: Refactor DebugRnglists to prepare...
2018-04-04 Zachary Turner[llvm-pdbutil] Add the ability to explain binary files.
2018-04-04 Nico WeberMinor no-op cmake file style fix.
2018-04-03 Aaron Smith[DebugInfoPDB] Add a few missing definitions to PDBTypes.h
2018-04-02 Zachary Turner[llvm-pdbutil] Add an export subcommand.
2018-04-01 Mandeep Singh Grang[DebugInfo] Change std::sort to llvm::sort in response...
2018-03-30 Zachary Turner[llvm-pdbutil] Dig deeper into the PDB and DBI streams...
2018-03-29 Zachary Turner[MSF] Default to FPM2, and always mark FPM pages allocated.
2018-03-29 Pavel Labath.debug_names: Correctly align the AugmentationStringSiz...
2018-03-29 Pavel Labath.debug_names: Parse DW_IDX_die_offset as a reference
2018-03-27 Wolfgang Pieb[DWARF][DWARF v5]: Adding support for dumping DW_RLE_of...
2018-03-26 Aaron Smith[DebugInfoPDB] Print the method name along with the...
2018-03-26 Aaron Smith[DebugInfoPDB] Add methods to get the compiland and...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of findLineNumber...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of addressForVA...
2018-03-26 Paul RobinsonUse correct format specifier.
2018-03-23 Zachary Turner[PDB] Resubmit "Support embedding natvis files in PDBs."
2018-03-23 Zachary Turner[PDB] Make our PDBs look more like MS PDBs.
2018-03-22 Paul Robinson[DWARF] Replace assert with diagnostic. PR36868.
2018-03-22 Zachary Turner[Codeview/PDB] Rename some methods for clarity.
2018-03-22 Pavel LabathDWARFVerifier: verify debug_names abbreviation table
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-22 Aaron Smith[PDB] Get more DIA table enumerators
2018-03-21 Zachary Turner[PDB] Don't ignore bucket 0 when writing the PDB string...
2018-03-21 Reid Kleckner[PDB] Remove unused private variable, re-applying r3279...
2018-03-21 Rafael EspindolaHandle abbr_offset with relocations.
2018-03-21 Pavel Labath[dwarf] Unify unknown dwarf enum formatting code
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-19 Aaron Smith[PDB] Add a method to get the full path of the source...
next