summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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