Propagate debug loc info through prologue/epilogue.
[oota-llvm.git] / lib / Analysis / DebugInfo.cpp
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
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-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-19 Devang PatelVerify debug info.
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
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-16 Torok Edwinuse different name for parameter to make it clear that...
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 LattnerAdd a new set of helper classes for creating and readin...