aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-10-04Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer1-1/+2
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-3/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+3
2014-04-28[DWARF parser] DWARFDebugFrame: Make FrameEntry struct smaller.Alexey Samsonov1-27/+24
2014-04-28[DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointerAlexey Samsonov1-19/+8
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-10/+5
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-01-26[Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju1-0/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-02-22Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky1-29/+33
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky1-6/+170
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer1-1/+2
2013-02-08The patch to fix some issues in r174543 fixed the lines failing the test, but...David Tweed1-3/+3
2013-02-07FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!NAKAMURA Takumi1-2/+2
2013-02-07FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...NAKAMURA Takumi1-2/+3
2013-02-07DWARFDebugFrame.cpp: Fix formatting on i686 hosts.NAKAMURA Takumi1-3/+6
2013-02-06Add some comments to new frame entriesEli Bendersky1-0/+4
2013-02-06Failing builds because a private class member is not being used afterEli Bendersky1-0/+3
2013-02-06Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtorEli Bendersky1-0/+9
2013-02-06Fix some formatting & add comments, following Eric's reviewEli Bendersky1-12/+19
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky1-0/+195