summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary forwarding function.Devang Patel2011-08-181-3/+0
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-161-4/+6
* Refactor.Devang Patel2011-08-151-0/+8
* Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel2011-08-151-2/+2
* This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...Devang Patel2011-08-151-3/+3
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-151-1/+1
* There is no need to maintain a set to keep track of variables that use locati...Devang Patel2011-08-151-4/+0
* Fix warning.Devang Patel2011-08-151-1/+1
* Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...Devang Patel2011-08-151-16/+8
* Simplify mapping to variable from its abstract variable info.Devang Patel2011-08-151-5/+4
* Refactor.Devang Patel2011-08-151-0/+9
* Refactor.Devang Patel2011-08-151-1/+7
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-151-5/+0
* Start using LexicalScopes utility. No intetional functionality change.Devang Patel2011-08-101-38/+12
* Refactor.Devang Patel2011-07-201-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+1
* Use DebugLoc directly to map inlined functions' instructions to respective le...Devang Patel2011-07-151-1/+3
* Eliminate redundant map.Devang Patel2011-07-151-4/+0
* Refactor.Devang Patel2011-07-141-3/+2
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-141-1/+1
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-141-1/+1
* Make provision to have floating point constants in .debug_loc expressions.Devang Patel2011-07-081-6/+29
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-011-2/+13
* Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel2011-05-111-1/+6
* Dead code elimination.Rafael Espindola2011-05-061-9/+1
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-3/+5
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel2011-04-121-163/+49
* Remove dead typedef.Devang Patel2011-04-121-2/+0
* Refactor.Devang Patel2011-04-051-1/+4
* Remove dead code.Devang Patel2011-03-311-5/+1
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-261-18/+26
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-251-1/+1
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-241-1/+1
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-221-2/+10
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-221-10/+2
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-221-2/+10
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-011-2/+10
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-6/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+6
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-041-14/+22
* Add support to describe template value parameter in debug info.Devang Patel2011-02-021-0/+5
* Add support to describe template parameter type in debug info.Devang Patel2011-02-021-0/+5
* Emit 128 bit constant.Devang Patel2011-01-061-0/+1
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-65/+4
* Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...Devang Patel2010-11-121-9/+3
* s/beginScope/beginInstruction/gDevang Patel2010-10-261-4/+4
* Remove dead argument.Devang Patel2010-09-271-1/+1
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-131-0/+1
* Simplify.Devang Patel2010-08-311-3/+3
* Revert r107202. It is not adding any value.Devang Patel2010-08-241-1/+0
OpenPOWER on IntegriCloud