[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / CodeGen / Mips /
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Reed KotlerAdd the test case that goes with the previous submissio...
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Daniel Sanders[mips][msa] Combine binsri-like DAG of AND and OR into...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching splat.[bhw]...
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-23 Daniel Sanders[mips][msa] Added support for matching fexp2 from norma...
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-18 Daniel Sanders[mips][msa] Added a regression test that depended on...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
2013-10-17 Daniel SandersFix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should...
2013-10-15 Daniel Sanders[mips][msa] Added support for build_vector for v4f32...
2013-10-15 Akira Hatanaka[mips] Transfer kill flag to the newly created operand.
2013-10-12 Reed KotlerFor Mips16, start to consolidate all forms of 32 bit...
2013-10-11 Matheus Almeida[mips][msa] Improves robustness of the test by enhancin...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching maddv.[bhwd...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmsub.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmadd.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching ffint_[us]....
2013-10-09 Akira Hatanaka[mips] Do not generate INS/EXT nodes if target does...
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-10-07 Akira Hatanaka[mips] Test case for r192124.
2013-10-07 Reed KotlerAdd Mips16 patterns for sign extend byte and sign exten...
2013-10-04 Reed KotlerSupport tblockaddr for static compilation in Mips16.
2013-10-04 Akira Hatanaka[mips] Fix a bug in MipsLongBranch::replaceBranch,...
2013-10-01 Daniel Sanders[mips][msa] Added support for matching mod_[us] from...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented insert_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Implemented extract_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Added support for MSA registers to copyPhysReg
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-27 Daniel Sanders[mips][msa] MSA requires FR=1 mode (64-bit FPU register...
2013-09-27 Daniel Sanders[mips][msa] Expand all truncstores and loadexts for...
2013-09-27 Daniel Sanders[mips][msa] Added missing check in performSRACombine
2013-09-25 Reed KotlerFix a bad typo in the inline assembly code for mips16...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching pckev, and pckod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching ilv[lr], ilvod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Remove the VSPLAT and VSPLATD nodes in...
2013-09-24 Daniel Sanders[mips][msa] Non-constant BUILD_VECTOR's should be expan...
2013-09-24 Daniel Sanders[mips][msa] Added partial support for matching fmax_a...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching andi, ori, nori...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching max, maxi, min...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching comparisons...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching slli, srai,...
2013-09-23 Reed KotlerMake nomips16 mask not repeat if it ends with a '.'.
2013-09-23 Daniel Sanders[mips][msa] Added support for matching addvi, and subvi...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching pcnt from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching nor from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching and, or, and...
2013-09-23 Daniel Sanders[mips][msa] Implemented build_vector using ldi, fill...
2013-09-21 Reed KotlerSet .reorder for the stub so that gas takes care of...
2013-09-18 Reed KotlerFix two issues regarding Got pointer (GP) setup.
2013-09-15 Reed KotlerExpand the mask capability for deciding which functions...
2013-09-11 Daniel Sanders[mips][msa] Added test cases that were supposed to...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching mulv, nlzc,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching fadd, fdiv,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching div_[su] from...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching addv from normal...
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-07 Akira Hatanaka[mips] Fix typos.
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-09-06 Akira Hatanaka[mips] Set instruction itineraries of loads, stores...
2013-09-01 Reed KotlerMake sure we don't generate stubs for any of these...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Daniel Sanders[mips][msa] Summarize tests
2013-08-27 Daniel Sanders[mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel...
2013-08-27 Daniel Sanders[mips][msa] Added spill/reload support
2013-08-27 Daniel Sanders[mips][msa] Added bitconverts for vector types for...
2013-08-25 Reed KotlerStart to add the LLVM builtins to the mips16 exclusion...
2013-08-24 Shuxin YangRevert 189161
2013-08-24 Reed KotlerStart to add the builtind to the mips16 exclusion lists...
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Daniel Sanders[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 Daniel Sanders[mips][msa] Added insve
2013-08-20 Daniel Sanders[mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor...
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
next