Make isLegalAddressingMode() taking DataLayout as an argument
[oota-llvm.git] / include / llvm / DebugInfo / DWARF /
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.