summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-4/+4
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-021-2/+4
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-011-4/+2
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-17/+3
* DWARF: Unify form size handling codePavel Labath2018-03-141-4/+2
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-1/+1
* Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer2017-10-311-2/+2
* [DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer2017-10-311-2/+2
* [DWARF] Shrink AttributeSpec from 24 to 16 bytes.Benjamin Kramer2017-09-211-11/+10
* [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