aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-20re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles)Jason Merrill1-0/+23
2003-10-06tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl.Andrew Haley1-3/+4
2003-10-05tree-inline.c (remap_type): New.Richard Henderson1-27/+40
2003-10-03PR optimization/9325, PR java/6391Roger Sayle1-7/+4
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi1-0/+5
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell1-0/+11
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-15/+33
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill1-1/+1
2003-08-20stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill1-1/+2
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-08* tree.c (get_file_function_name_long): Fix size of alloca() area.Richard Sandiford1-1/+1
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-0/+13
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-6/+5
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-2/+0
2003-07-15c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating1-0/+1
2003-07-14ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer1-24/+7
2003-07-11Index: ChangeLogGeoffrey Keating1-14/+18
2003-07-06tree.h (default_flag_random_seed): Remove.Nathan Sidwell1-33/+0
2003-07-06tree.h (crc32_string): Declare.Nathan Sidwell1-45/+28
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-355/+172
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29c-decl.c (c_init_decl_processing): Use a location_t.Nathan Sidwell1-3/+1
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-4/+4
2003-05-27tree.c (expr_first, [...]): New fns.Jason Merrill1-5/+50
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-27/+122
2003-05-20tree.c (expr_last): New fn.Jason Merrill1-0/+12
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-1/+0
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-13/+12
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