aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Make nomips16 mask not repeat if it ends with a '.'.Reed Kotler2013-09-231-0/+19
* [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ...Daniel Sanders2013-09-231-0/+113
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-0/+226
* [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-231-0/+60
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-231-0/+68
* [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ...Daniel Sanders2013-09-232-0/+390
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-232-0/+177
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-211-0/+20
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-181-10/+12
* Expand the mask capability for deciding which functions are mips16 and mips32Reed Kotler2013-09-151-0/+73
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-113-0/+734
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-112-0/+323
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-112-0/+224
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-111-0/+130
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-111-0/+68
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-111-52/+86
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-44/+0
* [mips] Fix typos.Akira Hatanaka2013-09-071-2/+2
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-071-15/+63
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-061-16/+17
* Make sure we don't generate stubs for any of these functions because theyReed Kotler2013-09-011-15/+13
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-301-0/+38
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-282-0/+134
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-282-0/+298
* [mips][msa] Added move.vDaniel Sanders2013-08-281-0/+24
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+167
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-284-0/+976
* [mips][msa] Summarize testsDaniel Sanders2013-08-2840-4/+114
* [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v ...Daniel Sanders2013-08-271-43/+523
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-271-0/+597
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-271-0/+1208
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-251-0/+28
* Revert 189161Shuxin Yang2013-08-241-28/+0
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-241-0/+28
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-2219-42/+42
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-212-204/+192
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-201-6/+17
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-201-0/+23
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-201-176/+0
* [mips][msa] Added insveDaniel Sanders2013-08-201-0/+91
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-201-0/+176
* Fix a subtle difference between running clang vs llc for mips16.Reed Kotler2013-08-161-0/+27
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-1514-0/+3692
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-1511-0/+1710
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-1513-0/+4027
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-141-0/+18
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-111-0/+25
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-091-0/+18
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-071-0/+13