summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use DW_OP_fbreg when offset is based on frame register.Devang Patel2010-09-221-0/+10
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-161-0/+4
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-021-4/+11
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-311-1/+5
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-311-3/+10
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-311-10/+3
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-311-3/+10
* Simplify.Devang Patel2010-08-311-12/+12
* Revert r107202. It is not adding any value.Devang Patel2010-08-241-16/+6
* Handle qualified constants that are directly folded by FE.Devang Patel2010-08-231-6/+16
* Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel2010-08-101-0/+5
* Handle TAG_constant for integers.Devang Patel2010-08-101-20/+37
* Simplify.Devang Patel2010-08-101-2/+2
* Drop "const". It does not add value here.Devang Patel2010-08-101-5/+5
* Do not include file static variable in pubnames list.Devang Patel2010-08-101-51/+38
* Undo accidental commit.Devang Patel2010-08-091-38/+51
* Simplify. Avoid redundant checks.Devang Patel2010-08-091-51/+38
* Refactor.Devang Patel2010-08-091-9/+5
* Refactoring. Update DbgVarible to handle queries itself.Devang Patel2010-08-091-76/+89
* It is ok, and convenient, to pass descriptors by value.Devang Patel2010-08-091-36/+36
* Rename a method.Devang Patel2010-08-091-3/+3
* Use location entry only of the location described by DBG_VALUE is valid.Devang Patel2010-08-041-3/+6
* Fix typo in comment.Devang Patel2010-08-041-1/+1
* If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel2010-08-041-10/+35
* Free DbgScope created for dead functions.Devang Patel2010-08-021-0/+4
* It is FE's responsibility to emit proper directory name.Devang Patel2010-07-271-4/+1
* Use current working directory when Dirname is empty. This only happens when a...Devang Patel2010-07-241-0/+5
* Revert r109262.Devang Patel2010-07-231-5/+0
* IF directory name is empty then try to extract one using absolute file name.Devang Patel2010-07-231-0/+5
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-211-0/+4
* 80 column and trailing whitespace cleanupJim Grosbach2010-07-211-171/+173
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-2/+2
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-191-11/+4
* Fix PR 7662.Devang Patel2010-07-191-0/+1
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-081-4/+11
* Relax assertion. In optimized code, it is possible that first instruction is ...Devang Patel2010-07-081-1/+1
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-081-11/+4
* Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...Devang Patel2010-07-081-1/+3
* One MDNode may be used to create regular DIE as well as abstract DIE.Devang Patel2010-07-071-1/+14
* Rename couple of maps.Devang Patel2010-07-071-11/+9
* 80 cols.Devang Patel2010-07-071-12/+21
* Do not require line number entry for undefined local variable.Devang Patel2010-07-011-2/+4
* Do not construct DIE for already processed MDNode.Devang Patel2010-06-301-1/+2
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-301-2/+2
* Do not hardcode DW_AT_stmt_list value.Devang Patel2010-06-291-7/+16
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-281-1/+1
* Include inlined function in list of processed subprograms.Devang Patel2010-06-281-1/+1
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-281-0/+35
* Remove dead code.Devang Patel2010-06-281-2/+0
* Collect debug info for optimized variables of inlined functions.Devang Patel2010-06-251-5/+28
OpenPOWER on IntegriCloud