Match declaration to definition.
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
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...