summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-2/+2
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-1/+4
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-2/+0
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-2/+2
* [mips][microMIPS] Implement movep instructionZoran Jovanovic2015-02-101-0/+34
* [mips][microMIPS] Implement LWGP instructionJozef Kolek2015-01-281-0/+15
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-0/+22
* [mips][microMIPS] Implement ADDIUPC instructionJozef Kolek2015-01-211-0/+12
* Reverted revision 226577.Jozef Kolek2015-01-201-22/+0
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-0/+22
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+22
* [mips][microMIPS] Implement LWSP and SWSP instructionsJozef Kolek2014-12-231-0/+14
* [mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic2014-12-161-0/+7
* [mips][microMIPS] Implement NOP aliasesJozef Kolek2014-11-291-1/+2
* [mips][microMIPS] Implement SWM16 and LWM16 instructionsZoran Jovanovic2014-11-271-0/+31
* [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructionsJozef Kolek2014-11-241-0/+42
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-0/+31
* [mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic2014-11-051-0/+28
* Reverted revisions 221351, 221352 and 221353.Zoran Jovanovic2014-11-051-28/+0
* [mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic2014-11-051-0/+28
* [mips][microMIPS] Implement ADDIUR1SP instructionZoran Jovanovic2014-10-231-0/+14
* ps][microMIPS] Implement ADDIUR2 instructionZoran Jovanovic2014-10-231-0/+14
* [mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructionsZoran Jovanovic2014-10-231-0/+9
* [mips][microMIPS] Implement ADDIUSP instructionZoran Jovanovic2014-10-101-0/+14
* [mips][microMIPS] Implement JRADDIUSP instructionZoran Jovanovic2014-09-121-0/+19
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-131-5/+15
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-121-5/+15
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-091-0/+11
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+6
* [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2 Zoran Jovanovic2014-05-271-2/+6
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-161-0/+19
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-161-0/+40
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-151-1/+11
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-031-2/+8
* [mips] Splitting up class definition from implementation.Matheus Almeida2014-03-201-129/+42
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-041-0/+21
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-281-28/+28
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-40/+65
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
* Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn2013-12-311-92/+92
* Fix indentation alignment of a declaration in MipsMCCodeEmitter.cppMark Seaborn2013-12-291-2/+2
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-191-2/+4
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-051-0/+46
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-0/+12
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+28
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+23
OpenPOWER on IntegriCloud