add the start of a class used to handle phi translation in memdep and
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
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
2009-07-30 Devang Patelwalk DbgRegionStartInst and DbgRegionEndInst
2009-07-28 Devang PatelAdd DebugInfoEnumerator to collect debug info.
2009-07-27 Devang Patel80 columns!
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-07 Owen AndersonRe-LLVMContext-ize DebugInfo, now with less breakage.
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Devang PatelFix typo.
2009-07-02 Devang PatelAdd debug info utility routines.
2009-06-26 Devang PatelRemove unnecessary includes.
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-23 Devang PatelAdd DISubprogram::getReturnTypeName()
2009-05-14 Bill WendlingNon-functionality changes:
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-05 Bill WendlingAdd dump method to DIDescriptor.
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-04-15 Devang PatelAdd a method to check that the subprogram holds debug...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Devang PatelAdd dump() routines to help debug debug info :)
2009-01-26 Evan ChengLLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Devang Patelzap white spaces.
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Devang PatelDebugInfo is a lightweight APIs and consumers are expec...
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Devang PatelConstruct stuct field DIEs.
2009-01-05 Devang PatelConstruct enumerator DIE using DebugInfo.
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Devang PatelNow, getTag() is used by DwarfWriter.
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-16 Torok EdwinAdd utility functions to search for DbgStopPointInst...
2008-12-13 Torok EdwinFix getFieldAs() to use the parameter instead of 6.
2008-11-10 Chris LattnerMove getCastToEmpty out of DIDescriptor into DIFactory...
2008-11-10 Chris LattnerFix a bug with default arguments that apple gcc doesn...
2008-11-10 Chris LattnerAdd a new set of helper classes for creating and readin...