Need only one set of debug info versions enum.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfWriter.cpp
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-19 Devang PatelVerify debug info.
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
2009-01-16 Devang PatelFix comments.
2009-01-16 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-16 Devang PatelAlign source code.
2009-01-16 Devang PatelValidate debug info values only if DwarfDebug is initia...
2009-01-16 Devang PatelAny debug info symbol is only valid if atleast one...
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-14 Devang PatelDo not construct debug scope if RootScope *is* null.
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Devang PatelStart using DebugInfo API to emit debug info.
2009-01-12 Devang PatelEmit debug info, only if at least one compile unit...
2009-01-12 Devang PatelIf multiple compile units are seen then emit them indep...
2009-01-12 Devang PatelAvoid cast<>, use light weith wrapper directly.
2009-01-12 Devang PatelUse SrcLineInfo from DwarfWriter. The MachineModuleInfo...
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Devang PatelClear debug info at the end of function processing.
2009-01-12 Devang PatelThere is no need to maintain separate labelid list...
2009-01-10 Devang PatelReduce initial small vector sizes.
2009-01-10 Devang PatelFix thinko. Create parent scope if parent descriptor...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Devang PatelAdd DebugInfo based APIs to record source line info.
2009-01-08 Devang PatelAdd APIs to record regions and variables.
2009-01-08 Devang PatelAdd APIs to manage scope using DebugInfo interface.
2009-01-06 Devang PatelSet up DwarfDebug using DebugInfo API.
2009-01-06 Bill WendlingForgot that this was needed for Linux. This should...
2009-01-05 Devang PatelConstruct subprogram DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct global variable DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct compile unit dies using DebugInfo.
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Devang PatelAdd type DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct composite type DIE using DebugInfo.
2009-01-05 Devang Patels/ConstructType/ConstructTypeDIE/g
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 PatelConstruct basic and derived type DIEs using DebugInfo.
2009-01-05 Devang Patelsubsume ConstructPointerType()
2009-01-05 Devang Patelsubsume ConstructBasicType().
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Bill WendlingThe FDE initial location and address range data should...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-23 Devang PatelFix typo.
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-12 Devang PatelDo not print empty DW_AT_comp_dir.
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-09 Evan ChengCosmetic changes.
2008-10-17 Bill WendlingThe Dwarf writer was comparing mangled and unmangled...
2008-10-08 Dale JohannesenAlign EH tables before label is emitted, not after,
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovMove all assembler printing related stuff into new...