aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DebugInfo.h
AgeCommit message (Expand)Author
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17Emit debug info for bitfields.Devang Patel
2009-02-14Unbreak the build on win32.Cedric Venet
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30Add dump() routines to help debug debug info :)Devang Patel
2009-01-26LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...Evan Cheng
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-21Encode member accessibility.Devang Patel
2009-01-20Appropriately mark fowrad decls.Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2009-01-20zap white spaces.Devang Patel
2009-01-20Enable debug info for composite types.Devang Patel
2009-01-19Verify debug info.Devang Patel
2009-01-19DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel
2009-01-15Use lightweight DebugInfo objects directly.Devang Patel
2009-01-12Add classof() methods to support isa<> and other related facilities.Devang Patel
2009-01-05Extract source location info from DebugInfo.Devang Patel
2009-01-05Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel
2009-01-05Construct stuct field DIEs.Devang Patel
2009-01-05Construct enumerator DIE using DebugInfo.Devang Patel
2009-01-05Construct array/vector type DIEs using DebugInfo.Devang Patel
2009-01-05Now, getTag() is used by DwarfWriter.Devang Patel
2008-12-17Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel
2008-12-16Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin
2008-12-13Fix getFieldAs() to use the parameter instead of 6.Torok Edwin
2008-11-10Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner
2008-11-10Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner
2008-11-10Add a new set of helper classes for creating and reading debug Chris Lattner