summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* [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] Added move.vDaniel Sanders2013-08-28
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-28
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-28
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-28
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-28
* Changed commentJack Carter2013-08-27
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-27
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-27
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Revert 189161Shuxin Yang2013-08-24
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-24
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* [mips][msa] Split MSA128 regset into size-specific sets containing the same r...Daniel Sanders2013-08-23
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-21
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-21
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-21
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-20
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-20
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-20
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-20
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-20
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [mips][msa] Added insveDaniel Sanders2013-08-20
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-20
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-19
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* Fix a subtle difference between running clang vs llc for mips16.Reed Kotler2013-08-16
* Reverted test commit (r188556)Daniel Sanders2013-08-16
* Test commit. Just a blank lineDaniel Sanders2013-08-16
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-16
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-14
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-14
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-14
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-14
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-13
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-13
* This patch introduces changes to MipsAsmParser register parsing routines. The...Vladimir Medic2013-08-13
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-12
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-12
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-11