[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-01-23 NAKAMURA TakumiPrune an out-of-date \param since r226476. [-Wdocumenta...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-12 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Rafael EspindolaDon't indent inside a namespace. Don't duplicate a...
2014-04-27 NAKAMURA TakumiCodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumen...
2014-04-27 Adrian PrantlClarify the doxygen comment for AsmPrinter::EmitDwarfRe...
2014-04-27 Adrian PrantlDebug info: Refactor EmitDwarfRegOpPiece to be a member...
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
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-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-11-28 Rafael EspindolaRemove an always true parameter.
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-24 Eric ChristopherFormatting and whitespace.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-21 Devang PatelRefactor.
next