aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-287-0/+106
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-281-14/+327
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-285-49/+143
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-282-46/+20
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* Changed commentJack Carter2013-08-271-1/+1
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-271-0/+16
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-272-2/+151
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-262-0/+33
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-251-1/+1
* Revert 189161Shuxin Yang2013-08-241-1/+1
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-241-1/+1
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-234-178/+2
* [mips][msa] Split MSA128 regset into size-specific sets containing the same r...Daniel Sanders2013-08-234-477/+482
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-211-1/+1
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-211-32/+3
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-211-0/+1
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-203-19/+45
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-206-32/+70
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-203-6/+6
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-206-16/+60
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-2010-371/+184
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-201-6/+28
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-202-12/+10
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-201-44/+0
* [mips][msa] Added insveDaniel Sanders2013-08-201-0/+32
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-202-0/+64
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-191-6/+9
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-3/+1
* Fix a subtle difference between running clang vs llc for mips16.Reed Kotler2013-08-161-0/+3
* Reverted test commit (r188556)Daniel Sanders2013-08-161-1/+0
* Test commit. Just a blank lineDaniel Sanders2013-08-161-0/+1
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-161-0/+11
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-151-0/+842
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-151-0/+467
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-156-20/+1238
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-141-2/+2
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-143-209/+309
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-145-113/+117
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-1410-84/+83
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-142-0/+86
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-138-1/+176
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-139-3/+131
* This patch introduces changes to MipsAsmParser register parsing routines. The...Vladimir Medic2013-08-131-176/+146
* This patch implements ei and di instructions for mips. Test cases are added.Vladimir Medic2013-08-122-1/+30
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-121-2/+2
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-111-1/+13
* Incorrect JAL instruction attributes caused the optimizer to make a wrongReed Kotler2013-08-101-3/+0
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-091-0/+1
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-081-4/+15