Age | Commit message (Expand) | Author | Files | Lines |
2014-11-02 | Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in... | Daniel Sanders | 1 | -3/+3 |
2014-11-02 | Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta... | NAKAMURA Takumi | 1 | -3/+3 |
2014-11-01 | [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC. | Daniel Sanders | 1 | -3/+3 |
2014-10-01 | [mips] For indirect calls we don't need $gp to point to .got. Mips linker | Sasa Stankovic | 1 | -1/+1 |
2014-09-19 | constify the TargetMachine being passed through the Mips subtarget | Eric Christopher | 1 | -1/+1 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -3/+3 |
2014-07-27 | Add alignment value to allowsUnalignedMemoryAccess | Matt Arsenault | 1 | -2/+3 |
2014-07-18 | In preparation for replacing the whole subtarget on the target machine, | Eric Christopher | 1 | -1/+2 |
2014-07-03 | Make these preprocessor directives match all of the others in the port. | Eric Christopher | 1 | -2/+2 |
2014-07-02 | So that we can include target lowering in the subtarget, remove include | Eric Christopher | 1 | -7/+1 |
2014-04-30 | [mips][msa] Fix vector insertions where the index is variable | Daniel Sanders | 1 | -0/+5 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -13/+14 |
2014-04-28 | [C++] Use 'nullptr'. | Craig Topper | 1 | -2/+2 |
2014-03-02 | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 1 | -3/+2 |
2014-02-05 | Add address space argument to allowsUnalignedMemoryAccess. | Matt Arsenault | 1 | -1/+3 |
2013-10-23 | [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins... | Daniel Sanders | 1 | -0/+6 |
2013-10-15 | [mips][msa] Added support for build_vector for v4f32 and v2f64. | Daniel Sanders | 1 | -0/+6 |
2013-09-27 | [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64. | Daniel Sanders | 1 | -0/+6 |
2013-09-27 | [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64 | Daniel Sanders | 1 | -0/+6 |
2013-09-24 | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 1 | -0/+3 |
2013-09-23 | [mips][msa] Added support for matching insert and copy from normal IR (i.e. n... | Daniel Sanders | 1 | -0/+1 |
2013-09-23 | [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG... | Daniel Sanders | 1 | -0/+5 |
2013-09-11 | [mips][msa] Separate the configuration of int/float vector types since they w... | Daniel Sanders | 1 | -1/+3 |
2013-09-07 | [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index double | Akira Hatanaka | 1 | -0/+3 |
2013-08-28 | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 1 | -0/+3 |
2013-08-28 | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 1 | -0/+1 |
2013-08-23 | [mips][msa] Split MSA128 regset into size-specific sets containing the same r... | Daniel Sanders | 1 | -1/+1 |
2013-08-15 | [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi) | Jack Carter | 1 | -0/+2 |
2013-08-08 | [mips] Rename accumulator register classes and FP register operands. | Akira Hatanaka | 1 | -2/+2 |
2013-04-13 | [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and | Akira Hatanaka | 1 | -0/+3 |
2013-04-13 | [mips] Override TargetLoweringBase::isShuffleMaskLegal. | Akira Hatanaka | 1 | -0/+5 |
2013-03-30 | [mips] Move the code which does dag-combine for multiply-add/sub nodes to | Akira Hatanaka | 1 | -0/+2 |
2013-03-30 | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka | 1 | -0/+5 |
2013-03-30 | [mips] Implement getRepRegClassFor in MipsSETargetLowering. This function is | Akira Hatanaka | 1 | -0/+9 |
2013-03-13 | [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for | Akira Hatanaka | 1 | -0/+46 |