summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* Add Simple return instruction to Mips fast-iselReed Kotler2014-04-29
* [mips][msa] Use CHECK-LABEL in basic_operations*.llDaniel Sanders2014-04-29
* [mips][msa] Fix element extraction where the index is variable.Daniel Sanders2014-04-29
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-16
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-16
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-16
* [mips] Correct callee saved list for the N32 ABI and enable testDaniel Sanders2014-04-16
* [mips] Add calling convention tests covering O32, N32, and N64.Daniel Sanders2014-04-16
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena...Daniel Sanders2014-04-09
* Reverting commit r205628 due to mips64 issues.Reed Kotler2014-04-07
* [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans...Daniel Sanders2014-04-04
* [mips] Add more Octeon cnMips instructionsKai Nacke2014-04-02
* Fixed issue with microMIPS JAL instruction.Zoran Jovanovic2014-03-31
* [mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap....Daniel Sanders2014-03-31
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* [mips] Correct lowering of VECTOR_SHUFFLE to VSHF.Daniel Sanders2014-03-21
* [MIPS] Add cpu octeon and some instructionsKai Nacke2014-03-20
* Add support for scalarizing/splitting vector bswap.Raul E. Silvera2014-03-18
* [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node...Daniel Sanders2014-03-12
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [mips] Implement NaCl sandboxing of loads, stores and SP changes:Sasa Stankovic2014-03-10
* Fix regression with -O0 for mips .Reed Kotler2014-03-10
* Moved test file from test/MC/Mips to test/CodeGen/Mips.Sasa Stankovic2014-03-07
* [Mips] Testcase typo fix. No functionality change.Jack Carter2014-03-05
* [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.Daniel Sanders2014-03-04
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-03
* Fixed operand of SC microMIPS instruction.Zoran Jovanovic2014-02-28
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* [mips] Use multiple FileCheck prefixes rather than run the test multiple timesDaniel Sanders2014-02-19
* Fix more broken CHECK linesNico Rieck2014-02-16
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* This patch has two main functions:Reed Kotler2014-02-14
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* [mips][msa] Update FileCheck prefix in preparation forMatheus Almeida2014-02-10
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-05
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-31
* Update FileCheck prefixes in preparation for the addition of Mips64 MSA tests.Matheus Almeida2014-01-31
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29
* [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test.Matheus Almeida2014-01-29
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26