Add some words to this output to indicate what the numbers mean.
[oota-llvm.git] / lib / Analysis / DebugInfo.cpp
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...
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-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-16 Devang PatelProvide a way to extract location info from DILocation.
2009-09-01 Devang PatelIntroduce DILocation.
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 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelOops. Fix inverted logic in assertion check.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-21 Richard Penningtonbug 4530: Make debug information static to it is preser...
2009-08-17 Devang PatelOops. find all llvm.dbg.global_variables.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-10 Devang PatelKeep track of DIType.
2009-08-06 Devang PatelRemove dead code.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
next