]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
re PR middle-end/17767 (MMX intrinsics cause internal compiler error)
[gcc.git] / gcc / ChangeLog
CommitLineData
21e5076a
UB
12005-01-04 Uros Bizjak <uros@kss-loka.si>
2
3 PR middle-end/17767
4 * cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
5 any simplifications of vector mode comparison operators.
6 * simplify-rtx.c (simplify_relational_operation): Fix variable name.
7
8ea9d0c7
PB
82005-01-04 Paolo Bonzini <bonzini@gnu.org>
9 Devang Patel <dpatel@apple.com>
10
11 PR tree-optimization/18308
8ea9d0c7
PB
12 * tree-if-conv.c (add_to_dst_predicate_list): Gimplify
13 the operands before creating a new expression.
14 * dojump.c (do_jump): Make drop_through_label available
15 for all cases. Add expansion of COND_EXPR.
16
8c427b58
IR
172005-01-04 Ira Rosen <irar@il.ibm.com>
18
19 * tree-vectorizer.c (vect_analyze_offset_expr): Test for
20 INTEGER_CST instead of TREE_CONSTANT.
21 (vect_gen_niters_for_prolog_loop): Test for INTEGER_CST
22 instead of TREE_CONSTANT.
23 (vect_analyze_pointer_ref_access): Test for INTEGER_CST
24 instead of TREE_CONSTANT.
25
8287d24a
EB
262005-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
27
28 * tree-eh.c (replace_goto_queue): Return early if the queue is empty.
29
9e4ae64b
UB
302005-01-04 Uros Bizjak <uros@kss-loka.si>
31
32 PR target/19240
33 * config/i386/i386.md (*fop_df_1_i387): Disable for TARGET_SSE_MATH.
34 (*fop_df_1_i387): Disable for (TARGET_SSE2 && TARGET_SSE_MATH).
35
c756af79
RH
362005-01-03 Richard Henderson <rth@redhat.com>
37
38 * fold-const.c (force_fit_type): Cope with types larger than 2 HWI.
39 (fold_convert_const_int_from_int, fold_convert_const_int_from_real,
40 fold_convert_const_real_from_real): Split out from ...
41 (fold_convert_const): ... here.
42
d30c9461
RH
432005-01-03 Richard Henderson <rth@redhat.com>
44
45 PR target/19235
46 * config/i386/i386.md (movdi_2): Separate SSE1 and SSE2 alternatives.
47 (mov<MMXMODEI>_internal): Likewise.
48 (movdf_nointeger): Prefer Y while not preferring, but allowing, x.
49 Add V2SF case; use it for SSE1; don't use TI.
50 (movdf_integer): Likewise.
51 (mov<SSEMODEI>_internal, movti_internal): Force V4SF for SSE1.
52
7d23434b
IR
532005-01-03 Ira Rosen <irar@il.ibm.com>
54
55 * tree-vectorizer.c (vect_strip_conversions): New function.
56 (vect_analyze_offset_expr): Call vect_strip_conversions. Add
57 check for binary class.
58
1eb3331e
DB
592005-01-03 Daniel Berlin <dberlin@dberlin.org>
60
61 Fix PR debug/17924
62 Fix PR debug/19191
63 * dwarf2out.c (block_ultimate_origin): Follow decl origin if origin
64 is a decl.
65 * gimple-low.c (mark_blocks_with_used_vars): New function.
66 (mark_blocks_with_used_subblocks): Ditto.
67 (mark_used_blocks): Ditto.
68 (pass_mark_used_blocks): New pass.
69 * tree-inline.c: Include debug.h.
70 (expand_call_inline): Call outlining_inline_function here.
71 * tree-optimize.c (init_tree_optimization_passes): Add
72 pass_mark_used_blocks.
73 * tree-pass.h (pass_mark_used_blocks): New.
74 * Makefile.in (tree-inline.o): Add debug.h dependency.
75
a035080c
GK
762005-01-03 Geoffrey Keating <geoffk@apple.com>
77
d7001ae5
GK
78 * config/darwin.c (darwin_handle_weak_import_attribute): Permit
79 VAR_DECLs to have weak_import attribute.
80
a035080c
GK
81 * config/rs6000/darwin-fallback.c: Use 'ucontext_t' rather than
82 'struct ucontext'.
83
1ab219d3
SB
842004-01-03 Steven Bosscher <stevenb@suse.de>
85
86 * passes.c (rest_of_compilation): Don't run regmove if only
87 flag_expensive_optimizations, require flag_regmove instead.
88
e6abef61
EB
892005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
90
91 * config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
92 register "sparc".
93 * config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
94 * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
95 * config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
96 * config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
97
f61134e8
RH
982005-01-03 Richard Henderson <rth@redhat.com>
99
100 * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
101 (ia64_const_ok_for_letter_p): New.
102 (ia64_const_double_ok_for_letter_p): New.
103 (ia64_extra_constraint): New.
104 (ia64_expand_vecint_compare): New.
105 (ia64_expand_vcondu_v2si): New.
106 (ia64_expand_vecint_cmov): New.
107 (ia64_expand_vecint_minmax): New.
108 (ia64_print_operand): Add 'v'.
109 (ia64_preferred_reload_class): New.
110 (ia64_vector_mode_supported_p): New.
111 * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): New.
112 (PREFERRED_RELOAD_CLASS): Move to function.
113 (CONST_OK_FOR_LETTER_P): Move to function.
114 (CONST_DOUBLE_OK_FOR_LETTER_P): Move to function.
115 (CONSTRAINT_OK_FOR_Q, CONSTRAINT_OK_FOR_R): Remove.
116 (CONSTRAINT_OK_FOR_S, CONSTRAINT_OK_FOR_T): Remove.
117 (EXTRA_CONSTRAINT): Move to function.
118 * config/ia64/ia64.md: Include vect.md.
119 (itanium_class): Add mmalua.
120 (type): Handle it.
121 * config/ia64/itanium1.md (1_mmalua): New. Add it to bypasses.
122 (1b_mmalua): New.
123 * config/ia64/itanium2.md (2_mmalua, 2b_mmalua): Similarly.
124 * config/ia64/predicates.md (gr_reg_or_0_operand): Accept any
125 CONST0_RTX.
126 (const_int_2bit_operand): New.
127 (fr_reg_or_0_operand): New.
128 * config/ia64/ia64-modes.def: Add vector modes.
129 * config/ia64/ia64-protos.h: Update.
130 * config/ia64/vect.md: New file.
131
3198b947
RH
1322005-01-03 Richard Henderson <rth@redhat.com>
133
134 * simplify-rtx.c (simplify_binary_operation): Handle VEC_CONCAT.
135
088df4c2
UB
1362005-01-03 Uros Bizjak <uros@kss-loka.si>
137
138 PR target/19236
139 * config/i386/i386.c (log1psf2): Change mode of operands[0,1]
140 to SFmode.
141 (log1pdf2): Change mode of operands[0,1] to DFmode.
142
548a6c4f
EB
1432005-01-03 Eric Botcazou <ebotcazou@libertysurf.fr>
144
145 * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Define to false.
146 * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Define to true.
147 * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
148 * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Define to
149 SPARC_RELAXED_ORDERING.
150
0703dceb
RH
1512005-01-03 Richard Henderson <rth@redhat.com>
152 Uros Bizjak <uros@kss-loka.si>
153
154 PR target/14631
155 * config/i386/i386.c (ix86_expand_builtin): [IX86_BUILTIN_PINSRW,
156 IX86_BUILTIN_PINSRW128]: Fix wrong selector range in error message.
157 * config/i386/i386.md (mmx_pinsrw, sse2_pinsrw): Fix selector
158 handling.
159 (*mmx_pinsrw, *sse2_pinsrw): New patterns.
160 * config/i386/i386/predicates.md (const_pow2_1_to_8_operand,
161 const_pow2_1_to_128_operand): New predicates.
162
97236777
GM
1632005-01-02 Greg McGary <greg@mcgary.org>
164
165 * tree-mudflap.c (mf_varname_tree): decl_printable_name handles
166 anonymous decls.
167 (mf_xform_derefs_1) [RESULT_DECL, STRING_CST]: Handle as innermost
168 object. [ptr_type]: Remove unused variable.
169 Remember nearest addressable array-element or record-component
170 when checking bitfield components. Tolerate empty BIND_EXPR.
171
155a8213
RH
1722005-01-01 Richard Henderson <rth@redhat.com>
173
174 * tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions
175 that don't narrow the value. Fail for other conversions.
176
bedb9fc0
RH
1772005-01-01 Richard Henderson <rth@redhat.com>
178
179 PR c/19031
180 * c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks.
181 * c-lang.c (finish_file): Don't do it here.
182 * objc/objc-act.c (objc_finish_file): Likewise.
183
184 * cgraph.c (decl_assembler_name_equal): New.
185 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New.
186 (cgraph_varpool_node): Actually link up cgraph_varpool_nodes.
187 * cgraph.h (struct cgraph_varpool_node): Add next.
188 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare.
189 * varasm.c (assemble_alias): Mark the target as needed.
190
1cb2fc7b
AP
1912005-01-01 Andrew Pinski <pinskia@physics.uc.edu>
192
193 PR middle-end/19221
194 * function.c (get_arg_pointer_save_area): Use entry_of_function
195 instead of get_insns.
196
0ca5fbc0
RS
1972005-01-01 Roger Sayle <roger@eyesopen.com>
198 Andrew Pinski <pinskia@physics.uc.edu>
199 James E. Wilson <wilson@specifixinc.com>
200
201 PR rtl-optimization/12092
202 * loop.c (emit_prefetch_instructions): Do nothing if PREFETCH_BLOCK
203 is zero.
204
91c537b7
RS
2052005-01-01 Roger Sayle <roger@eyesopen.com>
206 Olivier Hainque <hainque@act-europe.fr>
207
208 * tree.c (int_fits_type_p): A narrower type always fits in a
209 wider one, except for negative values into unsigned types.
210
69618c49
RS
2112005-01-01 Roger Sayle <roger@eyesopen.com>
212
213 * tree.c (int_fits_type_p): Compare the result of force_fit_type
214 with the original constant rather than require TREE_OVERFLOW.
215
43e05e45
SB
2162005-01-01 Steven Bosscher <stevenb@suse.de>
217
218 PR middle-end/17544
219 * c-decl.c (finish_function): If compiling C99, annotate the
220 compiler generated return with the current file name and line 0.
221 * tree-cfg.c (remove_useless_stmts_warn_notreached): Only warn if
222 the source line is greater than 0.
223 (remove_bb): Likewise.
224
7a4515d7 225See ChangeLog.12 for earlier changes.
This page took 0.069032 seconds and 5 git commands to generate.