summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Extend the DWARFExpression address handling to support 16-bit addressesDylan McKay2019-06-011-4/+8
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-313-15/+56
* llvm-dwarfdump: Don't error on mixed units using/not using str_offsetsDavid Blaikie2019-05-252-42/+82
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-4/+6
* dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF6...David Blaikie2019-05-241-3/+10
* dwarfdump: Add a bit more DWARF64 supportDavid Blaikie2019-05-242-12/+13
* Reverted r361134 because of a failing test left unattended for a long time.Galina Kistanova2019-05-221-3/+4
* [DWARF] hoist nullptr checks. NFCNick Desaulniers2019-05-201-3/+5
* Use llvm::sort. NFCFangrui Song2019-05-201-4/+3
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-163-9/+18
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-163-18/+9
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-163-9/+18
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-152-0/+24
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-102-5/+13
* DebugInfo/DWARF: Minor expression simplificationDavid Blaikie2019-05-091-1/+1
* [DebugInfo] Fix use-after-move warning. NFCI.Simon Pilgrim2019-05-081-1/+1
* DWARF v5: fix directory index in the line tableFangrui Song2019-05-061-12/+16
* [PDB] Fix hash function used to write /src/headerblockNico Weber2019-04-292-1/+8
* [DWARF] Fix dump of local/foreign TU lists in .debug_namesFangrui Song2019-04-291-2/+3
* [DWARF] Delete a redundant check in getFileNameByIndex()Fangrui Song2019-04-291-2/+1
* s/Dwarf 5/DWARF v5/ NFCFangrui Song2019-04-261-1/+1
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* [llvm-symbolizer] Fix section index at the end of a sectionFangrui Song2019-04-201-2/+1
* [DWARF] Use hasFileAtIndex to properly verify DWARF 5 after rL358732Fangrui Song2019-04-191-3/+5
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-2/+17
* [DWARF] llvm::Error -> Error. NFCFangrui Song2019-04-171-4/+5
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-173-13/+8
* [DWARF] Pass ReferenceToDIEOffsets elements by referenceFangrui Song2019-04-171-3/+3
* [DWARF] Fix DWARFVerifier::DieRangeInfo::containsFangrui Song2019-04-151-19/+18
* [DWARF] Fix DWARFVerifier::DieRangeInfo::intersectsFangrui Song2019-04-151-16/+9
* [DWARF] Make DWARFDebugLine::ParsingState::RowNumber a local variableFangrui Song2019-04-151-2/+2
* Use llvm::lower_bound. NFCFangrui Song2019-04-121-4/+4
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-111-4/+4
* Use llvm::lower_bound. NFCFangrui Song2019-04-111-4/+4
* [DWARF] Set discriminator to 0 for DW_LNS_copyFangrui Song2019-04-111-5/+3
* [DWARF] Simplify LineTable::findRowInSeqFangrui Song2019-04-101-35/+11
* [DWARF] DWARFDebugLine: replace Sequence::orderByLowPC with orderByHighPCFangrui Song2019-04-091-32/+10
* Use llvm::crc32 instead of crc32. NFCEugene Leviant2019-04-081-1/+1
* Attempt to recommit r357901Eugene Leviant2019-04-081-1/+2
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-081-2/+1
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-081-1/+2
* [DWARF] DWARFDebugLine: delete unused parameter `Offset`Fangrui Song2019-04-071-4/+4
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-1/+1
* [DWARF] Simplify DWARFDebugAranges::findAddressFangrui Song2019-04-061-15/+6
* [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>>Fangrui Song2019-04-062-10/+16
* [Symbolize] Replace map<SymbolDesc, StringRef> with sorted vectorFangrui Song2019-04-052-10/+19
* [Symbolize] Keep SymbolDescs with the same address and improve getNameFromSym...Fangrui Song2019-04-042-3/+6
* [llvm-symbolizer] Add `--output-style` switch.Igor Kudrin2019-04-041-1/+4
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-0412-67/+33
* [dwarfdump] Remove bogus verifier errorJonas Devlieghere2019-04-031-11/+1
OpenPOWER on IntegriCloud