Remove a trivial forwarding function. NFC.
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-27 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Rafael EspindolaPass a MCSection to getCurrentSectionData.
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
2015-05-25 Rafael EspindolaAdd a isBundleLocked helper to MCELFStreamer.
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in LocalCommon, NFC
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-04-21 Derek Schuff[MC] When using bundle aligment, align sections to...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
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-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-02-04 Rafael EspindolaUse the default values.
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
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 EspindolaInline functions that are only called once.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-11-25 David PeixottoARM integrated assembler generates incorrect nop opcode
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-02-26 Bill SchmidtFix PR15359.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-15 Derek SchuffIf bundle alignment is enabled, do not add data to...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
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-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-07 Logan ChienSplit MCELFStreamer into a header file.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-07 Rafael EspindolaRemove MCELFStreamer.h.
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
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-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-03 Jan SjödinSplit MCEELFStreamer and ELFObjectWriter into .h and...
2011-02-28 Jan SjödinMake all static functions become static class methods...
next