[AArch64]Fix the problem that can't select mul of v1i64/v2i64 types.
[oota-llvm.git] / test / CodeGen / Mips /
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.
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-07-01 Akira Hatanaka[mips] Fix test case to check that mips64 instructions...
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-22 Reed KotlerReplace with a shorter test case produced by Doug Gillmore.
2013-06-11 Akira Hatanaka[mips] Add an IR transformation pass that optimizes...
2013-06-09 Reed KotlerFix a regression I introduced when I expanded the compl...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-06-05 Akira Hatanaka[mips] brcond + setgt/setugt instruction selection...
2013-05-31 Akira Hatanaka[mips] Big-endian code generation for atomic instructions.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 4/4.
2013-05-21 Akira Hatanaka[mips] Rename option to make it compatible with gcc.
2013-05-21 Akira Hatanaka[mips] Add instruction selection patterns for blez...
2013-05-21 Reed KotlerAdd checks that the proper predeined stubs are being...
2013-05-21 Reed KotlerAdd some additional functions to the list of helper...
2013-05-20 Akira Hatanaka[mips] Add (setne $lhs, 0) instruction selection pattern.
2013-05-20 Akira Hatanaka[mips] Trap on integer division by zero.
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Rafael EspindolaMore addFrameMove test coverage.
2013-05-16 Akira Hatanaka[mips] Test case for r182042. Add comment.
2013-05-16 Rafael EspindolaMore test coverage for addFrameMove.
2013-05-16 Rafael EspindolaAdd more addFrameMove test coverage.
2013-05-16 Reed KotlerPatch number 2 for mips16/32 floating point interoperab...
2013-05-14 Reed KotlerThis is the first of three patches which creates stubs...
2013-05-14 Akira HatanakaStackColoring: don't clear an instruction's mem operand...
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-05-11 Reed KotlerAdd -mtriple=mipsel-linux-gnu to the test so that the...
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-05-08 Akira Hatanaka[mips] Add instruction selection pattern for (seteq...
2013-05-03 Reed KotlerRemove some uneeded pseudos in the presence of the...
2013-05-03 Akira Hatanaka[mips] Split the DSP control register and define one...
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
next