Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Support / Dwarf.h
2015-12-15 Eric ChristopherAdd support for the .debug_macro section of the forthco...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-11 Dawn PerchikSupport: Recognize Borland DWARF extensions.
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-13 Peter CollingbourneRemove unused debug info constants.
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-08 Frederic RissUpdate dwarf::ApplePropertyAttributes enum to meaningfu...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-03-31 David BlaikieComment to describe the debug_loc.dwo constants
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-11-22 Manman RenDebug Info: add a constant for debug info version number.
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonFixed warning
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 Benjamin KramerUnbreak C++03 build.
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Eric ChristopherFormatting.
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherRename enums to match convention and remove superfluous...
2013-09-05 Eric ChristopherClean up some whitespace and comment formatting.
2013-09-04 Eric ChristopherMove default dwarf version enum into the llvm dwarf...
2013-09-03 Eric ChristopherMigrate the DWARF_VERSION constant to 4. It largely...
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-04-10 Eric ChristopherRevert "Update the version of dwarf we say we're emitti...
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2012-11-16 Eric ChristopherAdd constant definitions for fission dwarf attributes...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-09-15 Nick LewyckyDespite what the GCC wiki says, a quick search shows...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-13 Devang PatelMaintain hexadecimal order.
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-08-16 Devang PatelIncrement debug info version to accommodate upcoming...
2011-07-19 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-02-18 Devang PatelRemove unused tag.
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2006-08-21 Jim LaskeyAdding new Dwarf constants.
next