Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtarge...
[oota-llvm.git] / include / llvm / MC /
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Reid Kleckner[MC] Use unsigned for the Kind bitfield in MCSymbol
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Pete CooperMake flags get/set method protected so that all flags...
2015-06-08 Pete CooperMove all flags logic to MCSymbolMachO.
2015-06-08 Pete CooperAdd MCSymbolMachO which will be used to hide the MCSymb...
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
2015-06-07 Colin LeMahieu[MC] Function naming NFC.
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-05 Duncan P. N. Exon... Remove stray semi-colon, NFC
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectFileInfo.h.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Move MachObjectWriter::SectionAddress to private.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Tidy up formatting and doc comments. NFC.
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-06-04 Colin LeMahieu[MC] Allowing operands to be erased from MCInst.
2015-06-04 Rafael EspindolaBring back r239006 with a fix.
2015-06-04 Rafael EspindolaRevert "Pack the MCSymbolELF bit fields into MCSymbol...
2015-06-04 Rafael EspindolaPack the MCSymbolELF bit fields into MCSymbol's Flags.
2015-06-04 Rafael EspindolaRemove MCELFSymbolFlags.h. It is now internal to MCSymb...
2015-06-03 Rafael EspindolaRemember if a weakref of a symbol has been used.
2015-06-03 Rafael EspindolaStore whether a symbol is a comdat signature in MCSymbo...
2015-06-03 Rafael EspindolaRecord in a MCSymbolELF if it has been used in a reloca...
2015-06-03 Rafael EspindolaConvert BindingExplicitlySet into a MCSymbolELF field.
2015-06-03 Rafael EspindolaRemove getOrCreateSymbolData. There is no MCSymbolData...
2015-06-02 Rafael EspindolaClarify when we can avoid creating names for temp symbols.
2015-06-02 Rafael EspindolaPass a MCSymbolELF to a few ELF only functions. NFC.
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-06-01 Jim GrosbachMC: Tidy up LOH naming a bit. NFC.
2015-06-01 Jim GrosbachMC: Tidy up formatting a bit. NFC.
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-06-01 Rafael EspindolaUse a 32 bit field for the symbol index.
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 Benjamin Kramer[MC] Reorder MCSymbol members to reduce padding.
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 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaUse an explicitly defaulted constructor.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaStore MCSymbols in PendingLabels.
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-27 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-27 Rafael EspindolaDelete MCSectionData.
2015-05-27 Rafael EspindolaDelete dead code. NFC.
2015-05-27 Rafael EspindolaMove getSubsectionInsertionPoint to MCSection.
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Daniel SandersFix warning introduced in r238190 about lack of virtual...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaDelete dead code.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMove MCSectionData to MCSection.h.
2015-05-25 Rafael EspindolaRemove dead code. NFC.
2015-05-25 Rafael EspindolaInsert MCSectionData into the section list directly...
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
next