summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSEISelLowering.h
Commit message (Expand)AuthorAge
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-27
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-27
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-23
* [mips][msa] Separate the configuration of int/float vector types since they w...Daniel Sanders2013-09-11
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-07
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-28
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-28
* [mips][msa] Split MSA128 regset into size-specific sets containing the same r...Daniel Sanders2013-08-23
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN andAkira Hatanaka2013-04-13
* [mips] Override TargetLoweringBase::isShuffleMaskLegal.Akira Hatanaka2013-04-13
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-30
* [mips] Implement getRepRegClassFor in MipsSETargetLowering. This function isAkira Hatanaka2013-03-30
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-13