Include global types, that are referenced through local variables, in debug_pubtypes...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2011-05-31 Devang PatelInclude global types, that are referenced through local...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-23 Devang PatelRemove unnecessary comment.
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-09 Devang PatelDo not ignore InlinedAt while walking up scope chain...
2011-05-06 Devang PatelMove CompileUnit::getOrCreateNameSpace() and CompileUni...
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Devang PatelRemove little used statistical counter.
2011-05-05 Devang PatelIf debug info for inlined function is missing then...
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-04 Devang PatelTighten up check for empty (i.e. no meaningful debug...
2011-05-03 Devang PatelEven if the subprogram is going to use AT_specification...
2011-05-03 Devang PatelIf the front end has emitted llvm.dbg.cu and other...
2011-05-02 Devang PatelEmit debug info for global variables first.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelSimplify handling of variables with complex address...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Devang PatelDo not leak argument's DbgVariables.
2011-04-21 Devang PatelRefactor.
2011-04-21 Devang PatelAdd comment in output stream.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Devang PatelRemove extra bytes that were added for gdb. We do...
2011-04-12 Devang PatelSimplify. There is no need to use static variable.
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Devang PatelRefactor.
2011-04-05 Devang PatelDo not emit empty name.
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-23 Jakob Stoklund OlesenDon't coalesce identical DBG_VALUE instructions prematu...
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 OlesenClear map after use.
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
2011-03-16 Renato GolinPatch to a fix dwarf relocation problem on ARM. One...
2011-03-03 Devang PatelFix typo.
2011-03-03 Devang PatelFix thinko in previous check-in.
2011-03-03 Devang Patelllvm::Function argument count is not a good indicator...
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-24 Devang PatelDo not use DIFactory.
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-19 Devang PatelDo not emit empty DW_TAG_lexical_block DIEs. In one...
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
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-20 Devang PatelFix debug info for merged global.
2011-01-19 Devang PatelFix register address expression. Patch by Ken Dyck.
2011-01-11 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-07 Devang PatelSpeculatively revert r123032.
2011-01-07 Devang PatelAppropriately truncate debug info range in dwarf output.
2011-01-06 Devang PatelEmit 128 bit constant.
2010-12-09 Devang PatelDW_FORM_data1 may not provide sufficient room for vtabl...
2010-12-06 Devang PatelUndefined value in reg 0 may need a marker to identify...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
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-11-10 Devang PatelTake care of special characters while creating named...
2010-11-02 Devang PatelSimplify.
2010-10-28 Devang PatelIgnore empty blocks.
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Devang PatelTechnically DIFile scope should also be handled here.
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-10-26 Nick LewyckyFor statistics that are only used in functions declared...
2010-10-25 Devang PatelAdd simple counter to count no. of basic blocks without...
2010-10-08 Devang PatelLine number 0 indicates there is no source line/file...
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelAssign DW_ACCESS_public accessibility attribute to...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Devang PatelRemove dead argument.
2010-09-22 Devang PatelUse DW_OP_fbreg when offset is based on frame register.
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Devang PatelSimplify.
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
next