Need only one set of debug info versions enum.
[oota-llvm.git] / include / llvm / Analysis / DebugInfo.h
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...