| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 2 | -52/+50 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -0/+4 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 2 | -32/+443 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 17 | -339/+835 |
* | Merged r195973: | Daniel Sanders | 2013-12-01 | 1 | -0/+85 |
* | Merging r195469: | Bill Wendling | 2013-11-26 | 1 | -0/+31 |
* | Merging r195444: | Bill Wendling | 2013-11-26 | 1 | -0/+27 |
* | Merging r195364: | Bill Wendling | 2013-11-26 | 1 | -0/+33 |
* | Merging r195343: | Bill Wendling | 2013-11-26 | 1 | -0/+141 |
* | Merging r195635: | Daniel Sanders | 2013-11-25 | 1 | -0/+143 |
* | Merging r195355: | Daniel Sanders | 2013-11-21 | 2 | -0/+234 |
* | [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 |
* | [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 |
* | 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 |
* | [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests | Daniel Sanders | 2013-10-30 | 1 | -73/+121 |
* | [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal... | Daniel Sanders | 2013-10-30 | 4 | -162/+299 |
* | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 2 | -84/+216 |
* | [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECT | Daniel Sanders | 2013-10-30 | 1 | -0/+164 |
* | [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i... | Daniel Sanders | 2013-10-30 | 1 | -33/+44 |
* | [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins... | Daniel Sanders | 2013-10-23 | 1 | -0/+69 |
* | [mips][msa] Fix definition of SLD instruction. | Matheus Almeida | 2013-10-21 | 1 | -27/+27 |
* | [mips][msa] Added a regression test that depended on multiple patches to pass. | Daniel Sanders | 2013-10-18 | 1 | -0/+150 |
* | [mips][msa] Added lsa instruction | Daniel Sanders | 2013-10-17 | 1 | -0/+26 |
* | Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deleted | Daniel Sanders | 2013-10-17 | 1 | -149/+0 |
* | [mips][msa] Added support for build_vector for v4f32 and v2f64. | Daniel Sanders | 2013-10-15 | 1 | -4/+39 |
* | [mips][msa] Improves robustness of the test by enhancing pattern matching. | Matheus Almeida | 2013-10-11 | 1 | -240/+360 |
* | [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no... | Daniel Sanders | 2013-10-11 | 1 | -0/+160 |
* | [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+40 |
* | [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+44 |
* | [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ... | Daniel Sanders | 2013-10-11 | 1 | -0/+112 |
* | [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr... | Daniel Sanders | 2013-10-01 | 1 | -0/+128 |
* | [mips][msa] Implemented insert.d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -28/+60 |
* | [mips][msa] Implemented fill.d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -9/+33 |
* | [mips][msa] Implemented copy_[us].d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -0/+42 |
* | [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64. | Daniel Sanders | 2013-09-27 | 1 | -0/+34 |
* | [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64 | Daniel Sanders | 2013-09-27 | 2 | -0/+221 |
* | [mips][msa] Added support for MSA registers to copyPhysReg | Daniel Sanders | 2013-09-27 | 1 | -0/+136 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 1 | -12/+64 |
* | [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e... | Daniel Sanders | 2013-09-27 | 56 | -58/+63 |
* | [mips][msa] Expand all truncstores and loadexts for MSA as well as DSP | Daniel Sanders | 2013-09-27 | 2 | -0/+32 |