Use a continue to reduce indentation.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Benjamin Kramer[AsmPrinter] Hide implementation details
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-29 Benjamin Kramer[MMI] Use TinyPtrVector instead of PointerUnion with...
2015-06-27 Adrian PrantlRevert "Debug Info: One more bitfield bugfix. While...
2015-06-27 Adrian PrantlDebug Info: One more bitfield bugfix. While yesterday...
2015-06-26 Adrian PrantlDebug Info: Fix a bug in the DW_AT_bit_offset calculati...
2015-06-26 Adrian PrantlDebug Info: Clarify the documentation for bitfields...
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-25 Bruno Cardoso Lopes[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-24 Duncan P. N. Exon... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-21 Duncan P. N. Exon... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-21 Duncan P. N. Exon... AsmPrinter: Rewrite initialization of DbgVariable, NFC
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 David Majnemer[CodeGen] Don't emit a random reference to the personal...
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Rafael EspindolaRename and improve emitSectionOffset.
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-14 NAKAMURA TakumiAsmPrinter.cpp: Avoid crashes for targeting like "arm...
2015-06-14 NAKAMURA TakumiReformat.
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Reid KlecknerRemove safeseh debug print and remove extra braces
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-10 Reid KlecknerFix -Wsign-compare warning in WinException.cpp
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-28 Reid KlecknerRename Win64Exception.(cpp|h) to WinException.(cpp|h)
2015-05-28 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIE children list...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Benjamin Kramer[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
2015-05-27 Duncan P. N. Exon... AsmPrinter: Avoid a warning in NDEBUG, NFC
2015-05-27 Duncan P. N. Exon... AsmPrinter: Return added DIE from DIE::addChild()
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Remove DIEHash::AttrEntry, NFC
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-26 Adrian PrantlUse "auto &" in range-based for-loop and remove the...
2015-05-26 Adrian PrantlFix a use-after-free in a DEBUG output.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N. Exon... AsmPrinter: Prune an include, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Remove dead code, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
2015-05-24 Duncan P. N. Exon... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEString small
2015-05-24 Duncan P. N. Exon... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Emit the DwarfStringPool offset directly...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
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-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Akira HatanakaStop resetting SanitizeAddress in TargetMachine::resetT...
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-06 Duncan P. N. Exon... DwarfDebug: Emit number of bytes in .debug_loc entry...
2015-05-05 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-02 David BlaikieDebugInfo: Use low_pc relative debug_ranges under fissi...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-20 Duncan P. N. Exon... DwarfUnit: Split MDSubroutineType version of constructT...
2015-04-20 Duncan P. N. Exon... DwarfUnit: Cleanup comments
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
next