summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
AgeCommit message (Expand)Author
2017-10-31Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer
2017-10-31[DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer
2017-09-21[DWARF] Shrink AttributeSpec from 24 to 16 bytes.Benjamin Kramer
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-27[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-01-13Add the ability to iterate across all attributes in a DIE.Greg Clayton
2017-01-10DebugInfo: support for DW_FORM_implicit_constVictor Leschuk
2016-12-14Wdocumentation fixSimon Pilgrim
2016-12-13Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton
2016-11-15DWARFAbbreviationDeclaration.h: Fix a typo in r286924. [-Wdocumentation]NAKAMURA Takumi
2016-11-15Improve DWARF parsing speed by improving DWARFAbbreviationDeclarationGreg Clayton
2016-10-27Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-03-04Make the DWARFAbbreviationDeclaration::AttributeSpec type public.Frederic Riss
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner