aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+3
2004-08-04tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak1-0/+7
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-5/+0
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-11/+0
2004-07-28tree.h (enum tls_model): Move ...Zack Weinberg1-7/+0
2004-07-26* tree.h: Fix typo in comment.Tom Tromey1-1/+1
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell1-2/+6
2004-07-25fold-const.c (constant_boolean_node): Make extern.Roger Sayle1-0/+1
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-1/+8
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-1/+1
2004-07-25* tree.h (staticp): Change return type to bool.Bernardo Innocenti1-1/+1
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo1-0/+1
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-0/+2
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-2/+1
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-18/+11
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-12/+8
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell1-1/+0
2004-07-20tree.h: Include vec.hNathan Sidwell1-16/+31
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-1/+1
2004-07-18re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-2/+15
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-5/+0
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-4/+4
2004-07-13Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop1-0/+2
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson1-1/+0
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-0/+2
2004-07-11builtins.c (fold_builtin_fputs): Don't bother converting the return type to i...Roger Sayle1-0/+1
2004-07-11re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson1-0/+3
2004-07-11* tree.h (all_types_permanent): Remove.Joseph Myers1-4/+0
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-4/+0
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-2/+13
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-1/+0
2004-07-09tree-scalar-evolution.c: New file.Zdenek Dvorak1-0/+5
2004-07-08builtins.c (ind_gimplify_va_arg_expr): New.Richard Henderson1-0/+1
2004-07-08builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s...Roger Sayle1-1/+4
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-0/+1
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-17/+0
2004-07-07tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC...Steven Bosscher1-6/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-26/+12
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-6/+15
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-1/+1
2004-07-05tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner1-0/+5
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-22/+51
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-4/+1
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-20/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-10/+0
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-1/+1
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-5/+0
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-0/+7
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-11/+39
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-25/+2