Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / MC / MCStreamer.cpp
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
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-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-06-18 Colin LeMahieu[MC] Adding prettyPrintAsm to MCTargetStreamer to allow...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
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 EspindolaThere is only one current section.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
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-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-09-17 Yaron KerenAnother required re-setting for MCStreamer::reset().
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-08-20 Alexey SamsonovDon't allow MCStreamer::EmitIntValue to output 0-byte...
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-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-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Saleem AbdulrasoolMC: remove use of unnecessary variable
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
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 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Rafael EspindolaFix another asserting method in the null streamer.
2014-06-25 Rafael EspindolaFix a regression from r211653.
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-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
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-20 Rafael EspindolaDon't use EmitAbsValue with symbol references.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-02-07 Rafael EspindolaAlways create a temporary symbol to use with the cfi...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
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-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
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...
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
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-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
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 WendlingSet the encoding to '0' if we don't have an MAB.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-08 Kai NackeRevert: Fix wrong code offset for unwind code SET_FPREG.
2013-07-06 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-07 Charles DavisMCStreamer: Also clear vector of W64UnwindInfos on...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-03-18 Jakub StaszakChange NULL to 0.
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-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
next