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