summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-9/+9
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-0/+96
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-96/+0
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-1/+1
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-0/+96
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-96/+0
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-0/+96
* [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb2018-09-121-96/+0
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-12/+7
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-201-6/+17
* [DWARF v5] Add limited support for dumping .debug_rnglistsJames Henderson2018-02-021-12/+0
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-2/+8
* [dwarfdump][NFC] Consistent printing of address rangesJonas Devlieghere2017-09-291-0/+5
* [DebugInfo] - Fix for lld DWARF parsing of base address selection entries in ...George Rimar2017-09-041-6/+19
* [llvm-dwarfdump] - Print section name and index when dumping .debug_info rangesGeorge Rimar2017-08-151-6/+8
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-6/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-4/+4
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+4
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-4/+4
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-4/+4
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-4/+4
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+4
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-4/+4
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-2/+2
* [DWARF] - Take relocations in account when extracting ranges from .debug_rangesGeorge Rimar2017-04-241-3/+8
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-1/+4
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+69
OpenPOWER on IntegriCloud