aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-13tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill1-0/+73
2003-05-11re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson1-16/+17
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-29* tree.c (save_expr): Don't fold a COMPONENT_REF.Richard Kenner1-2/+9
2003-04-16tree.c (skip_simple_arithmetics_at, [...]): New functions.Olivier Hainque1-30/+52
2003-04-15tree.c (next_decl_uid): Mark with GTY.Geoffrey Keating1-2/+2
2003-04-14tree.c (int_fits_type_p): Extract generic checks from the case of constant ty...Olivier Hainque1-19/+66
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-0/+23
2003-04-12re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating1-28/+40
2003-04-11tree.c (tree_operand_check_failed): New function.Zack Weinberg1-0/+16
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-21/+25
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-23/+0
2003-03-19tree.c (substitute_in_expr, case 'e'): Only make recursive call on an operand...Richard Kenner1-5/+18
2003-03-16re PR target/9164 ([Alpha] improper code generation)Falk Hueffner1-1/+2
2003-02-10tree.c (build_tree_list): Fix parameter names in comment.Phil Edwards1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-2/+2
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-23tree.c (save_expr): Allow either side of a dyadic operand to be constant.Nathan Sidwell1-7/+19
2002-12-19omit needless bracesJason Merrill1-3/+1
2002-12-18tree.c (make_node): Don't set TREE_TYPE on 's' class nodes.Jason Merrill1-14/+21
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-119/+56
2002-12-06tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR.Dale Johannesen1-2/+3
2002-12-04PR c++/8461, c++/8625Jason Merrill1-0/+3
2002-11-26hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.Richard Henderson1-47/+0
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg1-0/+16
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg1-0/+59
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke1-0/+3
2002-10-11cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin1-2/+2
2002-10-09conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi1-2/+2
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton1-0/+3
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-5/+2
2002-08-21tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs1-1/+1
2002-08-20tree.c (get_qualified_type): Add TYPE_CONTEXT check.Devang Patel1-1/+2
2002-08-04Index: ChangeLogGeoffrey Keating1-38/+3
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth1-2/+0
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-2/+0
2002-07-01tree.c (build_function_type_list): Update function comment.Aldy Hernandez1-7/+8
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez1-0/+25
2002-06-21tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro.Kaveh R. Ghazi1-0/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-43/+43
2002-06-01tree.c (real_minus_onep): New function to test for -1.0.Roger Sayle1-0/+16
2002-05-31target.h: Fix formatting.Kazu Hirata1-2/+2
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-13/+9
2002-05-24tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace.Bryce McKinlay1-0/+3
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-4/+5
2002-05-09Makefile.in: Update.Neil Booth1-7/+0
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+7
2002-05-03regrename.c: Fix formatting.Kazu Hirata1-34/+34
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt1-0/+4