aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-23[mips][microMIPS] Implement LWSP and SWSP instructionsJozef Kolek1-0/+14
2014-12-16[mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic1-0/+7
2014-11-29[mips][microMIPS] Implement NOP aliasesJozef Kolek1-1/+2
2014-11-27[mips][microMIPS] Implement SWM16 and LWM16 instructionsZoran Jovanovic1-0/+31
2014-11-24[mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructionsJozef Kolek1-0/+42
2014-11-19[mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic1-0/+31
2014-11-05[mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic1-0/+28
2014-11-05Reverted revisions 221351, 221352 and 221353.Zoran Jovanovic1-28/+0
2014-11-05[mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic1-0/+28
2014-10-23[mips][microMIPS] Implement ADDIUR1SP instructionZoran Jovanovic1-0/+14
2014-10-23ps][microMIPS] Implement ADDIUR2 instructionZoran Jovanovic1-0/+14
2014-10-23[mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructionsZoran Jovanovic1-0/+9
2014-10-10[mips][microMIPS] Implement ADDIUSP instructionZoran Jovanovic1-0/+14
2014-09-12[mips][microMIPS] Implement JRADDIUSP instructionZoran Jovanovic1-0/+19
2014-06-13[mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic1-5/+15
2014-06-12[mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic1-5/+15
2014-06-09[mips][mips64r6] Add LDPC instructionZoran Jovanovic1-0/+11
2014-05-27[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic1-0/+6
2014-05-27[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic1-2/+6
2014-05-16[mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic1-0/+19
2014-05-16[mips][mips64r6] Add compact branch instructionsZoran Jovanovic1-0/+40
2014-05-15[mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders1-1/+11
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-04-03[mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic1-2/+8
2014-03-20[mips] Splitting up class definition from implementation.Matheus Almeida1-129/+42
2014-02-04[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic1-0/+21
2014-01-28Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse1-28/+28
2014-01-28Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse1-40/+65
2014-01-28Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse1-2/+4
2013-12-31Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn1-92/+92
2013-12-29Fix indentation alignment of a declaration in MipsMCCodeEmitter.cppMark Seaborn1-2/+2
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic1-2/+4
2013-12-05[mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida1-0/+46
2013-11-18[mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida1-0/+12
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic1-0/+28
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic1-0/+23
2013-10-23Support for microMIPS relocations 1.Zoran Jovanovic1-12/+24
2013-09-07[mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka1-0/+4
2013-08-27Changed commentJack Carter1-1/+1
2013-08-13[Mips] Support for unaligned load/store microMips instructionsJack Carter1-0/+16
2013-08-08Mips ELF: MicroMips direct object Little endian support. Jack Carter1-4/+15
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-1/+1
2013-05-27Make helper functions static.Rafael Espindola1-3/+65
2013-04-19[mips] First patch which adds support for micromips.Akira Hatanaka1-1/+14
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter1-25/+37
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter1-4/+6
2013-02-20Fix the (clang -Werror) build by removing an unused member variable.David Blaikie1-2/+1
2013-02-19ELF symbol table field st_other support, Jack Carter1-4/+6
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler1-6/+0
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka1-5/+7