OSDN Git Service

[InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero...
[android-x86/external-llvm.git] / lib / DebugInfo /
2017-05-24 Zachary TurnerDon't do a full scan of the type stream before processi...
2017-05-23 Zachary Turner[CodeView] Eliminate redundant hashes and allocations.
2017-05-23 Reid KlecknerSpeculative build fix for non-Windows
2017-05-23 Reid Kleckner[PDB] Hash types up front when merging types instead...
2017-05-23 Zachary TurnerRevert "Make TypeSerializer's StringMap use the same...
2017-05-23 David BlaikielibDebugInfo: Support symbolizing using DWP files
2017-05-23 David BlaikieFIX: Remove debugging assert left in previous commit
2017-05-23 David BlaikielibDebugInfo: Avoid independently parsing the same...
2017-05-22 Zachary TurnerImplement various flavors of type merging.
2017-05-22 Zachary TurnerMake TypeSerializer's StringMap use the same allocator.
2017-05-22 David BlaikielibDebugInfo/DWARF: Apply relocations for debug_addr...
2017-05-20 David Blaikiellvm-symbolizer: Support multiple CUs in a single DWO...
2017-05-19 Zachary TurnerResubmit "[CodeView] Provide a common interface for...
2017-05-19 Zachary TurnerRevert "[CodeView] Provide a common interface for type...
2017-05-19 Zachary TurnerDon't crash if someone tries to visit an empty type...
2017-05-19 Zachary Turner[CodeView] Reduce memory usage in TypeSerializer.
2017-05-19 Zachary TurnerFix crasher in CodeView test.
2017-05-18 Zachary TurnerFix some build errors and warnings.
2017-05-18 Zachary Turner[CodeView] Raise the source to ID map out of the TypeSt...
2017-05-18 Zachary Turner[llvm-pdbdump] Add the ability to merge PDBs.
2017-05-18 Zachary Turner[CodeView] Provide a common interface for type collections.
2017-05-18 Zachary TurnerFix some minor issues in PDB parsing library.
2017-05-18 George Rimar[DWARF] - Simplify RelocVisitor implementation.
2017-05-18 George Rimar[lib/Object] - Minor API update for llvm::Decompressor.
2017-05-17 Bob Haarman[llvm-pdbdump] in yaml2pdb, generate default output...
2017-05-17 Zachary Turner[CodeView] Simplify the use of visiting type records...
2017-05-17 George Rimar[DWARF] - Cleanup relocations proccessing.
2017-05-16 George Rimar[DWARF] - Add RelocAddrEntry for cleanup. NFCi.
2017-05-16 George Rimar[DWARF] - Use DWARFAddressRange struct instead of uint6...
2017-05-16 George RimarRevert r303159 "[DWARF] - Use DWARFAddressRange struct...
2017-05-16 George Rimar[DWARF] - Use DWARFAddressRange struct instead of uint6...
2017-05-15 George Rimar[DWARF] - Speedup handling of relocations in DWARFConte...
2017-05-12 Zachary Turner[CodeView] Add a random access type visitor.
2017-05-09 Wolfgang Pieb[DWARF] Fix a parsing issue with type unit headers.
2017-05-09 Aaron BallmanRemoving a file that is not necessary (and was causing...
2017-05-09 Diana PicusRevert "[Dwarf] Disable reference verification for...
2017-05-09 Renato Golin[Dwarf] Disable reference verification for now (PR32972)
2017-05-08 Greg ClaytonAdd const to "DWARFDie &Die" in a few functions as...
2017-05-08 Eugene ZemtsovFix typo
2017-05-08 Greg ClaytonFix typo "veify" to "verify".
2017-05-08 Zachary Turner[CodeView] Add support for random access type visitors.
2017-05-05 Zachary Turner[CodeView] Reserve TypeDatabase records up front.
2017-05-05 George Rimar[llvm-dwarfdump] - Print an error message if section...
2017-05-04 Zachary Turner[pdb] Don't verify TPI hash values up front.
2017-05-04 Zachary Turner[PDB] Don't build the entire source file list up front.
2017-05-04 Greg ClaytonDon't return an invalid line table if the DW_AT_stmt_li...
2017-05-03 Paul Robinsonclang-format and restyle DWARFFormValue before working...
2017-05-03 Zachary TurnerRemove unused private field.
2017-05-03 Greg ClaytonBreak verification down into smaller functions to keep...
2017-05-03 Davide Italiano[CodeView] Remove constructor initialization of a remov...
2017-05-03 Zachary Turner[CodeView] Use actual strings for dealing with checksum...
2017-05-03 Zachary Turner[llvm-readobj] Update readobj to re-use parsing code.
2017-05-03 Greg ClaytonCreate DWARFVerifier.cpp and .h and move all DWARF...
2017-05-03 Zachary TurnerResubmit r301986 and r301987 "Add codeview::StringTable"
2017-05-03 Greg ClaytonVerify that no compile units share the same line table...
2017-05-03 Daniel JasperRevert r301986 (and subsequent r301987).
2017-05-03 Zachary TurnerFix use after free in BinaryStream library.
2017-05-02 Zachary TurnerFix type conversion error.
2017-05-02 Zachary TurnerMake codeview::StringTable.
2017-05-02 Greg ClaytonAdd line table verification to lldb-dwarfdump --verify
2017-05-02 Paul Robinson[DWARFv5] Parse new line-table header format.
2017-05-02 Greg ClaytonVerify that all references point to actual DIEs in...
2017-05-02 Zachary TurnerRename pdb::StringTable -> pdb::PDBStringTable.
2017-05-02 Paul RobinsonMake DWARFDebugLine use StringRef for directory/file...
2017-05-02 Zachary Turner[PDB/CodeView] Read/write codeview inlinee line informa...
2017-05-01 Paul RobinsonStylistic makeover of DWARFDebugLine before working...
2017-05-01 Zachary Turner[CodeView] Write CodeView line information.
2017-05-01 Greg ClaytonAdds initial llvm-dwarfdump --verify support with unit...
2017-05-01 Zachary Turner[PDB/CodeView] Rename some classes.
2017-04-29 Zachary Turner[llvm-pdbdump] Abstract some of the YAML/Raw printing...
2017-04-28 Zachary Turner[llvm-readobj] Use LLVMDebugInfoCodeView to parse line...
2017-04-28 George Rimar[DWARF] - Fix mistype in dump output of pub* tables...
2017-04-27 Zachary Turner[CodeView] Isolate Debug Info Fragments into standalone...
2017-04-27 Zachary Turner[Support] Make BinaryStreamArray extractors stateless.
2017-04-27 Zachary TurnerRename some PDB classes.
2017-04-27 George Rimar[llvm-dwarfdump] - Change format for .gdb_index dump.
2017-04-25 Zachary Turner[llvm-pdbdump] Allow sorting / filtering by immediate...
2017-04-25 Zachary Turner[llvm-pdbdump] Dump File / Line Info to YAML.
2017-04-24 Zachary Turner[llvm-pdbdump] Re-write the record layout code to be...
2017-04-24 George Rimar[DWARF] - Take relocations in account when extracting...
2017-04-21 George Rimar[DWARF] - Refactoring: localize handling of relocations...
2017-04-19 Dehao ChenCode style change as suggested in https://reviews.llvm...
2017-04-19 Dehao ChenUsing address range map to speedup finding inline stack...
2017-04-19 Dehao ChenRevert r300697 which causes buildbot failure.
2017-04-19 Dehao ChenUsing address range map to speedup finding inline stack...
2017-04-17 Dehao ChenAdd GNU_discriminator support for inline callsites...
2017-04-13 Zachary Turner[llvm-pdbdump] Recursively dump class layout.
2017-04-13 George Rimar[DWARF] - Simplify (use dyn_cast instead of isa + cast).
2017-04-12 Zachary TurnerFix initialization order of class members.
2017-04-12 Zachary Turner[llvm-pdbdump] Minor prepatory refactor of Class Def...
2017-04-12 Zachary Turner[llvm-pdbdump] More advanced class definition dumping.
2017-04-12 Krasimir Georgiev[DWARF] Fix compiler warnings in DWARFContext.cpp,...
2017-04-12 George Rimar[DWARF] - Refactoring of DWARFContextInMemory implement...
2017-04-11 Reid Kleckner[PDB] Emit index/offset pairs for TPI and IPI streams
2017-04-11 Vassil VassilevRemove unused functions. Remove static qualifier from...
2017-04-10 Adrian McCarthyImproves pretty printing of variable types in llvm...
2017-04-10 Zachary TurnerGeneral usability improvements to generic PDB library.
2017-04-04 Reid Kleckner[PDB] Save one type record copy
2017-04-03 Reid Kleckner[codeview] Cope with unsorted streams in type merging
2017-04-03 Reid Kleckner[codeview] Add support for label type records
next