summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-12/+10
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-18/+22
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-231-3/+9
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-021-3/+7
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-18/+147
* Make DWARFDebugLine use StringRef for directory/file tables. NFCPaul Robinson2017-05-021-16/+13
* Stylistic makeover of DWARFDebugLine before working on it. NFCPaul Robinson2017-05-011-180/+177
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-10/+4
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-1/+10
* This change does two things:Eric Christopher2016-12-141-0/+1
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-2/+2
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+2
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-2/+2
* Avoid dsymutil calls to getFileNameByIndex.Pete Cooper2016-07-221-6/+11
* Read discriminators correctly from object file.Dehao Chen2016-04-281-44/+33
* [DWARF] Fix a bug in line info handlingKeno Fischer2015-05-311-62/+43
* DebugInfo: .debug_line DWARF64 supportEd Maste2015-05-281-9/+18
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+698
OpenPOWER on IntegriCloud