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
/
Mips.td
Age
Commit message (
Expand
)
Author
2013-03-05
[mips] Remove android calling convention.
Akira Hatanaka
2013-02-05
This patch that sets the Mips ELF header flag for
Jack Carter
2012-12-07
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-09-21
Add flags and feature bits for mips dsp.
Akira Hatanaka
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2011-12-20
Add definition of WSBH (Word Swap Bytes within Halfwords), which is an
Akira Hatanaka
2011-11-29
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
Akira Hatanaka
2011-09-20
Initial Mips64 support. Patch by Liu with some modifications.
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-09-09
Drop support for Allegrex. Allegrex implements a variant of Mips2.
Akira Hatanaka
2011-09-09
Change default target architecture from Mips1 to Mips32r1 in preparation for
Akira Hatanaka
2011-07-07
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2010-11-10
Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...
Bruno Cardoso Lopes
2010-11-08
Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...
Bruno Cardoso Lopes
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2009-05-27
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-07-30
Added new features to represent specific instructions groups
Bruno Cardoso Lopes
2008-07-09
Fixed features usage.
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-06
Better processor definition
Bruno Cardoso Lopes
2007-08-18
support for Schedule included on Mips.td
Bruno Cardoso Lopes
2007-06-06
Initial Mips support, here we go! =)
Bruno Cardoso Lopes