[mips][msa] Direct Object Emission support for BIT instructions.
[oota-llvm.git] / test / CodeGen / Mips /
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)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
2013-07-26 Akira Hatanaka[mips] Implement llvm.trap intrinsic.
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-12 Akira Hatanaka[mips] Remove trailing whitespace.
next