[mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)
[oota-llvm.git] / lib / Target / Mips /
2013-09-11 Daniel Sanders[mips][msa] Added support for matching addv from normal...
2013-09-11 Daniel Sanders[mips][msa] Separate the configuration of int/float...
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-10 Eli FriedmanFix unused variables.
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Vladimir MedicAdd test cases for Mips mthc1/mfhc1 instructions. Add...
2013-09-10 Vladimir MedicRemove obsolete code from MipsAsmParser.cpp.
2013-09-09 Akira Hatanaka[mips] When double precision loads and stores are split...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-09-07 Akira Hatanaka[mips] Place parentheses around && to silence warning.
2013-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-09-07 Akira Hatanaka[mips] Use uimm5 and uimm6 instead of shamt and imm...
2013-09-06 Akira Hatanaka[mips] Define "trap" as a pseudo instruction that turns...
2013-09-06 Akira Hatanaka[mips] Delete unused classes and defs.
2013-09-06 Akira Hatanaka[mips] Make "b" (unconditional branch) a pseudo. "b...
2013-09-06 Akira Hatanaka[mips] Set instruction itineraries of loads, stores...
2013-09-06 Daniel Sanders[mips][msa] Indentation
2013-09-06 Daniel Sanders[mips][msa] Requires<[HasMSA]> is redundant, it is...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Multiply and...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Move to/from...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Move Conditional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS disassembler...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Sorted MSA_BIT_[BHWD]_DESC_BASE into ascend...
2013-09-06 Daniel Sanders[mips][msa] Made the operand register sets optional...
2013-09-06 Daniel Sanders[mips][msa] Made the InstrItinClass argument optional...
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 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-28 Akira Hatanaka[mips] Clean up definitions of move word from/to coproc...
2013-08-28 Akira Hatanaka[mips] Set isAllocatable and CoveredBySubRegs.
2013-08-27 Jack CarterChanged comment
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-26 Vladimir MedicThis patch implements trap instructions for mips. The...
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-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Daniel Sanders[mips][msa] Split MSA128 regset into size-specific...
2013-08-21 Daniel Sanders[mips][msa] Matheus Almeida pointed out a silly mistake...
2013-08-21 Daniel Sanders[mips][msa] Define registers using foreach
2013-08-21 Akira Hatanaka[micromips] Print instruction alias "not" if the last...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Add support for calling convention CC_MipsO32_FP...
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Akira Hatanaka[mips] Guard micromips instructions with predicate...
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-19 Akira Hatanaka[mips] Fix instruction definitions that were incorrectl...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-16 Daniel SandersReverted test commit (r188556)
2013-08-16 Daniel SandersTest commit. Just a blank line
2013-08-16 Vladimir MedicThis patch implements wait instruction for mips. Exampl...
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] Fix bug in parsing accumulator registers.
2013-08-14 Akira Hatanaka[mips] Use register operands instead of register classe...
2013-08-14 Akira Hatanaka[mips] Rename DSPRegs.
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-13 Vladimir MedicThis patch introduces changes to MipsAsmParser register...
2013-08-12 Vladimir MedicThis patch implements ei and di instructions for mips...
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-10 Reed KotlerIncorrect JAL instruction attributes caused the optimiz...
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-08 Akira Hatanaka[mips] Mark pseudo instructions as code-gen only.
2013-08-08 Akira Hatanaka[mips] Delete register class HWRegs64.
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
next