aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-0/+3
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-32/+40
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-0/+6
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-20/+38
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-1/+7
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-14/+18
2000-02-18loop.c (canonicalize_condition): New function, broken out of get_condition.John Wehle1-0/+1
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-0/+1
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-3/+4
2000-01-27emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.Geoff Keating1-0/+1
2000-01-26calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke1-1/+1
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-0/+8
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-379/+379
2000-01-17* tree.h (BINFO_VPTR_FIELD): Augment documentation.Mark Mitchell1-3/+7
2000-01-04Update copyrightJeff Law1-1/+1
2000-01-02* tree.h (BINFO_N_BASETYPES): New macro.Mark Mitchell1-0/+4
1999-12-29* tree.h (BINFO_BASETYPES): Improve documentation.Mark Mitchell1-4/+5
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-2/+2
1999-12-17crtstuff.c (__dso_handle): Declare.Mark Mitchell1-0/+2
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-1/+3
1999-12-16* tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.Zack Weinberg1-2/+5
1999-12-05tree.h (special_function_p): Declare.Mark Mitchell1-0/+4
1999-12-05tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.Mark Mitchell1-2/+3
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-0/+5
1999-11-28tree.h (struct tree_decl): Add malloc_flag.Anthony Green1-0/+6
1999-11-24tree.h (unsave_expr_1): New function.Mark Mitchell1-6/+15
1999-11-12tree.h (SAVE_EXPR_PERSISTENT_P): New macro.Mark Mitchell1-0/+5
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-4/+4
1999-11-08tree.h (get_containing_scope): Declare it.Mark Mitchell1-0/+5
1999-10-31[multiple changes]Richard Kenner1-3/+15
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-21/+0
1999-10-13Simplified GC interface and other goodies.Richard Henderson1-3/+1
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-2/+2
1999-10-08tree.c (make_lang_type_fn): New funtion pointer.Franz Sirl1-0/+2
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-1/+1
1999-09-28tree.h (struct tree_decl): Use `bclass', not `class', in name of field.Mark Mitchell1-2/+2
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-6/+28
1999-09-17tree.h (warn_about_unused_variables): Declare.Mark Mitchell1-0/+1
1999-09-16* tree.h (reorder_block): Change prototype.Mark Mitchell1-1/+1
1999-09-15Remove second arg from assign_parmsBernd Schmidt1-1/+1
1999-09-12Add missing declarationsBernd Schmidt1-0/+2
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-35/+103
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-0/+6
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+2
1999-09-04Makefile.in (GGC, GGC_LIB): New.Richard Henderson1-1/+4
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-0/+5
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1-2/+2
1999-08-26For gcc:Gavin Romig-Koch1-1/+1
1999-08-26tree.h: fancy_abort always takes three args.Zack Weinberg1-4/+3
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-26/+17