aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-22/+2
2004-08-09expr.c (expand_expr_real_1): Use optab_for_tree_code.Paolo Bonzini1-22/+11
2004-08-09expr.c (var_rtx): Remove.Paolo Bonzini1-458/+71
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini1-3/+0
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-11/+5
2004-08-01expr.c (expand_expr_real_1): Fix crash with variable sized types.Richard Henderson1-2/+2
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-9/+0
2004-07-27expr.c (expand_expr_real_1, [...]): Remove obsolete error check.Richard Kenner1-8/+0
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-29/+31
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-26/+8
2004-07-22* expr.c (emit_push_insn): Don't use set_mem_attributes.Richard Henderson1-19/+14
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-63/+17
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-70/+144
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-56/+8
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-14/+6
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-3/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+6
2004-07-15expr.c (expand_assignment): Reenable bitfield += optimizations.Jakub Jelinek1-21/+61
2004-07-14expmed.c: Remove more references to QUEUED in the comments.Paolo Bonzini1-8/+1
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-545/+21
2004-07-11expr.c (store_expr): Don't fiddle subreg promotion for types with precision s...Richard Henderson1-1/+4
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-12/+7
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+17
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-07-08expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva1-2/+0
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-15/+64
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-233/+12
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-110/+3
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-12/+12
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-3/+2
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-2/+2
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-4/+4
2004-07-05expr.c (expand_assignment): Disable the bitfield += optimizations.Jakub Jelinek1-1/+3
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-92/+30
2004-07-05expr.c (expand_expr_real_1, [...]): Don't check against bounds if bounds aren...Richard Kenner1-8/+12
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-11/+3
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-178/+44
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-62/+12
2004-07-01expr.c (expand_assignment): Optimize bitfld += cst for 1 bit bitfields as well.Jakub Jelinek1-17/+39
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-72/+72
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-4/+2
2004-06-30re PR tree-optimization/15310 ([tree-ssa] Optimize an addition in a bit field)Jakub Jelinek1-0/+51
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-0/+8
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-36/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-14/+69
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-89/+0
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-1/+6
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-0/+91
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-61/+61
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1