| Commit message (Expand) | Author | Age | Files | Lines |
* | Next step in Mips16 prologue/epilogue cleanup. | Reed Kotler | 2013-12-10 | 5 | -9/+103 |
* | [mips][msa] Correct sld and sldi builtins. | Daniel Sanders | 2013-12-10 | 2 | -47/+71 |
* | [mips][msa] Fix invalid generated code when lowering FrameIndex involving una... | Daniel Sanders | 2013-12-09 | 1 | -0/+60 |
* | [mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd] | Daniel Sanders | 2013-12-09 | 1 | -0/+249 |
* | Cleaning up of prologue/epilogue code for Mips16. First step | Reed Kotler | 2013-12-08 | 4 | -6/+6 |
* | [mips] Fix test case. | Akira Hatanaka | 2013-12-07 | 1 | -10/+18 |
* | [mips] Small code generation improvement for conditional operator (select) | Matheus Almeida | 2013-12-05 | 3 | -10/+53 |
* | final patch for very long conditional branches for mips16 constant islands. | Reed Kotler | 2013-12-03 | 2 | -0/+309 |
* | [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ... | Daniel Sanders | 2013-11-30 | 1 | -0/+85 |
* | Part 1 of 3 patches that completes very long conditional branches | Reed Kotler | 2013-11-29 | 1 | -0/+59 |
* | Check in conditional branches for constant islands. Still need to finish | Reed Kotler | 2013-11-28 | 3 | -3/+136 |
* | [mips] Implement the following optimizations using dominance information to | Akira Hatanaka | 2013-11-27 | 1 | -0/+83 |
* | Fix a bug related to constant islands for Mips16 and mips16/32 dual mode. | Reed Kotler | 2013-11-26 | 1 | -1/+5 |
* | Fixed tryFoldToZero() for vector types that need expansion. | Daniel Sanders | 2013-11-25 | 1 | -0/+143 |
* | Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds | Reed Kotler | 2013-11-24 | 1 | -1/+3 |
* | Update older test cases for latest patch. | Reed Kotler | 2013-11-24 | 2 | -2/+2 |
* | Fix a funny bug I introduced during conversion of ARM constant islands to Mips. | Reed Kotler | 2013-11-24 | 1 | -0/+39 |
* | [mips][msa] Add test case that should have been added in r195456. | Daniel Sanders | 2013-11-22 | 1 | -0/+31 |
* | [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from... | Daniel Sanders | 2013-11-22 | 1 | -0/+27 |
* | [mips][msa] Fix a corner case in performORCombine() when combining nodes into... | Daniel Sanders | 2013-11-21 | 1 | -0/+33 |
* | Add support for legalizing SETNE/SETEQ by inverting the condition code and th... | Daniel Sanders | 2013-11-21 | 2 | -0/+234 |
* | [mips][msa/dsp] Only do DSP combines if DSP is enabled. | Daniel Sanders | 2013-11-21 | 1 | -0/+141 |
* | Add, to constant islands, long jumps similar to ARM far branch. | Reed Kotler | 2013-11-21 | 1 | -0/+37 |
* | [Mips] Adjust float ABI settings in case of MIPS16 mode. | Simon Atanasyan | 2013-11-19 | 23 | -34/+34 |
* | [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo... | Daniel Sanders | 2013-11-18 | 1 | -0/+31 |
* | [mips][msa] Merge basic_operations_little.ll into basic_operations.ll. | Daniel Sanders | 2013-11-15 | 2 | -639/+184 |
* | Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type | Daniel Sanders | 2013-11-15 | 9 | -26/+134 |
* | [mips][msa] Build all the tests in little and big endian modes and correct an... | Daniel Sanders | 2013-11-15 | 59 | -3/+666 |
* | Make all the conditional Mips 16 branches get initially set for the | Reed Kotler | 2013-11-15 | 4 | -0/+86 |
* | Take care of long short branch immediate instructions for mips16 in | Reed Kotler | 2013-11-13 | 2 | -0/+59 |
* | Allow the code which returns the length for inline assembler to know | Reed Kotler | 2013-11-13 | 1 | -0/+29 |
* | [mips] Fix a bug in function CC_MipsO32_FP64. The second double precision | Akira Hatanaka | 2013-11-12 | 1 | -6/+6 |
* | [mips] Run test case with command line option -mattr=+fp64. | Akira Hatanaka | 2013-11-12 | 1 | -16/+39 |
* | [mips] Fix and re-enable a test case that has been disabled for a long time. | Akira Hatanaka | 2013-11-12 | 1 | -99/+120 |
* | [mips][msa] Enable inlinse assembly for MSA. | Daniel Sanders | 2013-11-12 | 1 | -0/+34 |
* | [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n... | Daniel Sanders | 2013-11-12 | 2 | -1/+139 |
* | [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm... | Daniel Sanders | 2013-11-12 | 1 | -0/+248 |
* | [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a... | Daniel Sanders | 2013-11-12 | 1 | -16/+16 |
* | Change the default branch instruction to be the 16 bit variety for mips16. | Reed Kotler | 2013-11-12 | 1 | -0/+37 |
* | [mips] Partially revert r193641. Stack alignment should not be determined by | Akira Hatanaka | 2013-11-11 | 1 | -2/+1 |
* | Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp... | Daniel Sanders | 2013-11-11 | 1 | -0/+70 |
* | [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test. | Matheus Almeida | 2013-11-11 | 1 | -192/+336 |
* | [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test. | Matheus Almeida | 2013-11-11 | 1 | -30/+50 |
* | [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test. | Matheus Almeida | 2013-11-11 | 1 | -12/+20 |
* | [mips][msa] CHECK-DAG-ize MSA 2rf.ll test. | Matheus Almeida | 2013-11-11 | 1 | -48/+80 |
* | [mips][msa] CHECK-DAG-ize MSA 2r.ll test. | Matheus Almeida | 2013-11-11 | 1 | -36/+60 |
* | Mostly finish up constant islands port for Mips for load constants. | Reed Kotler | 2013-11-10 | 3 | -64/+344 |
* | [mips] Make sure there is a chain edge dependency between loads that read | Akira Hatanaka | 2013-11-09 | 2 | -7/+20 |
* | Fix r194019 as requested by Eric Christopher. | Reed Kotler | 2013-11-05 | 1 | -0/+64 |
* | Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant... | NAKAMURA Takumi | 2013-11-04 | 1 | -64/+0 |