mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 17:10:09 +08:00
a5774a7df1
* config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern. (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64. (movsf): Don't force any constant to memory if target is integer hard register. Move fp_zero_operand check below the const0_rtx check. (movtf): Likewise. Also allow fp_zero_operand for stores into memory. (movdf): Likewise. Also allow fp_zero_operand for stores into memory and into integer hard registers. (clear_df, clear_dfp, movdf_const_intreg_sp32, movdf_const_intreg_sp64): Remove. (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and conditions. (movdf_no_e_insn_v9_sp32): New pattern. (movdf_insn_v9only): Remove. (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns. (movdf_insn_sp64): Remove. (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns. (movdf_no_e_insn_sp64): Allow storing 0.0 into memory. (following splits): Rewrite conditions. Add two new splits for storing 0.0 into memory and registers. (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove. (movtf_insn_sp32): Redo constraints and conditions. (movtf_insn_vis_sp32): New pattern. (movtf_no_e_insn_sp32): Redo constraints and conditions. (movtf_insn_hq_sp64): Likewise. (movtf_insn_hq_vis_sp64): New pattern. (movtf_insn_sp64): Redo constraints and conditions. (movtf_insn_vis_sp64): New pattern. (movtf_no_e_insn_sp64): Redo constraints and conditions. (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers or memory. * config/sparc/sparc.c (sparc_override_options): Assume v9 if either -mvis or -m64 to take down the number of various reload patterns. From-SVN: r32901 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
etc | ||
gcc | ||
include | ||
INSTALL | ||
libchill | ||
libf2c | ||
libffi | ||
libiberty | ||
libio | ||
libjava | ||
libobjc | ||
libstdc++ | ||
texinfo | ||
zlib | ||
.cvsignore | ||
ChangeLog | ||
config-ml.in | ||
config.guess | ||
config.if | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
install-sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.in | ||
missing | ||
mkinstalldirs | ||
move-if-change | ||
README | ||
symlink-tree | ||
ylwrap |
README for GNU development tools This directory contains various GNU compilers, assemblers, linkers, debuggers, etc., plus their support routines, definitions, and documentation. Check the INSTALL directory for detailed configuration and installation instructions. Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.