Debug Info Verifier: simplify DIxxx::Verify
[oota-llvm.git] / include / llvm / DebugInfo.h
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-18 Eric ChristopherEqual means ==, not !=. Thanks to Benjamin for catching.
2013-07-18 Eric ChristopherUpdate comment slightly.
2013-07-17 Eric ChristopherAdd comparison operators for DIDescriptors to fix c...
2013-07-17 Eric ChristopherAdd an explicit operator bool conversion to DIDescripto...
2013-07-09 Eric ChristopherRevert "DebugInfo: remove unused helper function getDIC...
2013-07-08 Manman RenDebugInfo: remove unused helper function getDIComposite...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-24 David BlaikieDebugInfo: enumerator values returned as int64 as they...
2013-06-19 David BlaikieDebugInfo: Specify that a value is stored indirectly
2013-06-07 Manman RenNo functionality change.
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-29 David BlaikieDebug Info: Reorder accessor to match field order.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Adrian PrantlRename ClassType to the more accurate UnderlyingType...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 David BlaikieRemoving unused DISubprogram::getFile
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieImprove DIFile debug info annotation by letting it...
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 David BlaikieSimplify directory name handling in DILexicalBlockFile.
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Eric ChristopherFormatting.
2013-02-18 David BlaikieAdd `unsigned DISubprogram::getFlags() const` for Drago...
2013-02-18 David BlaikieAdd `DIFile DISubprogram::getFile() const` for DragonEgg.
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-25 David BlaikieThis is no trule.
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'getCount' method to get the number of elements...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-20 Eric Christopher80-column and whitespace fixups.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-10-09 Alexey SamsonovFix PR14016.
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-06-28 Benjamin KramerDevirtualize DIScope and subclasses.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...