ReleaseNotes: drop in-progress warning and svn checkout note
[oota-llvm.git] / lib / DebugInfo /
2016-01-09 Mike Aizatskyfixing type.
2016-01-09 NAKAMURA Takumillvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build...
2016-01-09 Mike Aizatsky[llvm-symbolizer] -print-source-context-lines option...
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-24 Dave BartolomeoRemove unused constants from TypeTableBuilder.cpp.
2015-12-24 Bill SeurerFix case of path name
2015-12-24 Dave BartolomeoFix CodeView library name and non-CMake builds
2015-12-24 Dave BartolomeoLLVM CodeView library
2015-12-18 Alexey Samsonov[Symbolize] Improve the ownership of parsed objects.
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-17 Dave BartolomeoTest commit
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-03 David Blaikiedwarfdump: Correctly indentify the indicies for DWP...
2015-12-02 David Blaikie[llvm-dwp] Don't rely on implicit move assignment opera...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
2015-11-17 David BlaikieFix null dereference committed in r253277
2015-11-17 David Blaikiedwarfdump: support indexed string dumping in dwp based...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 David BlaikieFix indentation
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-13 David Blaikiedwarfdump: Add support for dumping the table contents...
2015-11-13 Reid Kleckner[Symbolizer] Don't use PE symbol tables to override...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David BlaikieMostly revert 252842 due to failures on some buildbots.
2015-11-12 David Blaikiedwarfdump: Add error checking to fix the buildbots...
2015-11-12 David Blaikiedwarfdump: Add some error handling for DWP index sectio...
2015-11-12 David Blaikiedwarfdump: Dump the contents of DWP indexes
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 David Blaikiedwarfdump: DWP type unit index dumping skeleton
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-04 Alexey Samsonov[LLVMSymbolize] Reduce indentation by using helper...
2015-11-04 Alexey Samsonov[LLVMSymbolize] Properly propagate object parsing error...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Factor out the logic for printing struc...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Move demangling away from printing...
2015-10-30 Alexey SamsonovLet the users of LLVMSymbolizer decide whether they...
2015-10-30 Alexey Samsonov[LLVMSymbolize] Simplify SymbolizableObjectFile::symbol...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move printing the description of a...
2015-10-29 Alexey Samsonov[LLVMSymbolize] Move ModuleInfo into a separate class...
2015-10-26 Alexey Samsonov[LLVMSymbolize] Don't use LLVMSymbolizer::Options in...
2015-10-26 Alexey SamsonovFix build failure on GCC 4.7 (old libstdc++ doesn't...
2015-10-26 David BlaikieRemove use of std::map<>::emplace which is not supporte...
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use symbol table only if function linka...
2015-10-26 Alexey SamsonovFix build error by fully qualifying llvm::make_unique.
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use std::unique_ptr more extensively...
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-21 Matt ArsenaultUse numeric_limits instead of LLONG_MAX
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-08-23 Frederic Riss[dwarfdump] Do not apply relocations in mach-o files...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-31 Frederic Riss[dwarfdump] Ignore scattered relocations for mach-o.
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Dan LiewTry to fix generation of LLVMExports.cmake under Visual...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-25 Benjamin KramerRefactor: Simplify boolean conditional return statement...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-05-06 Zachary TurnerA few fixes for llvm-symbolizer on Windows.
2015-05-01 Zachary TurnerFix build.
2015-05-01 Zachary Turner[llvm-pdbdump] Support dynamic load address and externa...
2015-04-27 Pete CooperAdd missing library dependency in libPDB.
2015-04-27 Zachary TurnerMake llvm-symbolizer work on Windows.
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-17 Zachary Turner[PDB] Support executables and source/line info.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-01 Zachary Turner[llvm-pdbdump] Clean up method signatures.
2015-02-28 Zachary Turner[llvm-pdbdump] Better error handling.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-26 Zachary Turner[llvm-pdbdump] Fix dumping of function pointers and...
2015-02-25 Frederic Riss[dwarfdump] Fix frame info register number dump.
2015-02-25 Frederic RissTry to appease buildbots.
2015-02-25 Frederic Riss[dwarfdump] Make debug_frame dump actually useful.
2015-02-25 Frederic Riss[dwarfdump] Don't print meaningless pointer.
2015-02-25 Frederic RissDWARFDebugFrame: Move some code around. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Add some trivial accessors. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Actually collect CIEs associated with...
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
next