summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Eliminate compilation warning about used variable LSDADmitry Polukhin2016-02-051-2/+1
* [DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2016-01-271-30/+27
* Remove autoconf supportChris Bieneman2016-01-265-72/+0
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-263-19/+186
* [DebugInfo] Fix DWARFDebugFrame instruction operand orderingIgor Laevsky2016-01-261-6/+14
* Fix instance of -Wcovered-switch-defaultReid Kleckner2016-01-131-2/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-26/+24
* fixing type.Mike Aizatsky2016-01-091-1/+2
* llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...NAKAMURA Takumi2016-01-091-1/+1
* [llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky2016-01-091-4/+35
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-032-117/+117
* Remove unused constants from TypeTableBuilder.cpp.Dave Bartolomeo2015-12-241-4/+0
* Fix case of path nameBill Seurer2015-12-241-1/+1
* Fix CodeView library name and non-CMake buildsDave Bartolomeo2015-12-243-4/+21
* LLVM CodeView libraryDave Bartolomeo2015-12-2412-2/+670
* [Symbolize] Improve the ownership of parsed objects.Alexey Samsonov2015-12-181-46/+45
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-183-186/+19
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-183-19/+186
* Test commitDave Bartolomeo2015-12-171-1/+1
* [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie2015-12-041-2/+8
* dwarfdump: Correctly indentify the indicies for DWP recordsDavid Blaikie2015-12-031-1/+1
* [llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...David Blaikie2015-12-021-2/+7
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-022-13/+15
* Replace dyn_cast with isa in places that weren't using the returned value for...Craig Topper2015-11-181-1/+1
* Fix null dereference committed in r253277David Blaikie2015-11-171-2/+3
* dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...David Blaikie2015-11-171-1/+5
* dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie2015-11-172-6/+10
* Fix indentationDavid Blaikie2015-11-171-1/+1
* dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie2015-11-173-19/+93
* dwarfdump: Add support for dumping the table contents of DWP indexesDavid Blaikie2015-11-131-5/+59
* [Symbolizer] Don't use PE symbol tables to override PDB symbolsReid Kleckner2015-11-132-2/+16
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-125-1/+122
* Mostly revert 252842 due to failures on some buildbots.David Blaikie2015-11-121-59/+5
* dwarfdump: Add error checking to fix the buildbots/correctnessDavid Blaikie2015-11-121-4/+4
* dwarfdump: Add some error handling for DWP index sections of the wrong sizeDavid Blaikie2015-11-121-0/+7
* dwarfdump: Dump the contents of DWP indexesDavid Blaikie2015-11-121-5/+82
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-111-0/+10
* Format my previous commitDavid Blaikie2015-11-112-6/+5
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-113-0/+52
* Reverting r252760Colin LeMahieu2015-11-111-14/+6
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* [LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov2015-11-041-21/+24
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-90/+107
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-033-61/+76
* [LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov2015-11-031-28/+33
* Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov2015-10-301-12/+30
* [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC.Alexey Samsonov2015-10-301-17/+9
* [LLVMSymbolize] Move printing the description of a global into a separate fun...Alexey Samsonov2015-10-293-19/+28
* [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule).Alexey Samsonov2015-10-294-218/+353
OpenPOWER on IntegriCloud