summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-4/+4
* Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2016-05-241-15/+53
* Revert r270543 ("Recommit r270540")George Rimar2016-05-241-53/+15
* Recommit r270540George Rimar2016-05-241-15/+53
* Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2016-05-241-53/+15
* [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2016-05-241-15/+53
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-1/+11
* Read discriminators correctly from object file.Dehao Chen2016-04-281-44/+33
* llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...David Blaikie2016-04-221-5/+8
* llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...David Blaikie2016-04-221-12/+7
* [NFC] Header cleanupMehdi Amini2016-04-182-3/+1
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-161-1/+0
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-1/+4
* [DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan2016-03-011-2/+7
* [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-261-14/+0
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-262-18/+184
* [DebugInfo] Fix DWARFDebugFrame instruction operand orderingIgor Laevsky2016-01-261-6/+14
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-103/+103
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-182-184/+18
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-182-18/+184
* [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
* 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
* 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
* 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
* [dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...Frederic Riss2015-08-231-0/+8
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-1/+1
* [dwarfdump] Ignore scattered relocations for mach-o.Frederic Riss2015-07-311-3/+9
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-4/+7
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-1/+7
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+1
OpenPOWER on IntegriCloud