Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo] Move all DWARF headers to the public include directory. | Frederic Riss | 2014-12-19 | 1 | -43/+0 |
| | | | | | | | | | | dsymutil needs access to DWARF specific inforamtion, the small DIContext wrapper isn't sufficient. Other DWARF consumers might want to use it too (I'm looking at you lldb). Differential Revision: http://reviews.llvm.org/D6694 llvm-svn: 224594 | ||||
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
* | [DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointer | Alexey Samsonov | 2014-04-28 | 1 | -4/+2 |
| | | | | llvm-svn: 207459 | ||||
* | [C++11] Convert DWARF parser to range-based for loops | Alexey Samsonov | 2014-03-13 | 1 | -2/+1 |
| | | | | llvm-svn: 203766 | ||||
* | Initial support for DWARF CFI parsing and dumping in LLVM | Eli Bendersky | 2013-02-05 | 1 | -0/+46 |
llvm-svn: 174463 |