Split address information for DWARF5 split dwarf proposal. This involves
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.cpp
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-10 Eric Christopher80-col fixup.
2012-08-29 Eric ChristopherClean this up slightly, doesn't really fall through.
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-04-05 Chris Lattnerchange SizeOf to take AsmPrinter instead of TargetData,
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-22 Devang PatelDW_AT_stmt_list attribute attached with a compile unit...
2010-03-22 Jeffrey YasskinFix a memory leak from DIE::addSiblingOffset() by addin...
2010-03-10 Chris Lattnerinline away a form of IsPCRelative, eliminating the
2010-03-09 Chris Lattnereliminate a bunch of \n's that are being printed to...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-02-11 Bill WendlingFix to get it to compile.
2010-02-11 Bill WendlingDon't print out a default newline when emitting the...
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
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...