[mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV and WRDSP...
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc /
2015-12-17 Rafael EspindolaAvoid explicit relocation sorting most of the time.
2015-12-17 Rafael EspindolaAlways sort by offset first. NFC.
2015-11-30 Zoran Jovanovic[mips][microMIPS] Fix issue with offset operand of...
2015-11-23 Daniel Sanders[mips] .ent and .end should also set the type and size...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-12 Zlatko Buljan[mips][microMIPS] Implement LWM16, SB16, SH16, SW16...
2015-11-06 Daniel Sanders[mips][ias] Range check uimm2 operands and fix a bug...
2015-10-16 Hrvoje Varga[mips][microMIPS] Implement LB, LBE, LBU and LBUE instr...
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-28 Craig TopperRemove 'const' from some ArrayRefs. ArrayRefs are alrea...
2015-09-22 Daniel Sanders[mips][ias] Implement .cpreturn directive.
2015-09-21 Daniel Sanders[mips] Allow constant expressions in second argument...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-17 Daniel Sanders[mips] Add assembler support for the .cprestore directive.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-15 Zoran Jovanovic[mips][microMIPS] Implement CACHEE and PREFE instructio...
2015-09-08 Zoran Jovanovic[mips][microMIPS] Implement SB, SBE, SCE, SH and SHE...
2015-09-08 Zoran Jovanovic[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6...
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-08-11 Vasileios Kalintiris[mips] Remap move as or.
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-27 Daniel Sanders[mips] Add COP0 register class and use it in M[FT]C0...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Toma Tabacu[mips] [IAS] Move some function definitions to MipsTarg...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-16 Daniel Sanders[mips][ias] Expand on r238751 to cover as many relocs...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
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-03 Rafael EspindolaRemove getOrCreateSymbolData. There is no MCSymbolData...
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-06-02 Vasileios Kalintiris[mips] Add support for dynamic stack realignment.
2015-06-02 Toma Tabacu[mips] [IAS] Add support for the .set softfloat/hardflo...
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-06-01 Rafael EspindolaSimplify code, NFC.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Toma Tabacu[mips] Remove 2 unused variables in MipsTargetStreamer...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-07 Eric ChristopherRename the MIPS routine abiUsesSoftFloat -> useSoftFloa...
2015-05-07 Simon Atanasyan[MIPS] Move MIPS ABI flags structure constants to the...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-04-22 Zoran Jovanovic[mips][microMIPSr6] Implement mips32 to microMIPSr6...
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial mapping support
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement initial subtarget support
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Daniel Sanders[mips] Move ABI-dependent register selections to MipsAB...
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Simon Atanasyan[mips] Simplify boolean expressions in Mips target...
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
next