Switch the code generator (except the JIT) onto the new DebugLoc
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-03-31 Stuart HastingsReverting 100048; it broke two Frontend debug info...
2010-03-31 Stuart HastingsDebug info can now properly represent functions inside...
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-29 Devang PatelEncode start location of debug value, communicated...
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-25 Devang PatelAdd comment.
2010-03-22 Devang PatelDW_AT_stmt_list attribute attached with a compile unit...
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-14 Chris Lattnerchange SrcLineInfo to contain a label instead of a...
2010-03-13 Chris Lattnerreimplement the string pool used for inlined function
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-11 Jeffrey YasskinAvoid leaking CompileUnits in DwarfDebug.cpp.
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnermake InlineInfoLabels hold MCSymbol*'s, avoiding
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
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...