summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-2/+2
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-2/+2
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-2/+2
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-2/+2
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-2/+2
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-2/+2
* clang-format and restyle DWARFFormValue before working on it. NFCPaul Robinson2017-05-031-280/+301
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-2/+4
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-16/+6
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-5/+26
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-12/+16
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-131-1/+3
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-1/+3
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+12
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-12/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+12
* Fixed issues found by Paul Robinson with my patch for:Greg Clayton2016-11-111-4/+7
* Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton2016-11-111-175/+233
* Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton2016-10-311-25/+29
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-271-6/+9
* [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie2015-12-041-2/+8
* Use numeric_limits instead of LLONG_MAXMatt Arsenault2015-10-211-2/+2
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...Benjamin Kramer2015-05-251-4/+2
* [DWARF parser] Add basic support for DWZ DWARF multifile extensions.Alexey Samsonov2015-05-191-35/+42
* DWARFFormValue: Add getAsSignedConstant method.Frederic Riss2015-03-041-0/+19
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+565
OpenPOWER on IntegriCloud