summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-3/+3
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-10/+0
* Try to unbreak buildbots after r368014Igor Kudrin2019-08-061-1/+1
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-52/+63
* [DWARF] Fix dump of local/foreign TU lists in .debug_namesFangrui Song2019-04-291-2/+3
* [DWARF] llvm::Error -> Error. NFCFangrui Song2019-04-171-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-28/+26
* [dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere2018-07-131-3/+9
* [DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath2018-06-131-8/+0
* DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...Pavel Labath2018-06-011-18/+16
* DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath2018-05-311-2/+3
* Reapply "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-151-2/+31
* Revert "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-091-31/+2
* DWARFVerifier: Check "completeness" of .debug_names sectionPavel Labath2018-05-091-2/+31
* DWARFVerifier: validate information in name index entriesPavel Labath2018-04-061-3/+3
* .debug_names: Correctly align the AugmentationStringSize fieldPavel Labath2018-03-291-2/+1
* .debug_names: Parse DW_IDX_die_offset as a referencePavel Labath2018-03-291-1/+1
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-30/+12
* DWARF: Unify form size handling codePavel Labath2018-03-141-5/+5
* [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementationsPavel Labath2018-03-091-8/+33
* Implement equal_range for the DWARF v5 accelerator tablePavel Labath2018-02-241-19/+177
* Fix windows test failure caused by r323638Pavel Labath2018-01-291-1/+1
* Fix build broken by r323641Pavel Labath2018-01-291-1/+1
* Refactor dwarfdump -apple-names outputPavel Labath2018-01-291-56/+79
* [DebugInfo] Basic .debug_names dumping supportPavel Labath2018-01-291-13/+420
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-1/+2
* Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath2018-01-221-16/+16
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-111-5/+10
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-3/+7
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-1/+68
* [DWARF] Added verification check for tags in accelerator tables. This patch v...Spyridoula Gravani2017-07-311-2/+9
* [DWARF] Added verification checks for the .apple_names section.Spyridoula Gravani2017-06-291-0/+39
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-2/+1
* Added partial verification for .apple_names accelerator table in llvm-dwarfdu...Spyridoula Gravani2017-06-141-0/+7
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-4/+3
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-3/+9
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-311-1/+1
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-1/+1
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+4
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-4/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+4
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-4/+2
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-2/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
OpenPOWER on IntegriCloud