]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DIE.cpp
Add an assertion about the integrity of the iterator.
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DIE.cpp
2014-10-04 David BlaikieMove DwarfCompileUnit from DwarfUnit.h to its own heade...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-06 Eric ChristopherRemove the last of the special case code for emitting...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-05 Eric ChristopherUse a bool for whether or not an abbreviation has child...
2014-03-05 Eric ChristopherUse dwarf::Attribute instead of a bare uint16_t.
2014-02-27 Eric ChristopherRevert r201751 and solve the const problem a different...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-20 Eric ChristopherMake DIELoc/DIEBlock's ComputeSize method const. Add...
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-01 Eli BenderskyRemove some unused #includes
2014-01-16 Rafael EspindolaUse a slightly smaller hack.
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Eric ChristopherUpdate comment.
2013-11-21 Eric ChristopherConstify the DIEs used for pubname and pubtype tables...
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-21 Reid KlecknerFix the build in DIE.cpp with MSVC 2010
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-10 Eric ChristopherRemove a few fixmes, the only work we're doing is getti...
2013-05-31 Eric ChristopherConst-ify some printing and dumping code for DIEValues.
2013-05-14 Eric ChristopherMake getCompileUnit non-const and return the current...
2013-05-06 Eric ChristopherRemove unnecessary instance variable and rework logic...
2013-05-06 Eric ChristopherGrammar.
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-03-29 Eric ChristopherUse SmallVectorImpl instead of SmallVector at the uses.
2013-03-29 Eric ChristopherUse 12 as the magic number for our abbreviation data...
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-17 Eric ChristopherAdd the DW_AT_GNU_addr_base for the skeleton cu. Add...
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 http://llvm.org/docs/CodingStan...
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...
next