AMDPGU/SI: Use AssertZext node to mask high bit for scratch offsets
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc /
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...
2015-03-13 Toma Tabacu[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFl...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Eric ChristopherRemove an unused variable.
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-18 Eric ChristopherUnify selectMipsCPU implementations.
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-26 Eric ChristopherCorrect the header guard for MipsABIInfo.h.
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-21 Jozef Kolek[mips][microMIPS] Implement ADDIUPC instruction
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2014-12-30 Zoran Jovanovic[mips][microMIPS] Relocate with symbol for micromips...
2014-12-23 Jozef Kolek[mips][microMIPS] Implement LWSP and SWSP instructions
2014-12-17 Vladimir MedicMipsABIInfo class is used in different libraries. Movin...
next