aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-2/+2
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-57/+57
2005-11-11re PR c++/24686 (ICE when building a variation of NMSTL)Jason Merrill1-1/+5
2005-11-03re PR middle-end/23155 (Gimplification failed for union cast)Andrew Pinski1-0/+9
2005-11-03re PR middle-end/24589 (wrong code with zero sized structs on CONSTRUCTOR)Andrew Pinski1-5/+6
2005-10-15gimplify.c (gimplify_var_or_parm_decl): Split out from ...Richard Henderson1-32/+51
2005-10-05re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-6/+0
2005-10-03gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor1-0/+60
2005-09-29re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini1-0/+6
2005-09-24c-common.c (handle_mode_attribute): When not modifying in place, create subty...Richard Henderson1-1/+1
2005-09-18re PR middle-end/23944 (segv in fold_indirect_ref_1 in fold-const.c:11505)Richard Guenther1-1/+2
2005-09-14gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ...Olivier Hainque1-1/+6
2005-09-06gimplify.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-02re PR c++/23167 (internal compiler error: in create_tmp_var)Mark Mitchell1-1/+9
2005-08-27re PR middle-end/23463 (va-arg-22.c execution fails)Andrew Pinski1-6/+12
2005-08-23re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek1-4/+9
2005-08-16re PR tree-optimization/23402 (error: statement makes a memory store, but has...Andrew Pinski1-0/+17
2005-08-16re PR c++/23337 (ICE initializing array of vectors in C++)Ian Lance Taylor1-3/+7
2005-08-11re PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659)Richard Henderson1-1/+3
2005-08-08re PR middle-end/22439 (ICE with char VLA and __SIZE_TYPE__ argument (so no c...Richard Henderson1-4/+30
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-9/+10
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-57/+66
2005-07-19re PR tree-optimization/22278 (gcc -O2 discards cast to volatile)Richard Henderson1-2/+3
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-2/+4
2005-06-26re PR middle-end/22028 (ICE after invalid struct declaration)Jakub Jelinek1-3/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-0/+40
2005-06-09re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson1-2/+79
2005-06-07c-typeck.c (c_finish_if_stmt): Use void_type_node as type for COND_EXPR.Richard Guenther1-3/+1
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-2/+3
2005-06-02gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.Kazu Hirata1-8/+10
2005-06-02re PR tree-optimization/21839 (ICE for missing V_DEFS caused by salias with e...Daniel Berlin1-0/+14
2005-06-01re PR middle-end/21478 (Improve initialization of sparse local arrays)Josh Conner1-24/+27
2005-06-01re PR c/21536 (C99 array of variable length use causes segmentation fault)Jakub Jelinek1-26/+24
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-27[multiple changes]Richard Guenther1-2/+58
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-01gimplify.c (gimplify_compound_lval): Use VEC instead of VARRAY.Kazu Hirata1-14/+10
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-4/+4
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-3/+22
2005-04-15re PR middle-end/20739 (ICE in gimplify_addr_expr)Alexandre Oliva1-3/+6
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-01re PR c/17855 (modification of function struct return not diagnosed)Joseph Myers1-0/+18
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers1-4/+0
2005-03-21builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR.Kazu Hirata1-4/+6
2005-03-14re PR c++/20280 (ICE in create_tmp_var, at gimplify.c:368)Alexandre Oliva1-6/+31
2005-03-12gimplify.c (gimplify_expr): Remove local variables r0 and r1.Kazu Hirata1-6/+5
2005-03-10re PR inline-asm/20314 (Bogus differ in number of alternatives error)Jakub Jelinek1-2/+67
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1