Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -2/+9 |
2004-08-09 | Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | Jeff Law | 1 | -0/+3 |
2004-08-09 | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 1 | -13/+1 |
2004-08-06 | tree.c (handle_dll_attribute): Move here from i383/winnt.c. | Mark Mitchell | 1 | -1/+4 |
2004-08-05 | tree.h (force_fit_type): Return a tree, take three flags. | Nathan Sidwell | 1 | -1/+2 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -2/+3 |
2004-08-04 | tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions. | Zdenek Dvorak | 1 | -0/+7 |
2004-08-03 | rs6000.c (machopic_output_stub): Align Darwin stubs. | Dale Johannesen | 1 | -5/+0 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -11/+0 |
2004-07-28 | tree.h (enum tls_model): Move ... | Zack Weinberg | 1 | -7/+0 |
2004-07-26 | * tree.h: Fix typo in comment. | Tom Tromey | 1 | -1/+1 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+6 |
2004-07-25 | fold-const.c (constant_boolean_node): Make extern. | Roger Sayle | 1 | -0/+1 |
2004-07-25 | re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas... | Niall Douglas | 1 | -1/+8 |
2004-07-25 | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -1/+1 |
2004-07-25 | * tree.h (staticp): Change return type to bool. | Bernardo Innocenti | 1 | -1/+1 |
2004-07-23 | re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234) | Diego Novillo | 1 | -0/+1 |
2004-07-22 | tree-into-ssa.c (set_livein_block): Fix typo in comment. | Diego Novillo | 1 | -0/+2 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -2/+1 |
2004-07-21 | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 1 | -18/+11 |
2004-07-20 | rtl.h (plus_constant): Delete. | Zack Weinberg | 1 | -12/+8 |
2004-07-20 | tree.h (binfo_member): Remove. | Nathan Sidwell | 1 | -1/+0 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -16/+31 |
2004-07-20 | c-common.h (check_case_value): Remove prototype. | Steven Bosscher | 1 | -1/+1 |
2004-07-18 | re PR tree-optimization/16115 (double-destruction problem with argument passi... | Jason Merrill | 1 | -2/+15 |
2004-07-17 | langhooks.h (builtin_function): New langhook. | Joseph Myers | 1 | -5/+0 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -4/+4 |
2004-07-13 | Makefile.in (OBJS-common): Add tree-data-ref.o. | Sebastian Pop | 1 | -0/+2 |
2004-07-13 | builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference. | Richard Henderson | 1 | -1/+0 |
2004-07-13 | target-def.h (TARGET_MUST_PASS_IN_STACK): New. | Richard Henderson | 1 | -0/+2 |
2004-07-11 | builtins.c (fold_builtin_fputs): Don't bother converting the return type to i... | Roger Sayle | 1 | -0/+1 |
2004-07-11 | re PR tree-optimization/16383 (internal compiler error: in generate_element_c... | Richard Henderson | 1 | -0/+3 |
2004-07-11 | * tree.h (all_types_permanent): Remove. | Joseph Myers | 1 | -4/+0 |
2004-07-11 | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 1 | -4/+0 |
2004-07-10 | tree-ssa-loop-im.c: New file. | Zdenek Dvorak | 1 | -2/+13 |
2004-07-09 | md.texi (Processor pipeline description): Mention that the old pipeline descr... | Steven Bosscher | 1 | -1/+0 |