Remove the pubnames section, no one consumes it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-07-20 Devang PatelRefactor.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-14 Devang PatelRefactor.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-06 Rafael EspindolaDead code elimination.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-05 Devang PatelRefactor.
2011-03-31 Devang PatelRemove dead code.
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-01 Devang PatelIf argument numbering is encoded in metadata then emit...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-01-06 Devang PatelEmit 128 bit constant.
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-12 Devang PatelRemove DW_AT_start_scope support. It is incomplete...
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-09-27 Devang PatelRemove dead argument.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-08-31 Devang PatelSimplify.
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-07-08 Devang PatelReuse DIEInteger for 1. This is frequently used while...
2010-07-07 Devang PatelOne MDNode may be used to create regular DIE as well...
2010-06-29 Devang PatelDo not hardcode DW_AT_stmt_list value.
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Devang PatelRemove dead code.
2010-06-25 Devang PatelCollect debug info for optimized variables of inlined...
2010-06-02 Devang PatelUse local small vector.
2010-05-26 Devang PatelIdentify instructions, that needs a label to mark debug...
2010-05-26 Devang PatelRemove dead code.
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-20 Devang PatelRefactor.
2010-05-20 Devang PatelSplit DbgVariable. Eventually, variable info will be...
2010-05-19 Devang PatelRevert r104165.
2010-05-19 Devang PatelThere is no need to maintain InsnsBeginScopeSet separately.
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-04-28 Devang PatelRefactor.
2010-04-27 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-23 Dan GohmanRevert 102135, 102129, 102127, 102106, 102104, 102102...
2010-04-22 Devang PatelAdd comment.
2010-04-22 Devang PatelAdjust debug range offsets for isWeakForLinker() functions.
2010-04-22 Devang PatelRename InsnAfterLabelMap and InsnBeforeLabelMap.
2010-04-22 Devang PatelKeep track of MCSymbol used to mark beginning of a...
2010-04-21 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-08 Devang PatelRename a function.
2010-04-08 Devang PatelOne instruction may start (or end) multiple lexical...
2010-04-08 Devang PatelRemove dead code.
next