[DIE] Make DIE.h NDEBUG conditional-free.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.cpp
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-08-02 Duncan P. N. Exon... AsmPrinter: Split out non-DIE printing from DIE::print...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-24 Duncan P. N. Exon... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-16 Rafael EspindolaRename and improve emitSectionOffset.
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Store abbreviation data directly in DIE...
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Introduce DIEValue.def, NFC
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEString small
2015-05-23 Aaron BallmanSilencing a spurious -Wreturn-type warning; NFC.
2015-05-23 Duncan P. N. Exon... AsmPrinter: Remove the vtable-entry from DIEValue
2015-05-23 Duncan P. N. Exon... CodeGen: Remove redundant DIETypeSignature::dump()...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-17 Duncan P. N. Exon... AsmPrinter: Create a unified .debug_loc stream
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-05 Frederic RissRemove useless break after return.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
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)
next