aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-895/+0
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-261-62/+29
* Update comment.Eric Christopher2012-05-081-2/+2
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-031-0/+6
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-8/+13
* Remove tabs.Devang Patel2012-02-081-1/+1
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-061-0/+5
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+13
* Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel2012-02-041-0/+41
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-2/+11
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-2/+2
* Fix typo.Eric Christopher2011-11-091-1/+1
* Whitespace.Eric Christopher2011-10-181-1/+1
* Make this use a public accessor too.Eric Christopher2011-10-121-1/+1
* Use public accessors on the scope that is returned.Eric Christopher2011-10-111-2/+2
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-0/+23
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+11
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-191-2/+4
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-161-1/+14
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-151-0/+7
* Distinguish between two copies of one inlined variable. Take 2.Devang Patel2011-08-101-0/+3
* Provide method to print variable's extended name which includes inline location.Devang Patel2011-08-091-1/+3
* Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth2011-08-051-3/+0
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-0/+2
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-0/+3
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-191-1/+10
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-191-10/+1
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-191-1/+10
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-3/+3
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-9/+13
* Fix an off by one error while accessing complex address element of a DIVariable.Devang Patel2011-04-261-1/+3
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-221-0/+3
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-0/+26
* Add support to encode function's template parameters.Devang Patel2011-04-051-0/+1
* Remove DIFactory. Patch by Devang.Duncan Sands2011-03-021-208/+0
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-011-1/+7
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-151-4/+0
* 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/+20
* Add support to create class type.Devang Patel2010-12-081-0/+1
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-071-0/+1
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-101-0/+9
* Add getFile() to get DIFile of a DIType.Devang Patel2010-11-041-0/+1
* Simplify.Devang Patel2010-10-291-22/+11
* Fix indentation.Devang Patel2010-10-281-5/+5
* Backward compatibility. Gracefully handle older versions of debug info.Devang Patel2010-10-281-0/+6
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+8
* Fix indentation.Devang Patel2010-10-281-4/+4
* Do not rely on context to find file info. It is already provided as a separat...Devang Patel2010-10-281-2/+8
* Give a name to nameless argument.Devang Patel2010-10-271-1/+1