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
/
MipsISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2012-03-27
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-08
This patch eliminates redundant instructions that produce 0.
Akira Hatanaka
2012-03-01
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-28
Do not reserve $gp as a dedicated global base register if the target ABI is n...
Akira Hatanaka
2012-02-28
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-01-25
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-06
Fix uninitialized variable warning.
Chad Rosier
2011-12-20
Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates
Akira Hatanaka
2011-12-20
Fix indentation.
Akira Hatanaka
2011-12-20
Add code in MipsDAGToDAGISel for selecting constant +0.0.
Akira Hatanaka
2011-12-20
Revert part of r146995 that was accidentally commmitted.
Akira Hatanaka
2011-12-20
32-to-64-bit sign extension pattern.
Akira Hatanaka
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-09
Rename WrapperPIC. It is now used for both pic and static.
Akira Hatanaka
2011-12-08
Implement 64-bit support for thread local storage handling.
Akira Hatanaka
2011-12-07
Fix comment.
Akira Hatanaka
2011-12-07
Fix comment.
Akira Hatanaka
2011-12-07
Fix 64-bit immediate patterns.
Akira Hatanaka
2011-10-11
Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too.
Akira Hatanaka
2011-10-03
Add support for 64-bit integer multiply instructions.
Akira Hatanaka
2011-09-20
Change the names of functions isMips* to hasMips*.
Akira Hatanaka
2011-08-16
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-12
When constant double 0.0 is lowered, make sure 0 is copied directly from an
Akira Hatanaka
2011-07-07
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-06-24
Prevent generation of redundant addiu instructions that compute address of
Akira Hatanaka
2011-06-21
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-09
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
Initial support for inline asm memory operand constraints.
Akira Hatanaka
2011-06-07
Put back removed line.
Akira Hatanaka
2011-06-07
Coding style fixes.
Akira Hatanaka
2011-06-02
Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.
Akira Hatanaka
2011-05-31
This patch implements the thread local storage. Implemented are General
Bruno Cardoso Lopes
2011-05-28
Define a wrapper node for target constant nodes (tglobaladdr, etc.).
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-04
Move transformation of JmpLink and related nodes done during instruction sele...
Akira Hatanaka
2011-04-02
Undo changes mistakenly made in revision 128750.
Akira Hatanaka
2011-04-02
Insert space before ';' to prevent warnings.
Akira Hatanaka
2011-04-01
Remove redundant code. There are assignments to variables Base and Offset rig...
Akira Hatanaka
2011-03-04
Improve div/rem node handling on mips. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-03-04
Lowers block address. Currently asserts when relocation model is not PIC. Pat...
Bruno Cardoso Lopes
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2010-12-23
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-11-12
Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>
Bruno Cardoso Lopes
[next]