aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM with patches for fp16Pirama Arumuga Nainar2015-05-261-0/+98
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1852-144/+241
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-09305-4314/+5510
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-23102-399/+4239
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0272-451/+4220
* Add support for scalarizing cttz_zero_undefPetar Jovanovic2014-08-261-0/+37
* Add support for scalarizing ctlz_zero_undefPetar Jovanovic2014-08-261-0/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2146-1017/+5166
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2969-16716/+2983
* Update to LLVM 3.5a.Stephen Hines2014-04-24103-613/+19183
* Merged r195973:Daniel Sanders2013-12-011-0/+85
* Merging r195469:Bill Wendling2013-11-261-0/+31
* Merging r195444:Bill Wendling2013-11-261-0/+27
* Merging r195364:Bill Wendling2013-11-261-0/+33
* Merging r195343:Bill Wendling2013-11-261-0/+141
* Merging r195635:Daniel Sanders2013-11-251-0/+143
* Merging r195355:Daniel Sanders2013-11-212-0/+234
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-181-0/+31
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-152-639/+184
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-159-26/+134
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-1559-3/+666
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-154-0/+86
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-132-0/+59
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-131-0/+29
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-6/+6
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-121-16/+39
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-99/+120
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+34
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-122-1/+139
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-0/+248
* [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...Daniel Sanders2013-11-121-16/+16
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-121-0/+37
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-111-2/+1
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-111-0/+70
* [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.Matheus Almeida2013-11-111-192/+336
* [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.Matheus Almeida2013-11-111-30/+50
* [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.Matheus Almeida2013-11-111-12/+20
* [mips][msa] CHECK-DAG-ize MSA 2rf.ll test.Matheus Almeida2013-11-111-48/+80
* [mips][msa] CHECK-DAG-ize MSA 2r.ll test.Matheus Almeida2013-11-111-36/+60
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-103-64/+344
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-092-7/+20
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-051-0/+64
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-041-64/+0
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-041-0/+64
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-73/+121
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-304-162/+299
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-302-84/+216
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-301-0/+164
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-301-33/+44
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-291-0/+14