Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / MC / MCObjectStreamer.cpp
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-03 Rafael EspindolaCorrectly initialize LineSectionSymbol. Thanks to Dunca...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim GrosbachTidy up.
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-18 Eli Friedmanmalloc elimination: it's a bad idea to use raw_svector_...
2011-04-18 Eli FriedmanRevert r129688; it's breaking buildbots.
2011-04-18 Eli FriedmanMore malloc elimination: it's a bad idea to use raw_sve...
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...