aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DebugInfo.cpp
AgeCommit message (Expand)Author
2009-02-24If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel
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-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-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2009-01-19Verify debug info.Devang Patel
2009-01-12Add classof() methods to support isa<> and other related facilities.Devang Patel
2009-01-05Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel
2009-01-05Construct array/vector type DIEs using DebugInfo.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-16use different name for parameter to make it clear that we set DIDescriptor::GVTorok 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-10Add a new set of helper classes for creating and reading debug Chris Lattner