summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...Simon Atanasyan2017-04-301-1/+2
* [Mips] Emit the correct DINS variantStrahinja Petrovic2017-03-231-8/+11
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-02-011-28/+13
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-221-2/+26
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-1/+4
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-4/+1
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-1/+4
* [mips] MIPS64R6 compact branch supportSimon Dardis2016-07-261-2/+5
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-0/+13
* [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct...Hrvoje Varga2016-06-271-0/+4
* [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructionsHrvoje Varga2016-06-161-0/+12
* [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga2016-06-091-0/+30
* [mips] Enforce compact branch register restrictionsSimon Dardis2016-05-311-4/+12
* ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic2016-05-191-1/+4
* [PATCH] [mips] Restrict the creation of compact branchesSimon Dardis2016-05-181-0/+25
* Revert "[mips] Restrict the creation of compact branches"Simon Dardis2016-05-181-25/+0
* [mips] Restrict the creation of compact branchesSimon Dardis2016-05-181-0/+25
* [mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic2016-05-171-0/+20
* [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga2016-05-131-0/+23
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-121-13/+0
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-111-0/+13
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-91/+82
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-221-13/+0
* [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic2016-04-221-2/+3
* [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic2016-04-211-2/+3
* [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic2016-04-211-1/+7
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-201-0/+13
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-311-49/+8
* [mips] Make isel select the correct DEXT variant up front.Daniel Sanders2016-02-291-18/+11
* [mips][microMIPS] Implement DERET and DI instructions and check size operand ...Zlatko Buljan2015-12-211-9/+0
* [mips][microMIPS] Fix issue with offset operand of BALC and BC instructionsZoran Jovanovic2015-11-301-0/+17
* [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructionsZlatko Buljan2015-11-121-0/+2
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-061-5/+7
* [mips][microMIPS] Implement LB, LBE, LBU and LBUE instructionsHrvoje Varga2015-10-161-1/+14
* [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic2015-10-121-0/+4
* [mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6Zoran Jovanovic2015-09-151-1/+1
* [mips][microMIPS] Implement SB, SBE, SCE, SH and SHE instructionsZoran Jovanovic2015-09-081-0/+13
* [mips][microMIPS] Add microMIPS32r6 and microMIPS64r6 tests for existing 16-b...Zoran Jovanovic2015-09-081-1/+2
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-231-6/+9
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-2/+2
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-3/+3
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-12/+12
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-2/+2
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-2/+2
* [mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping supportZoran Jovanovic2015-04-221-3/+10
* [mips][microMIPSr6] Implement initial mapping supportJozef Kolek2015-04-201-2/+4
* [mips][microMIPSr6] Implement initial subtarget supportJozef Kolek2015-04-201-0/+4
OpenPOWER on IntegriCloud