Fixup PPC Darwin i1 argument handling
[oota-llvm.git] / include / llvm / DebugInfo.h
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...