summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-36/+44
* 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-1/+1
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-1/+0
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-1/+7
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-7/+28
* Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton2016-12-131-7/+8
* Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton2016-11-151-5/+104
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-21/+22
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-6/+6
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-6/+6
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-6/+6
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-6/+6
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-6/+6
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+97
OpenPOWER on IntegriCloud