summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/llvm-ir
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-04-134-9/+558
* Revert "[mips] MIPSR6 Compact branch aliases"Simon Dardis2016-04-123-19/+13
* [mips] MIPSR6 Compact branch aliasesSimon Dardis2016-04-123-13/+19
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-119-111/+111
* [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru...Zlatko Buljan2016-04-081-8/+317
* [mips] MIPSR6 Compact jump supportSimon Dardis2016-04-053-31/+52
* [mips][microMIPS] Revert commits r264245 and r264248.Zoran Jovanovic2016-04-024-558/+9
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-03-244-9/+558
* [mips] MIPSR6 Instruction itinerariesVasileios Kalintiris2016-03-111-12/+12
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-013-29/+23
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-013-23/+29
* [mips] Split large test file into 3 smaller ones.Vasileios Kalintiris2016-02-014-712/+772
* [mips] Never select JAL for calls to an absolute immediate address.Daniel Sanders2016-01-111-0/+15
* Use TargetRegisterInfo for printing MachineOperand register commentsDan Gohman2015-11-171-2/+2
* [mips] Define patterns for the atomic_{load,store}_{8,16,32,64} nodes.Vasileios Kalintiris2015-11-063-0/+110
* [mips] Handle undef when extracting subregs from FP64 registers.Daniel Sanders2015-10-121-0/+14
* [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backendDaniel Sanders2015-10-061-0/+13
* Revert r249123 - [mips][microMIPS] Fix an issue with selecting sqrt instructi...Daniel Sanders2015-10-061-13/+0
* [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backendZoran Jovanovic2015-10-021-0/+13
* Fix vector splitting for extract_vector_elt and vector elements of <8-bits.Daniel Sanders2015-09-091-0/+19
* [mips] Reserve address spaces 1-255 for software use.Daniel Sanders2015-09-081-0/+12
* Revert r229675 - [mips] Avoid redundant sign extension of the result of binar...Vasileios Kalintiris2015-08-043-3/+13
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-205-68/+68
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-205-68/+68
* [mips] Correct 128-bit shifts on 64-bit targets.Daniel Sanders2015-04-293-12/+12
* [mips] Optimize code generation for 64-bit variable shift instructions.Vasileios Kalintiris2015-04-213-63/+58
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-1817-103/+245
* [mips] Avoid redundant sign extension of the result of binary bitwise instruc...Vasileios Kalintiris2015-02-183-13/+3
* [mips] Remove unused check prefix from tests. NFC.Daniel Sanders2015-02-042-18/+18
* [mips] Enable arithmetic and binary operations for the i128 data type.Vasileios Kalintiris2015-01-2613-16/+384
* [mips] Add tests for bitwise binary and integer arithmetic operators.Vasileios Kalintiris2015-01-2612-0/+1241
* Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"Vasileios Kalintiris2015-01-262-189/+0
* [mips] Fix assertion on i128 addition/subtraction on MIPS64Daniel Sanders2015-01-242-0/+189
* [mips] Enable code generation for MIPS-III.Vasileios Kalintiris2014-12-121-93/+146
* [mips] Support SELECT nodes for targets that don't have conditional-move inst...Vasileios Kalintiris2014-12-121-0/+649
* [mips] Add preliminary support for the MIPS II target.Vasileios Kalintiris2014-11-111-0/+181
* [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...Daniel Sanders2014-07-092-11/+24
* [mips][mips64r6] Use JALR for returns instead of JR (which is not available o...Daniel Sanders2014-07-091-22/+61
* [mips] Add tests for the 'ret', 'call', and 'indirectbr' LLVM IR instruction.Daniel Sanders2014-07-043-0/+353
OpenPOWER on IntegriCloud