summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-2/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Remove extra bytes that were added for gdb. We do not have good poiner to un...Devang Patel2011-04-131-8/+1
* Simplify. There is no need to use static variable.Devang Patel2011-04-121-3/+1
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel2011-04-121-1139/+169
* Refactor CompileUnit into a separate header.Devang Patel2011-04-121-98/+1
* Simplify array bound checks and clarify comments. One element array can have...Devang Patel2011-04-081-10/+7
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-081-3/+15
* Add support to encode function's template parameters.Devang Patel2011-04-051-0/+3
* Refactor.Devang Patel2011-04-051-14/+17
* Do not emit empty name.Devang Patel2011-04-051-1/+2
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-261-92/+161
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-251-48/+31
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-241-11/+28
* Don't coalesce identical DBG_VALUE instructions prematurely.Jakob Stoklund Olesen2011-03-231-3/+1
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-221-34/+71
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-221-67/+30
* Clear map after use.Jakob Stoklund Olesen2011-03-221-0/+1
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-221-30/+66
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-161-5/+2
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-161-2/+5
* Fix typo.Devang Patel2011-03-031-1/+1
* Fix thinko in previous check-in.Devang Patel2011-03-031-1/+3
* llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel2011-03-031-1/+4
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-011-2/+32
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-11/+2
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-2/+11
* Do not use DIFactory.Devang Patel2011-02-241-3/+4
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-231-1/+1
* Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel2011-02-191-17/+20
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-151-0/+4
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-041-1/+10
* Add support to describe template value parameter in debug info.Devang Patel2011-02-021-0/+20
* Add support to describe template parameter type in debug info.Devang Patel2011-02-021-0/+27
* Fix debug info for merged global.Devang Patel2011-01-201-0/+39
* Fix register address expression. Patch by Ken Dyck.Devang Patel2011-01-191-4/+2
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-111-15/+5
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Speculatively revert r123032.Devang Patel2011-01-071-5/+15
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-071-15/+5
* Emit 128 bit constant.Devang Patel2011-01-061-10/+37
* DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...Devang Patel2010-12-091-1/+1
* Undefined value in reg 0 may need a marker to identify end of source range.Devang Patel2010-12-061-4/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-2/+2
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-1/+2
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-259/+19
* Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...Devang Patel2010-11-121-31/+6
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-101-10/+4
* Simplify.Devang Patel2010-11-021-2/+1
OpenPOWER on IntegriCloud