summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAge
* Simplify.Devang Patel2010-08-31
* Revert r107202. It is not adding any value.Devang Patel2010-08-24
* Simplify.Devang Patel2010-08-10
* Drop "const". It does not add value here.Devang Patel2010-08-10
* Do not include file static variable in pubnames list.Devang Patel2010-08-10
* Undo accidental commit.Devang Patel2010-08-09
* Simplify. Avoid redundant checks.Devang Patel2010-08-09
* Refactoring. Update DbgVarible to handle queries itself.Devang Patel2010-08-09
* It is ok, and convenient, to pass descriptors by value.Devang Patel2010-08-09
* Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...Devang Patel2010-07-08
* One MDNode may be used to create regular DIE as well as abstract DIE.Devang Patel2010-07-07
* Do not hardcode DW_AT_stmt_list value.Devang Patel2010-06-29
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-28
* Remove dead code.Devang Patel2010-06-28
* Collect debug info for optimized variables of inlined functions.Devang Patel2010-06-25
* Use local small vector.Devang Patel2010-06-02
* Identify instructions, that needs a label to mark debug info entity, in advan...Devang Patel2010-05-26
* Remove dead code.Devang Patel2010-05-26
* First cut at supporting .debug_loc section. Devang Patel2010-05-25
* Refactor.Devang Patel2010-05-20
* Split DbgVariable. Eventually, variable info will be communicated through fra...Devang Patel2010-05-20
* Revert r104165.Devang Patel2010-05-19
* There is no need to maintain InsnsBeginScopeSet separately. Devang Patel2010-05-19
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-14
* Enable multiple Compile Units in one module.Devang Patel2010-05-10
* Remove DIGlobal.Devang Patel2010-05-07
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-07
* Refactor. Devang Patel2010-04-28
* Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel2010-04-27
* Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004,Dan Gohman2010-04-23
* Add comment.Devang Patel2010-04-22
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-22
* Rename InsnAfterLabelMap and InsnBeforeLabelMap.Devang Patel2010-04-22
* Keep track of MCSymbol used to mark beginning of a function.Devang Patel2010-04-22
* Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel2010-04-21
* Add support to emit dwarf ranges.Devang Patel2010-04-16
* Add comment.Devang Patel2010-04-15
* There is no need to track compile unit offsets if there is only one compile u...Devang Patel2010-04-14
* Remove dead code.Devang Patel2010-04-14
* Rename a function.Devang Patel2010-04-08
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-08
* Remove dead code.Devang Patel2010-04-08
* Refactor.Devang Patel2010-04-08
* Remove unused method.Benjamin Kramer2010-04-07
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-07
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-06
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-06
* hopefully sate the clang self host build, which is apparently Chris Lattner2010-04-05
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-05
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-05