Simplify code, NFC.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc /
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...
2014-12-16 Zoran Jovanovic[mips][microMIPS] Implement SWP and LWP instructions
2014-12-09 Mohit K. Bhakkadtest commit (spelling correction)
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-29 Jozef Kolek[mips][microMIPS] Implement NOP aliases
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-24 Jozef Kolek[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16...
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-11-18 Jozef KolekTest commit to verify that commit access works.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-11-05 Zoran Jovanovic[mips][microMIPS] Mark symbols as microMIPS if necessary
2014-11-05 Zoran JovanovicReverted revisions 221351, 221352 and 221353.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Implement ANDI16 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement ADDIUR1SP instruction
2014-10-23 Zoran Jovanovicps][microMIPS] Implement ADDIUR2 instruction
2014-10-23 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SLL16...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-02 Joerg SonnenbergerSupport padding unaligned data in .text.
2014-10-01 Toma Tabacu[mips] Rename emit and parse functions for the .cpload...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JRADDIUSP instruction
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
next