index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsInstrInfo.td
Age
Commit message (
Expand
)
Author
2012-12-07
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira 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 instruction
Akira Hatanaka
2012-11-03
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira 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 enables
Akira 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-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-09
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-06
Adding support for instructions mfc0, mfc2, mtc0, mtc2
Jack Carter
2012-10-04
Implement methods that enable expansion of load immediate
Jack Carter
2012-09-27
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-15
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-09-07
The Mips standalone assembler aliased instruction support.
Jack Carter
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-07-31
Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether
Akira Hatanaka
2012-07-31
Change name of class MipsInst to InstSE to distinguish it from mips16's
Akira Hatanaka
2012-07-21
Fix Mips long branch pass.
Akira Hatanaka
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-10
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-14
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-06-14
Add AT to the list of registers clobbered by branches so that it is available
Akira Hatanaka
2012-06-02
Add definitions of 32/64-bit unaligned load/store instructions for Mips.
Akira Hatanaka
2012-06-02
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-05-25
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-22
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-08
Define mips16 instruction formats.
Akira Hatanaka
2012-04-18
Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...
Akira Hatanaka
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-01
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-28
Add comments.
Akira Hatanaka
2012-02-28
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-25
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-01-24
64-bit sign extension in register instructions.
Akira Hatanaka
2012-01-04
Rename immLUiOpnd.
Akira Hatanaka
[next]