Do not hold on to a map slot while new entries may be inserted into the map.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2009-11-20 Devang PatelDo not hold on to a map slot while new entries may...
2009-11-20 Devang PatelThere is no need to emit source location info for DW_TA...
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-11-17 Nick LewyckyRevert r88939.
2009-11-16 Devang PatelRevert r88939.
2009-11-16 Devang PatelAdd VISIBILITY_HIDDEN marker.
2009-11-13 Devang PatelIgnore nameless variables.
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-11 Devang PatelIf doesSupportDebugInformation() is false then do not...
2009-11-11 Daniel DunbarFix -Asserts warning.
2009-11-11 Devang PatelDo not assume first function scope seen represents...
2009-11-11 Devang PatelWhile creating DbgScopes, do not forget parent scope.
2009-11-10 Devang PatelIgnore variable if scope info is not available.
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-04 Devang PatelWhile calculating original type size for a derived...
2009-11-04 Devang PatelFix DW_AT_data_member_location for bit-fields. It point...
2009-11-04 Devang PatelArray element size does not match array size but array...
2009-11-03 Devang PatelIgnore unnamed variables.
2009-11-03 Jeffrey YasskinFix a funky "declared with greater visibility than...
2009-10-27 Devang PatelDo not held on to DenseMap slot accross map insertion...
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Daniel DunbarFix a -Asserts warning.
2009-10-12 Devang PatelFind enclosing subprogram info.
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Devang PatelCheck invalid debug info for enums. This may happen...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Devang PatelFix cut-n-pasto.
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 PatelAdd utility routine to collect variable debug info...
2009-10-06 Devang PatelExistence of a compile unit for input source file is...
2009-10-05 Devang PatelIf subprogram die is not available then construct new...
2009-10-05 Devang PatelAdjust context for the global variables that are not...
2009-10-05 Devang PatelSet address while constructing DIE.
2009-10-05 Devang PatelGracefully handle various scopes while recording source...
2009-10-01 Devang PatelAdd support to extract lexical scope information from...
2009-10-01 Devang Patel Record first and last instruction of a scope in DbgScope.
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-09-24 Mike StumpDelete space after function name, before (, reflow...
2009-09-24 Mike StumpFix spacing.
2009-09-23 Mike StumpThis is overly constraining with respect to clang.
2009-09-19 Daniel DunbarFix indentation.
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerremove some random indentation stuff, yay for efficiency.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-14 Devang PatelDo not completely skip subrange info for a zero sized...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-13 Devang PatelUse assertion.
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
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 PatelAccidently dropped this while removing dead code in...
2009-07-07 Devang PatelRemove dead code.
2009-06-29 Devang PatelStruct types are described using field types only.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-06-24 Owen AndersonDown with statics!
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
next