]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
re PR target/14631 (common subexpression elimilation error with sse2 instrinsic _mm_i...
[gcc.git] / gcc / ChangeLog
CommitLineData
0703dceb
RH
12005-01-03 Richard Henderson <rth@redhat.com>
2 Uros Bizjak <uros@kss-loka.si>
3
4 PR target/14631
5 * config/i386/i386.c (ix86_expand_builtin): [IX86_BUILTIN_PINSRW,
6 IX86_BUILTIN_PINSRW128]: Fix wrong selector range in error message.
7 * config/i386/i386.md (mmx_pinsrw, sse2_pinsrw): Fix selector
8 handling.
9 (*mmx_pinsrw, *sse2_pinsrw): New patterns.
10 * config/i386/i386/predicates.md (const_pow2_1_to_8_operand,
11 const_pow2_1_to_128_operand): New predicates.
12
97236777
GM
132005-01-02 Greg McGary <greg@mcgary.org>
14
15 * tree-mudflap.c (mf_varname_tree): decl_printable_name handles
16 anonymous decls.
17 (mf_xform_derefs_1) [RESULT_DECL, STRING_CST]: Handle as innermost
18 object. [ptr_type]: Remove unused variable.
19 Remember nearest addressable array-element or record-component
20 when checking bitfield components. Tolerate empty BIND_EXPR.
21
155a8213
RH
222005-01-01 Richard Henderson <rth@redhat.com>
23
24 * tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions
25 that don't narrow the value. Fail for other conversions.
26
bedb9fc0
RH
272005-01-01 Richard Henderson <rth@redhat.com>
28
29 PR c/19031
30 * c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks.
31 * c-lang.c (finish_file): Don't do it here.
32 * objc/objc-act.c (objc_finish_file): Likewise.
33
34 * cgraph.c (decl_assembler_name_equal): New.
35 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New.
36 (cgraph_varpool_node): Actually link up cgraph_varpool_nodes.
37 * cgraph.h (struct cgraph_varpool_node): Add next.
38 (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare.
39 * varasm.c (assemble_alias): Mark the target as needed.
40
1cb2fc7b
AP
412005-01-01 Andrew Pinski <pinskia@physics.uc.edu>
42
43 PR middle-end/19221
44 * function.c (get_arg_pointer_save_area): Use entry_of_function
45 instead of get_insns.
46
0ca5fbc0
RS
472005-01-01 Roger Sayle <roger@eyesopen.com>
48 Andrew Pinski <pinskia@physics.uc.edu>
49 James E. Wilson <wilson@specifixinc.com>
50
51 PR rtl-optimization/12092
52 * loop.c (emit_prefetch_instructions): Do nothing if PREFETCH_BLOCK
53 is zero.
54
91c537b7
RS
552005-01-01 Roger Sayle <roger@eyesopen.com>
56 Olivier Hainque <hainque@act-europe.fr>
57
58 * tree.c (int_fits_type_p): A narrower type always fits in a
59 wider one, except for negative values into unsigned types.
60
69618c49
RS
612005-01-01 Roger Sayle <roger@eyesopen.com>
62
63 * tree.c (int_fits_type_p): Compare the result of force_fit_type
64 with the original constant rather than require TREE_OVERFLOW.
65
43e05e45
SB
662005-01-01 Steven Bosscher <stevenb@suse.de>
67
68 PR middle-end/17544
69 * c-decl.c (finish_function): If compiling C99, annotate the
70 compiler generated return with the current file name and line 0.
71 * tree-cfg.c (remove_useless_stmts_warn_notreached): Only warn if
72 the source line is greater than 0.
73 (remove_bb): Likewise.
74
7a4515d7 75See ChangeLog.12 for earlier changes.
This page took 0.053604 seconds and 5 git commands to generate.