summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva2004-07-081-2/+0
* re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2004-07-081-15/+64
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-233/+12
* expr.c (expand_expr_real_1): Fix formating.Andrew Pinski2004-07-071-110/+3
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-12/+12
* dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin2004-07-061-3/+2
* langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner2004-07-051-2/+2
* calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle2004-07-051-4/+4
* expr.c (expand_assignment): Disable the bitfield += optimizations.Jakub Jelinek2004-07-051-1/+3
* c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers2004-07-051-92/+30
* expr.c (expand_expr_real_1, [...]): Don't check against bounds if bounds aren...Richard Kenner2004-07-051-8/+12
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-11/+3
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-178/+44
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-62/+12
* expr.c (expand_assignment): Optimize bitfld += cst for 1 bit bitfields as well.Jakub Jelinek2004-07-011-17/+39
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-72/+72
* function.h (struct function): Remove dont_emit_block_notes.Richard Henderson2004-07-011-4/+2
* re PR tree-optimization/15310 ([tree-ssa] Optimize an addition in a bit field)Jakub Jelinek2004-06-301-0/+51
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-0/+8
* tree.def (VTABLE_REF): Remove.Richard Henderson2004-06-221-36/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-14/+69
* CFG transparent RTL expansion:Jan Hubicka2004-06-191-89/+0
* re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill2004-06-171-1/+6
* coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini2004-06-161-0/+91
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-61/+61
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-0/+4
* expr.c (store_constructor): Restore sanity check on the size of the type befo...Olivier Hainque2004-05-271-2/+3
* Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher2004-05-191-21/+23
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-9/+7
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-178/+554
* expr.c (store_constructor_field): Don't call store_constructor if bitsize is ...Richard Kenner2004-05-041-0/+3
* Revert my previous store_constructor* changeRichard Kenner2004-05-021-36/+25
* re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Ulrich Weigand2004-05-011-2/+0
* tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK and adjust d...Zack Weinberg2004-05-011-7/+8
* expr.c (store_constructor): SIZE operand is now in bits...Richard Kenner2004-04-301-25/+36
* Fix typo in comment.Richard Kenner2004-04-251-1/+1
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2004-04-011-2/+2
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-34/+40
* expr.c (store_constructor): Use gen_int_mode to correctly sign-extend CONST_I...Ulrich Weigand2004-03-271-1/+1
* re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou2004-03-221-6/+37
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-132/+15
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-13/+15
* re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou2004-03-131-0/+2
* expr.c (highest_pow2_factor_for_type): Rename into highest_pow2_factor_for_ta...Eric Botcazou2004-03-081-9/+14
* expr.c (expand_expr_real, [...]): Get proper type of stack slot for temp used...Richard Kenner2004-03-041-4/+11
* re PR rtl-optimization/14235 (ICE in verify_local_live_at start (flow.c:546))Eric Botcazou2004-03-041-1/+5
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-2/+2
* fold-const.c (fold): Revert 2004-02-25 change.Eric Botcazou2004-02-271-8/+6
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-1/+1