OSDN Git Service

[llvm-exegesis] Analysis: Display idealized sched class port pressure.
[android-x86/external-llvm.git] / unittests / DebugInfo /
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.
2017-08-02 Rafael EspindolaDon't pass the code model to MC
2017-07-19 Rafael EspindolaRemove some leftover DWARFContextInMemory.
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-06-30 Juergen Ributzka[DWARF] Don't include TestingSupport in LLVM_LINK_COMPO...
2017-06-30 George Rimar[DWARF] - Simplify HandleExpectedError implementation...
2017-06-29 Paul Robinson[DWARF] NFC: DWARFDataExtractor combines relocs with...
2017-06-28 George Rimar[DebugInfo] - Removed trailing whitespaces. NFC.
2017-06-28 George RimarRecommit "[ELF] - Add ability for DWARFContextInMemory...
2017-06-28 George RimarRevert r306512 "[ELF] - Add ability for DWARFContextInM...
2017-06-28 George Rimar[ELF] - Add ability for DWARFContextInMemory to exit...
2017-06-26 Paul Robinson[DWARF] NFC: Collect info used by DWARFFormValue into...
2017-06-22 Adrian McCarthyMake IPDBSession::getGlobalScope a non-const method
2017-06-21 Reid Kleckner[PDB] Add symbols to the PDB
2017-06-19 Zachary TurnerTry to fix uninitialized read in unit test.
2017-06-16 Zachary Turner[CodeView] Fix random access of type names.
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-14 Zachary TurnerDon't include TestingSupport in LLVM_LINK_COMPONENTS.
2017-06-14 Zachary Turner[gtest] Create a shared include directory for gtest...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-03 Zachary Turner[PDB] Fix use after free.
2017-05-30 Galina KistanovaReverted r303602, as it will be fixed in gtest.
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 George RimarRevert "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRecommit r303978 "[DWARF] - Make collectAddressRanges...
2017-05-25 Zachary Turner[CV Type Merging] Find nested type indices faster.
2017-05-25 Zachary TurnerFix a bug in MappedBlockStream.
next