Age | Commit message (Expand) | Author | Files | Lines |
2004-10-08 | stmt.c (expand_decl_init): Remove. | Kazu Hirata | 1 | -1/+0 |
2004-10-01 | revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_... | Jakub Jelinek | 1 | -4/+0 |
2004-09-29 | re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ... | Richard Henderson | 1 | -1/+1 |
2004-09-29 | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 1 | -0/+6 |
2004-09-29 | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 1 | -0/+4 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-23 | tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E... | Jeff Law | 1 | -16/+6 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -4/+6 |
2004-09-23 | builtins.c (simplify_builtin_va_start): Remove. | Eric Christopher | 1 | -1/+0 |
2004-09-21 | tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ... | Jeff Law | 1 | -1/+4 |
2004-09-20 | tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key... | Jeff Law | 1 | -0/+13 |
2004-09-18 | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 1 | -2/+2 |
2004-09-18 | tree.c, tree.h (tree_class_strings): Make array const. | Zack Weinberg | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -32/+99 |
2004-09-16 | fold-const.c (fold): Fold difference of addresses. | Zdenek Dvorak | 1 | -0/+3 |
2004-09-13 | re PR tree-optimization/17436 (Huge memory use regression) | Richard Henderson | 1 | -1/+7 |
2004-09-12 | re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205) | Richard Henderson | 1 | -5/+0 |
2004-09-11 | tree.c (tree_code_size): New function, bulk of code from tree_size. | Zack Weinberg | 1 | -0/+5 |
2004-09-11 | tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | Zdenek Dvorak | 1 | -0/+8 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -1/+1 |
2004-09-10 | cgraph.h (cgraph_dump_file): Do not declare. | Paolo Bonzini | 1 | -1/+4 |
2004-09-09 | builtins.c (build_va_arg_indirect_ref): New function. | Frank Ch. Eigler | 1 | -0/+1 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -3/+47 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -0/+9 |
2004-09-03 | re PR c/7054 (#pragma pack handled incorrectly) | Jan Beulich | 1 | -1/+3 |
2004-09-01 | Update TREE_NO_WARNING docs. | Richard Henderson | 1 | -2/+5 |
2004-08-31 | attribs.c (strip_attrs): Remove. | Joseph Myers | 1 | -8/+0 |
2004-08-30 | tree.h (BINFO_PRIMARY_BASE_OF): Remove. | Nathan Sidwell | 1 | -8/+2 |
2004-08-27 | tree.h (size_int_type): Remove. | Nathan Sidwell | 1 | -2/+1 |
2004-08-26 | tree.c (staticp): Return the static object. | Richard Henderson | 1 | -3/+3 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+3 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -0/+1 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 1 | -2/+2 |
2004-08-23 | Makefile.in (BUILD_ERRORS): Set to build-errors. | Nathan Sidwell | 1 | -10/+0 |
2004-08-23 | tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. | Nathan Sidwell | 1 | -4/+0 |
2004-08-23 | tree.h (build_distinct_type_copy): New. | Nathan Sidwell | 1 | -1/+2 |
2004-08-22 | tree.h (SAVE_EXPR_RESOLVED_P): New. | Richard Henderson | 1 | -0/+7 |
2004-08-22 | fold-const.c (rtl_expr_nonnegative_p): Delete. | Andrew Pinski | 1 | -1/+0 |
2004-08-19 | langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove. | Eric Christopher | 1 | -6/+3 |
2004-08-19 | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 1 | -1/+10 |
2004-08-18 | alias.c (readonly_fields_p): Remove. | Richard Henderson | 1 | -1/+0 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -1/+3 |
2004-08-18 | tree.h (struct tree_decl): Add gimple_formal_temp. | Richard Henderson | 1 | -0/+6 |
2004-08-16 | Make unsafe vector float optimizations dependent on -ffast-math. | James E Wilson | 1 | -2/+9 |
2004-08-16 | c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | Devang Patel | 1 | -1/+7 |
2004-08-16 | c-typeck.c (build_c_cast): Only copy overflow from expr nodes. | Nathan Sidwell | 1 | -3/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -1/+1 |
2004-08-12 | re PR tree-optimization/16867 (Inline array initializer miscompilation at -O) | Diego Novillo | 1 | -11/+2 |