aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
AgeCommit message (Expand)Author
2012-12-07[mips] Delete nodes and instructions for dynamic alloca that are no longer inAkira Hatanaka
2012-12-07[mips] Shorten predicate name.Akira Hatanaka
2012-12-07[mips] Remove unnecessary predicates.Akira Hatanaka
2012-11-21[mips] Generate big GOT code.Akira Hatanaka
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka
2012-11-03[mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka
2012-11-03[mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka
2012-10-31[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka
2012-10-19[mips] Fix TAILCALL's operand node type.Akira Hatanaka
2012-10-19[mips] Add tail call instructions.Akira Hatanaka
2012-10-19[mips] Make the branch nodes used in jump instructions a template parameter.Akira Hatanaka
2012-10-19Add node and enum for mips tail call.Akira Hatanaka
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-06Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter
2012-10-04Implement methods that enable expansion of load immediate Jack Carter
2012-09-27MIPS DSP: add vector load/store patterns.Akira Hatanaka
2012-09-15Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka
2012-09-07The Mips standalone assembler aliased instruction support.Jack Carter
2012-08-24Add missing SDNPSideEffect flags.Jakob Stoklund Olesen
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-06The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter
2012-07-31Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whetherAkira Hatanaka
2012-07-31Change name of class MipsInst to InstSE to distinguish it from mips16'sAkira Hatanaka
2012-07-21Fix Mips long branch pass.Akira Hatanaka
2012-07-13Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen
2012-07-10Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-141. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka
2012-06-14Add AT to the list of registers clobbered by branches so that it is availableAkira Hatanaka
2012-06-02Add definitions of 32/64-bit unaligned load/store instructions for Mips.Akira Hatanaka
2012-06-02Define Mips specific unaligned load/store nodes.Akira Hatanaka
2012-05-25Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion ofAkira Hatanaka
2012-05-25Remove pseudo instructions that are no longer used.Akira Hatanaka
2012-05-24Enable Mips16 compiler to compile a null program.Akira Hatanaka
2012-05-22This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka
2012-05-08Define mips16 instruction formats.Akira Hatanaka
2012-04-18Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka
2012-03-28Mark flag neverHasSideEffects of pattern-less instructions that do not haveAkira Hatanaka
2012-03-01Changes for migrating to using register mask operands.Akira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-28Add comments.Akira Hatanaka
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-01-2464-bit sign extension in register instructions.Akira Hatanaka
2012-01-04Rename immLUiOpnd.Akira Hatanaka