Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo...
[oota-llvm.git] / lib / Analysis / DebugInfo.cpp
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
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-28 Devang PatelUse named MDNode, llvm.dbg.sp, to collect subprogram...
2010-06-27 Devang PatelDo not forget last element, function, while creating...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-21 Devang PatelDo not directly use function names to construct new...
2010-06-16 Devang PatelCheck function pointer first, before comparing function...
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-11 Stuart HastingsDelete duplicate function.
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-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-27 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-10 Dan GohmanFix whitespace in debug output to be consistent.
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Devang PatelVerify compile unit also.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Dan GohmanAdd some words to this output to indicate what the...
2010-05-07 Dan GohmanFix the new print functions to call print instead of...
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-04 Devang PatelDo not ignore debug loc attached with llvm.dbg.declare...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-29 Devang PatelRefactor.
2010-04-02 Chris LattnerDebugInfoFinder::processModule was foiling my plot by
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-03-31 Chris Lattnermicrooptimize this hot method, also making it more
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 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-29 Devang PatelBefore inserting llvm.dbg.declare intrinsic at the...
2010-01-26 Devang PatelAdd extra element to composite type. This new element...
2010-01-26 Victor HernandezAssert when debug intrinsic insert functions are passed...
2010-01-23 Devang PatelAvoid using "Type" as the variable name.
2010-01-23 Victor HernandezMake sure ValueFn starts off empty
2010-01-20 Victor HernandezAvoid unnecessary Elts array
2010-01-18 Victor HernandezMake findDbgDeclare/findDbgGlobalDeclare local static...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
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-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
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-31 Chris LattnerOptimize MDNode to coallocate the operand list immediately
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris Lattnermajor cleanups, much of this file was incorrectly indented.
2009-12-29 Chris Lattnerone pass of cleanup over DebugInfo.h. Much more is...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
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 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-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-04 Devang PatelWhile calculating original type size for a derived...
2009-10-30 Devang PatelIf string field is empty then return NULL.
2009-10-30 Devang PatelIf a type is derived from a derived type then calculate...
2009-10-29 Devang PatelFirst bitcase use may not lead to a dbg.declare intrins...
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-13 Devang Patel"there is not any instruction with attached debug info...
2009-10-08 Bill WendlingIt's possible for a global variable to be optimized...
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-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
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...
next