MC: rename MCW64UnwindInfo to MCWinFrameInfo
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
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.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-09 Benjamin KramerFlip the ownership of MCStreamer and MCTargetStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-07 Bill WendlingRun clang-format on these header files. Part of a WIP.
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-24 Rafael EspindolaMove a bit of duplicated code into a helper function.
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
next