aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-0/+4
2004-05-27expr.c (store_constructor): Restore sanity check on the size of the type befo...Olivier Hainque1-2/+3
2004-05-19Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher1-21/+23
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-9/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-178/+554
2004-05-04expr.c (store_constructor_field): Don't call store_constructor if bitsize is ...Richard Kenner1-0/+3
2004-05-02Revert my previous store_constructor* changeRichard Kenner1-36/+25
2004-05-01re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Ulrich Weigand1-2/+0
2004-05-01tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK and adjust d...Zack Weinberg1-7/+8
2004-04-30expr.c (store_constructor): SIZE operand is now in bits...Richard Kenner1-25/+36
2004-04-25Fix typo in comment.Richard Kenner1-1/+1