Until now all debug info MDNodes referred to a root MDNode, a compile unit. This...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Devang PatelRemove unnecessary version check.
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. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-12 Devang PatelUse ArrayRef.
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-10 Devang PatelRevert unintentional parts of previous check-in.
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-08-03 Bob WilsonSome revisions to Devang's change r136759 for merged...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-27 Devang PatelRemove outdated FIXME comment.
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-26 Devang PatelWhile extracting lexical scopes from machine instructio...
2011-07-20 Devang PatelRefactor.
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-15 Evan ChengReverting r135232. It's causing infinite looping in...
2011-07-15 Devang PatelDo not get confused by multiple empty lexical scopes...
2011-07-14 Devang PatelRefactor.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelSimplify.
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-14 Devang PatelSimplify. Compile unit check inside hasValidLocation...
2011-07-14 Devang PatelFix typo in DEBUG message.
2011-07-14 Devang PatelAdd DEBUG messages.
2011-07-08 Devang PatelRefactor.
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-07-07 Devang PatelAdd DEBUG message.
2011-07-07 Devang PatelAdd DEBUG messages.
2011-07-06 Devang PatelRemove dead code.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-05 Benjamin KramerUse path API for path concatenation.
2011-06-01 Devang PatelA DBG_VALUE that truncates a range does not start anoth...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
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.
next