summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola1-1/+1
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola3-13/+9
2015-05-29Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola1-5/+4
2015-05-29[mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.Toma Tabacu1-2/+0
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-1/+1
2015-05-26Replace getOrCreateSectionData with registerSection.Rafael Espindola2-7/+7
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein2-21/+21
2015-05-21Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2-16/+17
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola5-9/+9
2015-05-20Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders4-22/+2
2015-05-20[mips] The naming convention for private labels is ABI dependant.Daniel Sanders4-2/+22
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach2-9/+9
2015-05-15Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper1-0/+1
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper1-0/+1
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach1-1/+1
2015-05-15MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2-4/+4
2015-05-15MC: Update MCFixup naming. NFC.Jim Grosbach1-12/+12
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach2-25/+25
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2-21/+21
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein2-21/+21
2015-05-07Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher1-2/+2
2015-05-07[MIPS] Move MIPS ABI flags structure constants to the separate headerSimon Atanasyan2-84/+26
2015-05-07[mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2-3/+8
2015-04-22[mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping supportZoran Jovanovic1-3/+10
2015-04-20[mips][microMIPSr6] Implement initial mapping supportJozef Kolek1-2/+4
2015-04-20[mips][microMIPSr6] Implement initial subtarget supportJozef Kolek2-0/+5
2015-04-17[mc] Clean up emission of byte sequencesBenjamin Kramer1-6/+1
2015-04-17[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.Daniel Sanders2-0/+42
2015-04-16[mips] [IAS] Preserve microMIPS label marking for objects when assigning.Toma Tabacu1-3/+2
2015-04-16[mips] [IAS] Add support for the .insn directive.Toma Tabacu3-2/+23
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola9-15/+18
2015-04-14Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic1-0/+180
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko3-3/+3
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher1-3/+3
2015-03-30Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher1-2/+1
2015-03-24Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2-21/+21
2015-03-24[mips] Simplify boolean expressions in Mips target with `clang-tidy`Simon Atanasyan2-11/+7
2015-03-24Use std::bitset for SubtargetFeaturesMichael Kuperstein2-21/+21
2015-03-19Split the object streamer callback in one per file format.Rafael Espindola5-22/+23
2015-03-18two or more, use a for.Rafael Espindola1-82/+34
2015-03-16Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola1-2/+2
2015-03-16Remove unused argument. NFC.Rafael Espindola1-3/+3
2015-03-16There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola1-13/+13
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie1-4/+3
2015-03-13Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders3-2/+7
2015-03-13[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.Toma Tabacu1-4/+0
2015-03-10Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2-4/+0
2015-03-10Remove an unused variable.Eric Christopher1-1/+0
2015-03-06[mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu1-6/+21
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2-22/+21