index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsInstrFPU.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
1
-25
/
+43
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
1
-3
/
+4
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
1
-0
/
+1
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
1
-43
/
+25
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
1
-25
/
+43
*
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
1
-2
/
+15
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-4
/
+4
*
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-28
1
-0
/
+46
*
Remove unnecessary template parameters.
Akira Hatanaka
2012-02-27
1
-15
/
+13
*
Fix instruction predicates that were not set correctly.
Akira Hatanaka
2012-02-27
1
-8
/
+10
*
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-25
1
-8
/
+52
*
Remove trailing whitespace. Add newline.
Akira Hatanaka
2012-02-16
1
-2
/
+2
*
Pattern for f32 to i64 conversion.
Akira Hatanaka
2012-01-24
1
-0
/
+1
*
Various Mips64 floating point instruction patterns.
Akira Hatanaka
2011-11-07
1
-3
/
+18
*
Add definition of the base class for floating point comparison instructions
Akira Hatanaka
2011-11-07
1
-8
/
+8
*
Add definitions of 64-bit instructions which move data between integer and
Akira Hatanaka
2011-11-07
1
-0
/
+8
*
Final patch that completes old JIT support for Mips:
Bruno Cardoso Lopes
2011-10-18
1
-20
/
+32
*
Move class and instruction definitions for conditional moves to a seperate file.
Akira Hatanaka
2011-10-17
1
-53
/
+0
*
Make changes necessary for supporting floating point load and store instructions
Akira Hatanaka
2011-10-11
1
-11
/
+29
*
Simplify definition of FP move instructions.
Akira Hatanaka
2011-10-08
1
-4
/
+5
*
Define classes and multiclasses for FP binary instructions.
Akira Hatanaka
2011-10-08
1
-15
/
+10
*
Define multiclasses for FP-to-FP instructions.
Akira Hatanaka
2011-10-08
1
-11
/
+11
*
Define classes for FP unary instructions and multiclasses for FP-to-fixed point
Akira Hatanaka
2011-10-08
1
-64
/
+47
*
Revert r140731, "Define classes for unary and binary FP instructions and use ...
Jakob Stoklund Olesen
2011-09-28
1
-62
/
+54
*
Define classes for unary and binary FP instructions and use them to define
Akira Hatanaka
2011-09-28
1
-54
/
+62
*
Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.
Akira Hatanaka
2011-09-28
1
-9
/
+10
*
Remove definitions of branch-on-FP-likely instructions. They are deprecated.
Akira Hatanaka
2011-09-28
1
-4
/
+0
*
Remove MipsFPRound. Mips1 is no longer supported.
Akira Hatanaka
2011-09-27
1
-4
/
+0
*
Embed patterns in definitions of MFC1 and MTC1 instead of defining them outside
Akira Hatanaka
2011-09-27
1
-5
/
+4
*
Make changes in instruction and pattern definitions so that tablegen does not
Akira Hatanaka
2011-09-22
1
-2
/
+2
*
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-09-09
1
-2
/
+1
*
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-16
1
-1
/
+1
*
Use tabs to separate opcode and operand strings.
Akira Hatanaka
2011-06-07
1
-21
/
+21
*
Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.
Akira Hatanaka
2011-05-23
1
-0
/
+1
*
Fix setting of isCommutable flag.
Akira Hatanaka
2011-05-12
1
-3
/
+5
*
Fix td file comments for Mips.
Eric Christopher
2011-05-09
1
-1
/
+1
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-24
/
+23
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-24
/
+26
*
Add pass that expands pseudo instructions into target instructions after regi...
Akira Hatanaka
2011-04-15
1
-0
/
+26
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
2011-03-31
1
-41
/
+69
*
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
1
-46
/
+46
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-1
/
+1
*
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-17
1
-1
/
+1
*
the FPCmp node returns an i32.
Chris Lattner
2010-03-28
1
-6
/
+8
*
Fix mov.d out register by using the FFR register class directly
Bruno Cardoso Lopes
2010-01-30
1
-1
/
+5
*
Disable ldc1/sdc1 instructions for mips1 targets.
Bruno Cardoso Lopes
2009-11-16
1
-1
/
+2
*
A real solution for the first part of PR5445
Bruno Cardoso Lopes
2009-11-11
1
-1
/
+6
*
Fix PR5445
Bruno Cardoso Lopes
2009-11-10
1
-1
/
+1
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
1
-1
/
+1
[next]