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
/
test
/
CodeGen
/
Mips
Age
Commit message (
Expand
)
Author
2011-12-05
Add definitions of 64-bit extract and insert instrucions and make
Akira Hatanaka
2011-12-05
Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 and
Akira Hatanaka
2011-12-02
Test cases for 64-bit multiplication and division.
Akira Hatanaka
2011-12-02
Fix test cases to use FileCheck.
Akira Hatanaka
2011-11-29
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
Akira Hatanaka
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-03
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-10-29
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-28
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-24
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-10-11
Test cases for 64-bit load and store instructions.
Akira Hatanaka
2011-10-03
Move CHECK after entry label.
Akira Hatanaka
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
2011-10-03
Add support for 64-bit count leading ones and zeros instructions.
Akira Hatanaka
2011-10-03
Add support for 64-bit divide instructions.
Akira Hatanaka
2011-10-03
Add support for 64-bit integer multiply instructions.
Akira Hatanaka
2011-09-30
Remove unnecessary checking of register operands.
Akira Hatanaka
2011-09-30
Add definitions of Mips64 rotate instructions.
Akira Hatanaka
2011-09-30
Check values of immediate operands.
Akira Hatanaka
2011-09-30
Mips64 shift instructions.
Akira Hatanaka
2011-09-30
Mips64 arithmetic and logical instructions with one source register and
Akira Hatanaka
2011-09-29
Fill delay slot with useful instructions. Modified from Sparc's version of delay
Akira Hatanaka
2011-09-29
Mips64 arithmetic and logical instructions with two source registers.
Akira Hatanaka
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-21
Remove +.
Akira Hatanaka
2011-09-21
Re-enable some of the disabled tests. Use FileCheck instead of grep to check
Akira Hatanaka
2011-09-13
Delete test cases that generate code for allegrex/psp and cannot be repurposed.
Akira Hatanaka
2011-09-13
Add pattern used to match MipsLo, which is needed when the instruction selector
Akira Hatanaka
2011-09-13
Disable tests which generate code for allegrex or psp.
Akira Hatanaka
2011-09-09
Fix test cases.
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-09-06
Disable these tests harder. They're XFAIL'd, but that means they still run, and
Nick Lewycky
2011-09-02
Better fix for this testcase. Update it to the new EH scheme entirely.
Bill Wendling
2011-09-02
Update for new EH stuff. (I'm not sure if this is 100% correct.)
Bill Wendling
2011-09-01
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
2011-08-18
Use subword loads instead of a 4-byte load when the size of a structure (or a
Akira Hatanaka
2011-08-17
Add support for ext and ins.
Akira Hatanaka
2011-08-16
Add test case for r137711.
Akira Hatanaka
2011-08-16
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-12
Define unaligned load and store.
Akira Hatanaka
2011-08-12
Test case for 137484
Akira Hatanaka
2011-08-11
Enclose directive .cprestore with .set macro and nomacro to silence assembler
Akira Hatanaka
2011-07-19
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
Remove redundant instructions.
Akira Hatanaka
2011-07-18
Do not treat atomic.load.sub differently than other atomic binary intrinsics.
Akira Hatanaka
[next]