Fix some Clang-tidy modernize warnings, other minor fixes.
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-03 Rafael EspindolaDisallow assigning symbol a null section.
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-07-22 Chandler CarruthFix a -Winconsistent-missing-override failure in the...
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-06-18 Colin LeMahieu[MC] Adding prettyPrintAsm to MCTargetStreamer to allow...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
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-27 Rafael EspindolaWe always have an InstPrinter.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaNothing inherits from the asm streamer.
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-22 Juergen RibutzkaRemove unused header. NFC.
2014-12-15 Aaron BallmanChanging a cast from unsigned to uint64_t, should be...
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-09 Saleem AbdulrasoolMC: remove duplicated code
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaRemove write only field.
2014-05-12 Rafael EspindolaRemove now empty method.
2014-05-12 Rafael EspindolaRemove the always true UseCFI member.
2014-05-12 Rafael EspindolaRemove the useCFI constructor argument to MCAsmStreamer.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-24 David BlaikieFix memory leak of MCSymbolData in MCAsmStreamer.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 NAKAMURA TakumiRemove DOS CRLF.
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Yaron KerenPatch by Ray Donnelly.
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-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
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: Use MC line table file entry uniquing for...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-08 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-08 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-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-13 Diego NovilloFix generation of 'isa' and 'discriminator' keywords.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-02-01 David MajnemerMC: Improve the .fill directive's compatibility with GAS
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
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 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-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
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-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 Eric ChristopherRemove extraneous space, the asm printing infrastructur...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-07-02 Rafael EspindolaRemove address spaces from MC.
next