Merging r260587:
[oota-llvm.git] / include / llvm / DebugInfo /
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-28 Eric ChristopherAs a prelude to the rest of DWARF5 being supported...
2015-12-24 Dave BartolomeoFix signed/unsigned warning in Line.h.
2015-12-24 Dave BartolomeoFix initializer order warning in TypeRecord.h
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-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 David BlaikieDebugInfo\DWARF: Privatize some accidentally public...
2015-11-17 David BlaikieFix read-of-uninitialized introduced in r253277 exposed...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-16 David BlaikieDemote a single-use named function object to a lambda
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
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 Samsonov[LLVMSymbolize] Use std::unique_ptr more extensively...
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-09-16 NAKAMURA TakumiWhitespace.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-29 Lang HamesFix typos in comments. NFC.
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-04 David BlaikieRe-unique_ptrify LoadedObjectInfo::clone after it was...
2015-06-04 David BlaikieRetry defaulting the virtual dtor in LoadedObjectInfo
2015-06-04 David BlaikieHaving another go at some simple cleanup from r237975...
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-22 NAKAMURA TakumiRevert part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Tobias GrosserRevert "unique_ptrify LoadedObjectInfo::clone"
2015-05-22 David Blaikieunique_ptrify LoadedObjectInfo::clone
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
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-11 Richard SmithAdd more missing #includes, found by modules build.
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 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 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-13 Frederic RissDWARFDebugRangeList: make the list of entries available...
2015-03-12 Yaron KerenAdd missing include guards.
2015-03-07 Eric ChristopherTypo.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-03-04 Frederic RissMake the DWARFAbbreviationDeclaration::AttributeSpec...
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 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Zachary Turner[llvm-pdbdump] Clean up method signatures.
2015-02-28 Zachary Turner[llvm-pdbdump] Better error handling.
2015-02-27 Zachary Turner[llvm-pdbdump] Fix warnings found by clang-cl self...
2015-02-26 Zachary Turner[llvm-pdbdump] Fix dumping of function pointers and...
2015-02-23 Zachary Turner[llvm-pdbdump] Very minor code cleanup.
2015-02-23 Zachary Turner[llvm-pdbdump] Add an option to dump full class definit...
2015-02-22 Zachary Turner[llvm-pdbdump] Rewrite dumper using visitor pattern.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-14 Zachary Turnerllvm-pdbdump: Only dump whitelisted global symbols.
2015-02-13 Frederic RissDWARFUnit: Add a couple of helpers to access the DIE...
2015-02-13 Zachary Turnerllvm-pdbdump: Improve printing of functions and signatures.
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Zachary TurnerFix the windows build *again*. Grrr, MSVC.
2015-02-13 Zachary TurnerFix non-windows builds unhappy about a missing header.
2015-02-13 Zachary Turnerllvm-pdbdump: Add more comprehensive dumping of symbol...
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-12 David BlaikieAdd missing override.
2015-02-12 Zachary TurnerAttempt to fix the build again.
2015-02-12 Zachary TurnerAttempt to fix Linux builds after r228960.
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.
2015-02-08 Zachary TurnerMake PDBSymbol's IPDBSymbol reference const.
2015-02-08 Zachary TurnerDebugInfoPDB: Make the symbol base case hold an IPDBSes...
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Zachary TurnerChange RHS-style decltype to LHS-style decltype<declval()>.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
next