aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko1-8/+13
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-4/+4
2016-03-01[DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan1-2/+7
2016-02-05[DebugInfo] Eliminate compilation warning about used variable LSDADmitry Polukhin1-2/+1
2016-01-27[DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky1-30/+27
2016-01-26Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky1-16/+166
2016-01-26[DebugInfo] Fix DWARFDebugFrame instruction operand orderingIgor Laevsky1-6/+14
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-166/+16
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-16/+166
2015-05-12[DWARF] Add CIE header fields address_size and segment_size when generating d...Keith Walker1-7/+18
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-4/+2
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2015-02-25[dwarfdump] Fix frame info register number dump.Frederic Riss1-1/+1
2015-02-25Try to appease buildbots.Frederic Riss1-1/+1
2015-02-25[dwarfdump] Make debug_frame dump actually useful.Frederic Riss1-3/+136
2015-02-25[dwarfdump] Don't print meaningless pointer.Frederic Riss1-3/+0
2015-02-25DWARFDebugFrame: Move some code around. NFC.Frederic Riss1-13/+10
2015-02-25DWARFDebugFrame: Add some trivial accessors. NFC.Frederic Riss1-0/+5
2015-02-25DWARFDebugFrame: Actually collect CIEs associated with FDEs.Frederic Riss1-6/+11
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner1-0/+374