summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:...Eric Botcazou2006-03-131-9/+23
* re PR middle-end/26004 (gcc errors on valid code [SVO])Jason Merrill2006-03-101-1/+2
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-3/+3
* re PR middle-end/26412 (ICE with external arrays using OpenMP)Jakub Jelinek2006-02-231-1/+1
* re PR middle-end/26092 (ICE on const function pointer assigned to a builtin f...Jakub Jelinek2006-02-131-13/+15
* re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill2006-02-091-43/+62
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-3/+1
* re PR c++/26140 (ice on valid C++ code)Richard Guenther2006-02-071-9/+0
* re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill2006-02-031-1/+4
* re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Richard Guenther2006-01-301-0/+9
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-7/+8
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-94/+19
* [multiple changes]Diego Novillo2006-01-181-24/+1208
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-2/+2
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-1/+1
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-57/+57
* re PR c++/24686 (ICE when building a variation of NMSTL)Jason Merrill2005-11-111-1/+5
* re PR middle-end/23155 (Gimplification failed for union cast)Andrew Pinski2005-11-031-0/+9
* re PR middle-end/24589 (wrong code with zero sized structs on CONSTRUCTOR)Andrew Pinski2005-11-031-5/+6
* gimplify.c (gimplify_var_or_parm_decl): Split out from ...Richard Henderson2005-10-151-32/+51
* re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini2005-10-051-6/+0
* gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor2005-10-031-0/+60
* re PR c/21419 (Accepts writting to const via asm)Paolo Bonzini2005-09-291-0/+6
* c-common.c (handle_mode_attribute): When not modifying in place, create subty...Richard Henderson2005-09-241-1/+1
* re PR middle-end/23944 (segv in fold_indirect_ref_1 in fold-const.c:11505)Richard Guenther2005-09-181-1/+2
* gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ...Olivier Hainque2005-09-141-1/+6
* gimplify.c, [...]: Fix comment typos.Kazu Hirata2005-09-061-1/+1
* re PR c++/23167 (internal compiler error: in create_tmp_var)Mark Mitchell2005-09-021-1/+9
* re PR middle-end/23463 (va-arg-22.c execution fails)Andrew Pinski2005-08-271-6/+12
* re PR middle-end/22043 (Fields not initialized for automatic structs with fle...Jakub Jelinek2005-08-231-4/+9
* re PR tree-optimization/23402 (error: statement makes a memory store, but has...Andrew Pinski2005-08-161-0/+17
* re PR c++/23337 (ICE initializing array of vectors in C++)Ian Lance Taylor2005-08-161-3/+7
* re PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659)Richard Henderson2005-08-111-1/+3
* re PR middle-end/22439 (ICE with char VLA and __SIZE_TYPE__ argument (so no c...Richard Henderson2005-08-081-4/+30
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-9/+10
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-57/+66
* re PR tree-optimization/22278 (gcc -O2 discards cast to volatile)Richard Henderson2005-07-191-2/+3
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-2/+4
* re PR middle-end/22028 (ICE after invalid struct declaration)Jakub Jelinek2005-06-261-3/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-0/+40
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-2/+79
* c-typeck.c (c_finish_if_stmt): Use void_type_node as type for COND_EXPR.Richard Guenther2005-06-071-3/+1
* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin2005-06-041-2/+3
* gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.Kazu Hirata2005-06-021-8/+10
* re PR tree-optimization/21839 (ICE for missing V_DEFS caused by salias with e...Daniel Berlin2005-06-021-0/+14
* re PR middle-end/21478 (Improve initialization of sparse local arrays)Josh Conner2005-06-011-24/+27
* re PR c/21536 (C99 array of variable length use causes segmentation fault)Jakub Jelinek2005-06-011-26/+24
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* [multiple changes]Richard Guenther2005-05-271-2/+58