Taints upcoming store and adds bogus conditional branches else where. Now as a separa...
[oota-llvm.git] / include / llvm / DebugInfo / DWARF /
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-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 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-09-16 NAKAMURA TakumiWhitespace.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
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-28 Ed MasteDebugInfo: .debug_line DWARF64 support
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-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
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-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Frederic RissDWARFUnit: Add a couple of helpers to access the DIE...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.