summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-221-0/+7
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-0/+3
* [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga2016-06-091-0/+7
* [PATCH] [mips] Restrict the creation of compact branchesSimon Dardis2016-05-181-0/+2
* Revert "[mips] Restrict the creation of compact branches"Simon Dardis2016-05-181-2/+0
* [mips] Restrict the creation of compact branchesSimon Dardis2016-05-181-0/+2
* [mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic2016-05-171-0/+7
* [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga2016-05-131-0/+7
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-121-3/+0
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-111-0/+3
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-221-3/+0
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-201-0/+3
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-311-0/+1
* [mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan2015-12-211-3/+0
* [mips][microMIPS] Fix issue with offset operand of BALC and BC instructionsZoran Jovanovic2015-11-301-0/+7
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-061-4/+5
* [mips][microMIPS] Implement LB, LBE, LBU and LBUE instructionsHrvoje Varga2015-10-161-0/+3
* [mips][microMIPS] Implement SB, SBE, SCE, SH and SHE instructionsZoran Jovanovic2015-09-081-0/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* [mips][microMIPSr6] Implement initial subtarget supportJozef Kolek2015-04-201-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [mips][microMIPS] Implement movep instructionZoran Jovanovic2015-02-101-0/+4
* [mips][microMIPS] Implement LWGP instructionJozef Kolek2015-01-281-0/+3
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-0/+7
* [mips][microMIPS] Implement ADDIUPC instructionJozef Kolek2015-01-211-0/+4
* Reverted revision 226577.Jozef Kolek2015-01-201-7/+0
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-0/+7
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+7
* [mips][microMIPS] Implement LWSP and SWSP instructionsJozef Kolek2014-12-231-0/+3
* [mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic2014-12-161-0/+4
* [mips][microMIPS] Implement SWM16 and LWM16 instructionsZoran Jovanovic2014-11-271-0/+7
* [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructionsJozef Kolek2014-11-241-0/+9
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-0/+3
* Test commit to verify that commit access works.Jozef Kolek2014-11-181-1/+1
* [mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic2014-11-051-0/+3
* Reverted revisions 221351, 221352 and 221353.Zoran Jovanovic2014-11-051-3/+0
* [mips][microMIPS] Implement ANDI16 instructionZoran Jovanovic2014-11-051-0/+3
* [mips][microMIPS] Implement ADDIUR1SP instructionZoran Jovanovic2014-10-231-0/+4
* ps][microMIPS] Implement ADDIUR2 instructionZoran Jovanovic2014-10-231-0/+4
* [mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructionsZoran Jovanovic2014-10-231-0/+4
* [mips][microMIPS] Implement ADDIUSP instructionZoran Jovanovic2014-10-101-0/+6
* [mips][microMIPS] Implement JRADDIUSP instructionZoran Jovanovic2014-09-121-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-091-0/+4
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-161-0/+7
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-161-0/+14
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-151-0/+4
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [mips] Update namespace.Matheus Almeida2014-03-211-5/+1
OpenPOWER on IntegriCloud