Fix "the the" and similar typos.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-19 Devang PatelMDNodes are not expected to disappear or replaced by...
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-11 Devang PatelConstruct CompileUnits lazily.
2009-12-10 Devang PatelRefactor code that finds context for a given die.
2009-12-10 Devang PatelRefactor.
2009-12-09 Devang PatelReapply r90858, a cleanup patch.
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-08 Devang PatelCleanup.
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-03 Devang PatelEmit method definition DIE at module level (even for...
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelThere is no need to use FoldingSet to unique DIEs.
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-10-27 Devang PatelDo not held on to DenseMap slot accross map insertion...
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-06 Devang PatelRemove dead code.
2009-10-06 Devang PatelAdd utility routine to set begin and end labels for...
2009-10-06 Devang PatelRemove unintentional function decl.
2009-10-06 Devang PatelAdd utility routine to collect variable debug info...
2009-10-05 Devang PatelAdjust context for the global variables that are not...
2009-10-01 Devang PatelAdd support to extract lexical scope information from...
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-13 Devang Patelrevert rev. 75503 for now.
2009-07-13 Devang PatelUse Mangler to remove leading '1' from linkage names.
2009-07-07 Devang PatelRemove dead code.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-05-20 Bill WendlingMerge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
2009-05-20 Bill WendlingRename 'New*' methods to 'Create*' to be consistent...
2009-05-20 Bill WendlingRevert r72192. It was causing a build failure.
2009-05-20 Bill WendlingDo some mechanical changes. Combine the 'construct...
2009-05-18 Bill WendlingRecordVariable is called each time a DECLARE node is...
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...