summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mips] Add rsqrt, recip for MIPS"Simon Dardis2016-10-051-9/+3
* [mips] Add rsqrt, recip for MIPSSimon Dardis2016-09-271-3/+9
* Defer asm errors to post-statement failureNirav Dave2016-09-161-40/+20
* Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis2016-09-161-10/+0
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-09-161-0/+10
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-20/+40
* Defer asm errors to post-statement failureNirav Dave2016-09-131-40/+20
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-20/+40
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-40/+20
* [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in...Hrvoje Varga2016-09-081-3/+14
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-1/+97
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-221-12/+51
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-163/+70
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-70/+163
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-163/+70
* [mips] Fix a warning that occurs on some gcc 4.9.2's but not all of them.Daniel Sanders2016-07-281-4/+4
* [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.Daniel Sanders2016-07-271-37/+85
* [mips] MIPS64R6 compact branch supportSimon Dardis2016-07-261-3/+18
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-4/+11
* [mips][ias] Remove k_PhysReg since it's not possible to create an operand of ...Daniel Sanders2016-07-051-20/+7
* Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for...Daniel Sanders2016-07-051-4/+6
* [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC.Daniel Sanders2016-07-051-6/+4
* [mips][ias] Integers are not registers.Daniel Sanders2016-06-231-6/+0
* Delete more dead code.Rafael Espindola2016-06-211-51/+0
* Delete some dead code.Rafael Espindola2016-06-211-25/+0
* [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga2016-06-091-0/+1
* [mips] Implement 'la' macro in PIC mode for O32.Daniel Sanders2016-06-031-7/+77
* [mips] Enforce compact branch register restrictionsSimon Dardis2016-05-311-10/+54
* [mips] Weaken asm predicate for memory offsetsSimon Dardis2016-05-271-3/+7
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* [mips][microMIPS] Implement BC1EQZC, BC1NEZC, BC2EQZC and BC2NEZC instructionsZlatko Buljan2016-05-191-0/+4
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-2/+1
* [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2016-05-161-0/+7
* [mips] Addition of a third operand to the instructions [d]div, [d]divuZoran Jovanovic2016-05-161-9/+8
* [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...Daniel Sanders2016-05-121-11/+8
* [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.Daniel Sanders2016-05-111-4/+2
* [mips] Fix a partially initialized member variable that was introduced in r26...Daniel Sanders2016-05-091-0/+2
* [mips][micromips] Make getPointerRegClass() result depend on the instruction.Daniel Sanders2016-05-091-0/+5
* [mips] Fix use after free and an unnecessary copy introduced in r268896.Daniel Sanders2016-05-091-3/+4
* Revert "[Mips] Fix use after free."Benjamin Kramer2016-05-091-1/+2
* [Mips] Fix use after free.Benjamin Kramer2016-05-091-2/+1
* [mips][microMIPS] Implement LWP and SWP instructionsZlatko Buljan2016-05-091-7/+26
* Fix Mips Parser error reportingNirav Dave2016-05-051-27/+49
* [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add ...Zlatko Buljan2016-05-041-1/+9
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-119/+60
* [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-19/+14
* [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....Daniel Sanders2016-04-291-66/+91
* [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-279/+208
* [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE instructionsZlatko Buljan2016-04-291-7/+0
OpenPOWER on IntegriCloud