This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r116404 - in /branches/ibm/gcc-4_1-branch/gcc: ...


Author: janis
Date: Fri Aug 25 16:27:57 2006
New Revision: 116404

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116404
Log:
	Backport from mainline (r107322)
	2005-11-22  Ben Elliston  <bje@au.ibm.com>
	* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of
	explicitly testing GET_MODE_CLASS (x) == MODE_FLOAT.
	* genopinit.c (gen_insn): Likewise.
	* reload.c (find_equiv_reg): Likewise.
	* loop.c (load_mems): Likewise.
	* rtlanal.c (may_trap_p_1, canonicalize_condition): Likewise.
	* cse.c (find_comparison_args, fold_rtx): Likewise.
	* dwarf2out.c (add_const_value_attribute): Likewise.
	* expr.c (convert_move): Likewise.
	* recog.c (general_operand, register_operand): Likewise.
	* reg-stack.c (replace_reg): Likewise.
	* tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
	* c-common.c (handle_vector_size_attribute): Likewise.
	* simplify-rtx.c (simplify_const_unary_operation): Likewise.
	(simplify_binary_operation_1): Likewise.
	(simplify_const_binary_operation): Likewise.
	(simplify_relational_operation): Likewise.
	(simplify_const_relational_operation): Likewise.
	(simplify_immed_subreg): Likewise.
	* emit-rtl.c (gen_lowpart_common): Likewise.
	* expmed.c (expand_mult): Likewise.
	* stor-layout.c (layout_type): Likewise.

Modified:
    branches/ibm/gcc-4_1-branch/gcc/ChangeLog
    branches/ibm/gcc-4_1-branch/gcc/c-common.c
    branches/ibm/gcc-4_1-branch/gcc/cse.c
    branches/ibm/gcc-4_1-branch/gcc/dwarf2out.c
    branches/ibm/gcc-4_1-branch/gcc/emit-rtl.c
    branches/ibm/gcc-4_1-branch/gcc/expmed.c
    branches/ibm/gcc-4_1-branch/gcc/expr.c
    branches/ibm/gcc-4_1-branch/gcc/genopinit.c
    branches/ibm/gcc-4_1-branch/gcc/loop.c
    branches/ibm/gcc-4_1-branch/gcc/optabs.c
    branches/ibm/gcc-4_1-branch/gcc/recog.c
    branches/ibm/gcc-4_1-branch/gcc/reg-stack.c
    branches/ibm/gcc-4_1-branch/gcc/reload.c
    branches/ibm/gcc-4_1-branch/gcc/rtlanal.c
    branches/ibm/gcc-4_1-branch/gcc/simplify-rtx.c
    branches/ibm/gcc-4_1-branch/gcc/stor-layout.c
    branches/ibm/gcc-4_1-branch/gcc/tree-vect-generic.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]