Add a line number for the scope of the function (starting at the first
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-02-08 Devang PatelRemove tabs.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-04 Devang PatelIntroduce DIObjCProperty. This will be used to encode...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-09 Eric ChristopherFix typo.
2011-10-18 Eric ChristopherWhitespace.
2011-10-12 Eric ChristopherMake this use a public accessor too.
2011-10-11 Eric ChristopherUse public accessors on the scope that is returned.
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-09 Devang PatelProvide method to print variable's extended name which...
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-19 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-03-02 Duncan SandsRemove DIFactory. Patch by Devang.
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2010-12-08 Devang PatelAdd support to create class type.
2010-12-07 Devang PatelAdd support to create variables, structs etc.. using...
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-04 Devang PatelAdd getFile() to get DIFile of a DIType.
2010-10-29 Devang PatelSimplify.
2010-10-28 Devang PatelFix indentation.
2010-10-28 Devang PatelBackward compatibility. Gracefully handle older version...
2010-10-28 Devang PatelDo not work too hard to find type's file info. There...
2010-10-28 Devang PatelFix indentation.
2010-10-28 Devang PatelDo not rely on context to find file info. It is already...
2010-10-27 Devang PatelGive a name to nameless argument.
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-10 Devang PatelAdd missing argument. CreateCompositeTypeEx() users...
2010-08-09 Devang PatelRefactor.
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-13 Eric Christopher80-columns
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-20 Devang PatelRename variable. add comment.
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Douglas GregorClang is dying on this with an ambiguous conversion...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang Patelremove DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Dan GohmanConst-ify some stuff.
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-29 Devang PatelMissed earlier. This is part of previous check-in....
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-03-24 Devang PatelDo not rely on getCompileUnit() to find source file...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-01-26 Devang PatelAdd extra element to composite type. This new element...
2010-01-23 Devang PatelAvoid using "Type" as the variable name.
2010-01-19 Chris Lattnerremove extraneous ;
2010-01-18 Victor HernandezMake findDbgDeclare/findDbgGlobalDeclare local static...
next