OSDN Git Service

Move getOpcode() call into if statement. NFCI.
[android-x86/external-llvm.git] / unittests / DebugInfo /
2019-04-29 Nico Weber[PDB] Fix hash function used to write /src/headerblock
2019-04-15 Fangrui Song[DWARF] Fix DWARFVerifier::DieRangeInfo::contains
2019-04-15 Fangrui Song[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-02-27 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-30 Jonas Devlieghere[DebugInfo] Define base function on DWARFDie reverse...
2018-10-23 Aleksandr UrakovRevert "Revert "[PDB] Extend IPDBSession's interface...
2018-10-22 Aleksandr UrakovRevert "[PDB] Extend IPDBSession's interface to retriev...
2018-10-22 Aleksandr Urakov[PDB] Extend IPDBSession's interface to retrieve frame...
2018-09-18 Zachary TurnerFix function signature to actually be an override.
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-10 Zachary Turner[PDB] Change uint32_t to SymIndex wherever it makes...
2018-09-06 Fangrui SongQuick fix for -DBUILD_SHARED_LIBS=on build after rL341502
2018-09-06 Zachary TurnerFix a warning.
2018-09-05 Zachary Turner[PDB] Refactor the PDB symbol classes to fix a reuse...
2018-08-16 Reid Kleckner[codeview] Use push_macro to avoid conflicts instead...
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
2018-08-01 Paul Robinson[DebugInfo/DWARF] [2/4] Type units no longer in a std...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection...
2018-08-01 Jonas Devlieghere[DebugInfo] Have custom std::reverse_iterator<DWARFDie>
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-26 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-26 Pavel Labathdwarfgen: Don't create an AsmPrinter with an invalid...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-06-27 Zachary TurnerMove some code from PDBFileBuilder to MSFBuilder.
2018-05-29 Jonas Devlieghere[CodeView] Add prefix to CodeView registers.
2018-05-21 James Henderson[DWARF] Refactor callback usage for .debug_line error...
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-14 Nico WeberInline a few CMake variables into their only uses.
2018-05-14 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-05-10 James Henderson[DWARF] Remove unused member and fix(?) the unit-tests...
2018-05-10 Roman Lebedev[DWARF] DwarfGenerator.h LineTable: explicitly mark...
2018-05-10 Roman Lebedev[DWARF] dwarfgen::LineTable::writeData(): pacify -Wcove...
2018-05-10 Roman Lebedev[DWARF] DWARFDebugLineTest: fix a few more signed/unsig...
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-04-30 Nico WeberIWYU for llvm-config.h, removals. Also see r331184.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-20 Jonas Devlieghere[ObjectYAML] Add ability for DWARFYAML to calculate...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-10 Aaron Smith[DebugInfoPDB] Add missing test for findSymbolByRVA...
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-03-29 Rafael EspindolaStyle update. NFC.
2018-03-29 Zachary Turner[MSF] Default to FPM2, and always mark FPM pages allocated.
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of findLineNumber...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of addressForVA...
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-21 Zachary Turner[PDB] Don't ignore bucket 0 when writing the PDB string...
2018-03-16 Pavel LabathHashTableTest: squelch some "comparison of integers...
2018-03-15 Zachary TurnerFix structure alignment issue.
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-15 Aaron Smith[DebugInfo] Add a new method IPDBSession::findLineNumbe...
2018-03-14 Pavel LabathDWARF: Unify form size handling code
2018-03-13 Zachary TurnerImplement pure virtual method to fix build.
2018-03-08 James Henderson[DWARF] Don't attempt to parse line tables at invalid...
2018-03-07 Aaron Smith[DebugInfoPDB] Add DIA implementation for getSrcLineOnT...
2018-02-23 Aaron Smith[PDB] Check the result of setLoadAddress()
2018-02-22 Aaron Smith[PDB] Add missing override to silence buildbots
2018-02-22 Aaron Smith[PDB] Implement more find methods for PDB symbols
2018-02-16 Eric ChristopherSilence an unsigned vs signed compare warning.
2018-02-16 Zachary TurnerFix emission of PDB string table.
2018-01-05 Zachary Turner[MSF] Fix FPM interval calcluation
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2017-12-18 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Paul RobinsonRevert "Recommit "[DWARFv5] Dump an MD5 checksum in...
2017-12-15 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Paul RobinsonRevert "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Paul Robinson[DWARFv5] Dump an MD5 checksum in the line-table header.
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-12-12 Alexandre GaneaTest commit.
2017-12-07 Zachary Turner[DebugInfo] Fix register variables not showing up in...
2017-12-05 Zachary Turner[CodeView] Add support for content hashing CodeView...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-27 Greg ClaytonFixed the ability to recursively get an attribute value...
2017-11-27 David BlaikieRename MCTargetOptionsCommandFlags.h to .def as it...
2017-11-27 Zachary Turner[BinaryStream] Support growable streams.
2017-11-16 Aaron Smith[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB...
2017-11-07 Paul Robinson[DWARFv5] Support DW_FORM_strp in the .debug_line header.
2017-10-23 Reid Kleckner[codeview] Add support for inlinee lists
2017-10-15 Vitaly BukaRemove unused variables
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-09-18 Jonas Devlieghere[dwarfdump] Make .eh_frame an alias for .debug_frame
2017-09-14 Jonas Devlieghere[dwarfdump] Add DWARF verifiers for address ranges
2017-09-14 Jonas DevlieghereRevert "[dwarfdump] Add DWARF verifiers for address...
2017-09-14 Jonas Devlieghere[dwarfdump] Add DWARF verifiers for address ranges
2017-09-08 Jonas Devlieghere[dwarfdump] Verify line table prologue
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-08-02 Zachary Turner[pdb/lld] Write a valid FPM.
2017-08-02 Zachary Turner[MSF] Move MSF unit tests to their own unittest target.
2017-08-02 Zachary Turner[pdbutil] Add a command to dump the FPM.
next