Oops.
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
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...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-06 Douglas GregorFix struct/class mismatch
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-31 Chris Lattnerthis #include is ok.
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris Lattnerone pass of cleanup over DebugInfo.h. Much more is...
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-08 Devang PatelRevert 90858 90875 and 90805 for now.
2009-12-07 Victor HernandezRename DIFactory::InsertValue() as DIFactory::InsertDbg...
2009-12-07 Devang PatelAdd support to emit debug info for c++ style namespaces.
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-12-03 Devang PatelAdd support to emit debug info for virtual functions...
2009-12-01 Devang PatelAdd utility routine to create subprogram definition...
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-23 Devang PatelAdd CreateLocation varinat that accepts MDNode (with...
2009-11-17 Devang PatelRemove dead code.
2009-11-13 Devang PatelDo not use value handle to wrap MDNode in DIDescriptor.
2009-11-13 Devang PatelRevert r87059 for now. It is failing clang tests.
2009-11-13 Victor HernandezRemove unnecessary llvm.dbg.declare bitcast
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-10 Devang PatelProcess InlinedAt location info.
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-07 Devang PatelExtract subprogram and compile unit information from...
2009-10-01 Mike StumpExpand api out in the usual inserter way, though, I...
2009-09-30 Devang PatelAdd isFOO() helpers. Fix getDirectory() and getFilename...
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-22 Daniel DunbarSwitch DIDescriptor to use a TrackingVH. - This makes...
2009-09-19 Daniel DunbarPrefer super class constructor to explicit initialization.
2009-09-19 Daniel DunbarTabs -> spaces (really?)
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-16 Devang PatelProvide a way to extract location info from DILocation.
2009-09-01 Devang PatelAdd virtual destructor.
2009-09-01 Devang PatelIntroduce DILocation.
2009-09-01 Devang PatelAdd getDirectory() and getFilename() interface to DIScope.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Chris Lattnerfix some funky indentation
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-10 Devang PatelKeep track of DIType.
2009-08-06 Devang PatelRemove dead code.
2009-08-06 Devang PatelFix comment.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
next