Commit e139c7f9 by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r128712
parent 714f2304
2007-09-24 Kai Tietz <kai.tietz@onevision.com> 2007-09-24 Kai Tietz <kai.tietz@onevision.com>
* i386.c: (return_in_memory_ms_64): Handle return types for complex types. PR middle-end/33472
* config/i386/i386.c (return_in_memory_ms_64): Handle return types for
complex types.
2007-09-23 H.J. Lu <hongjiu.lu@intel.com> 2007-09-23 H.J. Lu <hongjiu.lu@intel.com>
...@@ -9,7 +11,8 @@ ...@@ -9,7 +11,8 @@
2007-09-23 Ollie Wild <aaw@google.com> 2007-09-23 Ollie Wild <aaw@google.com>
fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer operand. * fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer
operand.
(get_pointer_modulus_and_residue): New function. (get_pointer_modulus_and_residue): New function.
2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk> 2007-09-23 Richard Sandiford <rsandifo@nildram.co.uk>
...@@ -270,8 +273,8 @@ ...@@ -270,8 +273,8 @@
2007-09-19 Bernd Schmidt <bernd.schmidt@analog.com> 2007-09-19 Bernd Schmidt <bernd.schmidt@analog.com>
* doc/tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument. * doc/tm.texi (IS_ASM_LOGICAL_LINE_SEPARATOR): Document new argument.
* final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide two-argument default * final.c (IS_ASM_LOGICAL_LINE_SEPARATOR): Provide two-argument
definition. default definition.
(asm_insn_count): Pass template as second argument to it. (asm_insn_count): Pass template as second argument to it.
* config/avr/avr.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise. * config/avr/avr.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
* config/pa/pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise. * config/pa/pa.h (IS_ASM_LOGICAL_LINE_SEPARATOR): Likewise.
...@@ -586,7 +589,8 @@ ...@@ -586,7 +589,8 @@
2007-09-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2007-09-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/33062 PR target/33062
* pa.c (function_value): Use GET_MODE_BITSIZE instead of TYPE_PRECISION. * pa.c (function_value): Use GET_MODE_BITSIZE instead of
TYPE_PRECISION.
2007-09-15 Dorit Nuzman <dorit@il.ibm.com> 2007-09-15 Dorit Nuzman <dorit@il.ibm.com>
...@@ -604,8 +608,8 @@ ...@@ -604,8 +608,8 @@
2007-09-14 Uros Bizjak <ubizjak@gmail.com> 2007-09-14 Uros Bizjak <ubizjak@gmail.com>
PR target/33438 PR target/33438
* config/i386/i386.md (fmodxf3): Copy operands[2] to temporary register * config/i386/i386.md (fmodxf3): Copy operands[2] to temporary
when operands[2] equals operands[1]. register when operands[2] equals operands[1].
(remainderxf3): Ditto. (remainderxf3): Ditto.
2007-09-14 Sandra Loosemore <sandra@codesourcery.com> 2007-09-14 Sandra Loosemore <sandra@codesourcery.com>
...@@ -1328,8 +1332,8 @@ ...@@ -1328,8 +1332,8 @@
2007-09-12 Jan Hubicka <jh@suse.cz> 2007-09-12 Jan Hubicka <jh@suse.cz>
PR target/33393 PR target/33393
* i386.md (floatsisf2_mixed_memory, floatsisf2_sse_memory): Disable for * i386.md (floatsisf2_mixed_memory, floatsisf2_sse_memory): Disable
!SSE_MATH for !SSE_MATH
2007-09-12 Christian Bruel <christian.bruel@st.com> 2007-09-12 Christian Bruel <christian.bruel@st.com>
...@@ -1437,7 +1441,7 @@ ...@@ -1437,7 +1441,7 @@
* config/m68k/predicates.md (movsi_const0_operand, * config/m68k/predicates.md (movsi_const0_operand,
non_symbolic_call_operand): New predicates. non_symbolic_call_operand): New predicates.
* config/m68k/constraints.md: (Cs, Ci, C0, Cj, CQ, CW, CZ, CS, Ap, Ac): * config/m68k/constraints.md (Cs, Ci, C0, Cj, CQ, CW, CZ, CS, Ap, Ac):
New constraints. New constraints.
* doc/md.texi (Constraints for Particular Machines: Motorola 680x0): * doc/md.texi (Constraints for Particular Machines: Motorola 680x0):
Document constraints N, O, P, R, S, T, Q, U, W, Cs, Ci, C0, Cj, CQ, Document constraints N, O, P, R, S, T, Q, U, W, Cs, Ci, C0, Cj, CQ,
...@@ -1986,8 +1990,8 @@ ...@@ -1986,8 +1990,8 @@
(struct _loop_vec_info): Define new fields: strided_stores, (struct _loop_vec_info): Define new fields: strided_stores,
slp_instances, and slp_unrolling_factor along macros for their access. slp_instances, and slp_unrolling_factor along macros for their access.
(enum slp_vect_type): New. (enum slp_vect_type): New.
(struct _stmt_vec_info): Define new field, slp_type, and macros for its (struct _stmt_vec_info): Define new field, slp_type, and macros for
access. its access.
(STMT_VINFO_STRIDED_ACCESS): New macro. (STMT_VINFO_STRIDED_ACCESS): New macro.
(vect_free_slp_tree): Declare. (vect_free_slp_tree): Declare.
(vectorizable_load): Add an argument of type slp_tree. (vectorizable_load): Add an argument of type slp_tree.
...@@ -2046,8 +2050,8 @@ ...@@ -2046,8 +2050,8 @@
2007-09-09 Andrew Haley <aph@redhat.com> 2007-09-09 Andrew Haley <aph@redhat.com>
* optabs.c (sign_expand_binop): Set libcall_gen = NULL in the * optabs.c (sign_expand_binop): Set libcall_gen = NULL in the fake
fake signed optab. signed optab.
2007-09-09 Hans-Peter Nilsson <hp@axis.com> 2007-09-09 Hans-Peter Nilsson <hp@axis.com>
...@@ -2251,8 +2255,8 @@ ...@@ -2251,8 +2255,8 @@
2007-09-06 Jan Hubicka <jh@suse.cz> 2007-09-06 Jan Hubicka <jh@suse.cz>
* config/i386.c (ix86_expand_lround, ix86_expand_round): Update call of * config/i386.c (ix86_expand_lround, ix86_expand_round): Update call
real_2expN. of real_2expN.
2007-09-06 Richard Sandiford <richard@codesourcery.com> 2007-09-06 Richard Sandiford <richard@codesourcery.com>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment