MC: Prune \return corresponding to r239552. [-Wdocumentation]
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
2015-06-11 NAKAMURA TakumiMC: Prune \return corresponding to r239552. [-Wdocument...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-27 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-23 Benjamin Kramer[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-16 Rafael EspindolaDon't repeat names in comments. Remove unused default...
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-06 Matt ArsenaultFix typo
2014-11-05 Zoran Jovanovic[mips][microMIPS] Mark symbols as microMIPS if necessary
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-08-15 Rafael EspindolaMake EmitAbsValue an static helper.
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-15 Rafael EspindolaMake EmitDwarfSetLineAddr an static helper. NFC.
2014-08-15 Rafael EspindolaMake BuildSymbolDiff an static helper.
2014-08-15 Rafael EspindolaMake ForceExpAbs an static helper.
2014-08-09 Saleem AbdulrasoolMC: cleanup includes
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-10 Saleem AbdulrasoolMC: add and use an accessor for WinCFI
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-25 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaMove some trivial methods up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-20 Saleem AbdulrasoolMC: whitespace
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-20 Timur IskhodzhanovFix yet another typo
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-04 Eric ChristopherAdd a FIXME for making the symbol emission functions...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
next