Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.cpp
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2009-12-24 David GreeneChange errs() to dbgs().
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelThere is no need to use FoldingSet to unique DIEs.
2009-08-23 Chris Lattnerconvert the DIE printing stuff to use raw_ostream inste...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-24 Owen AndersonDown with _even more_ statics!
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...