OSDN Git Service

Cleanup: llvm::bsearch -> llvm::partition_point after r364719
[android-x86/external-llvm.git] / include / llvm / DebugInfo / DWARF / DWARFUnit.h
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-05-25 David Blaikiellvm-dwarfdump: Don't error on mixed units using/not...
2019-05-24 David Blaikiedwarfdump: Add a bit more DWARF64 support
2019-05-09 Caroline Ticellvm-dwarfdump: Add dwo parsing to --statistics.
2019-04-17 Fangrui SongChange some llvm::{lower,upper}_bound to llvm::bsearch...
2019-04-12 Fangrui SongUse llvm::lower_bound. NFC
2019-04-11 Ali TamurRevert "Use llvm::lower_bound. NFC"
2019-04-11 Fangrui SongUse llvm::lower_bound. NFC
2019-02-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-22 David BlaikielibDebugInfo: Refactor error handling in range list...
2018-11-17 David Blaikiellvm-symbolizer: Avoid calling getFromOffset when the...
2018-10-31 Wolfgang Pieb[DWARF][NFC] Refactor a function to return Optional...
2018-10-31 Wolfgang Pieb[DWARF] Revert r345546: Refactor range list extraction...
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-26 Wolfgang Pieb[DWARF][NFC] cleanup (mostly leftovers from the impleme...
2018-10-20 David BlaikieDebugInfo: Use debug_addr for non-dwo addresses in...
2018-10-19 Wolfgang Pieb[DWARF] Make llvm-dwarfdump display location lists...
2018-09-21 Jonas Devlieghere[dwarfdump] Verify compatibility of attribute TAGs.
2018-09-17 Alexander KornienkoRevert "[DWARF] reposting r342048, which was reverted...
2018-09-14 Wolfgang Pieb[DWARF] reposting r342048, which was reverted in r34205...
2018-09-12 Wolfgang PiebReverting r342048, which caused UBSan failures in dsymutil.
2018-09-12 Wolfgang Pieb[DWARF] Refactoring range list dumping to fold DWARF...
2018-09-11 David Blaikiellvm-symbolizer: Fix bug related to TUs interfering...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [4/4] Unify handling of compile and...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to...
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-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-06-20 Wolfgang Pieb[DWARF] Improved error reporting for range lists.
2018-06-13 Pavel Labath[DWARF/AccelTable] Remove getDIESectionOffset for DWARF...
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-18 Wolfgang Pieb[DWARF v5] Improved support for .debug_rnglists (consum...
2018-05-14 Paul Robinson[DWARF] Factor out a DWARFUnitHeader class. NFC
2018-05-10 Wolfgang Pieb[DWARF] Fixing a bug in DWARF v5 string offsets tables...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-03-21 Rafael EspindolaHandle abbr_offset with relocations.
2018-03-14 Pavel LabathDWARF: Unify form size handling code
2018-02-13 David BlaikieRevert "Rewrite the cached map used for locating the...
2018-01-29 Paul RobinsonStop tracking .debug_line_str in DWARFUnit. NFC.
2018-01-25 Paul Robinson[DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
2017-12-22 Chandler CarruthRewrite the cached map used for locating the most preci...
2017-12-21 Wolfgang Pieb[DWARF v5] Rework of string offsets table reader
2017-10-25 Jonas DevlieghereRe-land "[dwarfdump] Add -lookup option"
2017-10-25 George Rimar[llvm-dwarfdump] - Fix array out of bounds access crash.
2017-10-06 Jonas Devlieghere[dwarfdump] Verify that unit type matches root DIE
2017-10-03 Hans WennborgRevert r314817 "[dwarfdump] Add -lookup option"
2017-10-03 Jonas Devlieghere[dwarfdump] Add -lookup option
2017-09-19 David Blaikiedwarfdump/symbolizer: Avoid loading unneeded CUs from...
2017-09-19 David Blaikiedwarfdump: Delay parsing abbreviations until they're...
2017-09-04 George Rimar[DebugInfo] - Fix for lld DWARF parsing of base address...
2017-08-02 David BlaikieDebugInfo: Test & handle (differently) non-zero DW_AT_r...
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-07-13 Spyridoula Gravani[DWARF] Introduce verification for the unit header...
2017-06-29 Paul Robinson[DWARF] NFC: DWARFDataExtractor combines relocs with...
2017-06-27 Paul Robinson[DWARF] NFC: Make string-offset handling more like...
2017-06-26 Paul Robinson[DWARF] NFC: Collect info used by DWARFFormValue into...
2017-06-23 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize-use-using...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Wolfgang Pieb[DWARF] Adding support for the DWARF v5 string offsets...
2017-05-23 David BlaikielibDebugInfo: Avoid independently parsing the same...
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-17 George Rimar[DebugInfo/DWARF] - Make comments to be in doxygen...
2017-05-02 Greg ClaytonVerify that all references point to actual DIEs in...
2017-04-24 George Rimar[DWARF] - Take relocations in account when extracting...
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-03-01 Paul RobinsonReorder fields for better packing. (NFC)
2017-03-01 Eugene Zelenko[DebugInfo] Fix some Include What You Use warnings...
2017-02-28 Paul Robinson[DWARFv5] Emit new unit header format.
2016-12-22 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-21 Greg ClaytonAdd the ability for DWARFDie objects to get the parent...
2016-12-20 Chris BienemanRevert "[ObjectYAML] Support for DWARF debug_info section"
2016-12-20 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-20 Chris BienemanRevert "[ObjectYAML] Support for DWARF debug_info section"
2016-12-20 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-14 Greg ClaytonAdd the ability to get attribute values as Optional<T>
2016-12-13 Greg ClaytonMake a DWARFDIE class that can help avoid using the...
2016-11-11 Greg ClaytonFix windows buildbot where warnings are errors. We...
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-10-31 Greg ClaytonModify DWARFFormValue to remember the DWARFUnit that...
2016-10-18 David Blaikiedwarfdump: -summarize-types: print a short summary...
2016-06-10 Nico WeberRemove a few gendered pronouns.
2016-04-22 David Blaikiellvm-symbolizer: Avoid infinite recursion walking dwos...
2016-04-07 David Blaikiellvm-dwarfdump: Use deque rather than vector to preserv...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-16 David BlaikieDemote a single-use named function object to a lambda
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-13 Frederic RissDWARFUnit: Add a couple of helpers to access the DIE...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.