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
/
Mips64InstrInfo.td
Age
Commit message (
Expand
)
Author
2013-03-30
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
[mips] Define pseudo instructions for spilling and copying accumulator
Akira Hatanaka
2013-03-28
[Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
2013-03-28
[Mips Assembler] Add alias definitions for jal
Jack Carter
2013-03-04
[mips] Print move instructions.
Akira Hatanaka
2013-02-07
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-05
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-07
Remove # from the beginning and end of def names. The # is a paste operator a...
Craig Topper
2013-01-04
[mips] 80 columns.
Akira Hatanaka
2013-01-04
[mips] Reorder template parameters. Remove class shift_rotate_imm32 and
Akira Hatanaka
2013-01-04
[mips] Refactor instructions which move data from or to coprocessors.
Akira Hatanaka
2012-12-21
[mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardware
Akira Hatanaka
2012-12-21
[mips] Refactor SYNC and multiply/divide instructions.
Akira Hatanaka
2012-12-21
[mips] Refactor jump, jump register, jump-and-link and nop instructions.
Akira Hatanaka
2012-12-21
[mips] Refactor load/store left/right and load-link and store-conditional
Akira Hatanaka
2012-12-21
[mips] Refactor load/store instructions.
Akira Hatanaka
2012-12-21
[mips] Refactor LUI instruction.
Akira Hatanaka
2012-12-21
[mips] Refactor count leading zero or one instructions.
Akira Hatanaka
2012-12-21
[mips] Refactor sign-extension-in-register instructions.
Akira Hatanaka
2012-12-21
[mips] Refactor instructions which copy from and to HI/LO registers.
Akira Hatanaka
2012-12-21
[mips] Refactor logical NOR instructions.
Akira Hatanaka
2012-12-20
[mips] Refactor SLT (set on less than) instructions. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
Akira Hatanaka
2012-12-20
[mips] Refactor conditional branch instructions with one register operand.
Akira Hatanaka
2012-12-20
[mips] Refactor conditional branch instructions with two register operands.
Akira Hatanaka
2012-12-20
[mips] Change the order of template parameters. Move the default parameters to
Akira Hatanaka
2012-12-20
[mips] Refactor shift instructions with register operands. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Refactor shift immediate instructions. Separate encoding information
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions with immediate operands.
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and
Akira Hatanaka
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-10-31
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-19
[mips] Add tail call instructions.
Akira Hatanaka
2012-10-11
Expose move to/from coprocessor instructions in MIPS64 mode.
David Chisnall
2012-10-09
Improvements to MIPS64 assembler:
David Chisnall
2012-09-15
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-28
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-09
Another 32 to 64 bit sign extension bug.
Jack Carter
2012-08-07
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-07-16
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-10
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-06-14
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
[next]