summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore empty blocks.Devang Patel2010-10-281-1/+1
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+2
* Technically DIFile scope should also be handled here.Devang Patel2010-10-281-0/+4
* s/beginScope/beginInstruction/gDevang Patel2010-10-261-4/+4
* For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky2010-10-261-0/+2
* Add simple counter to count no. of basic blocks without any line number infor...Devang Patel2010-10-251-0/+28
* Line number 0 indicates there is no source line/file name info available for ...Devang Patel2010-10-081-1/+7
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-6/+1
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-061-6/+15
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-011-0/+2
* Let FE mark a variable as artificial variable.Devang Patel2010-09-291-0/+2
* Add support to let FE encode method access specifier.Devang Patel2010-09-291-1/+12
* Assign DW_ACCESS_public accessibility attribute to members by default.Devang Patel2010-09-291-1/+10
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-281-0/+4
* Remove dead argument.Devang Patel2010-09-271-4/+3
* 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
OpenPOWER on IntegriCloud