aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2003-06-25c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka1-0/+1
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-0/+1
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger1-4/+0
2003-06-16Whitespace change.Richard Kenner1-1/+1
2003-06-16tree.h (STMT_CHECK): New macro.Richard Kenner1-47/+44
2003-06-16* tree.h: Remove duplicate prototype of strip_float_extensions.Andreas Jaeger1-1/+0
2003-06-16c4x.c: Don't include "c-tree.h".Kaveh R. Ghazi1-0/+4
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-3/+3
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-06stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names.Jason Merrill1-0/+1
2003-05-27tree.c (expr_first, [...]): New fns.Jason Merrill1-0/+2
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-1/+13
2003-05-21c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell1-189/+6
2003-05-20tree.c (expr_last): New fn.Jason Merrill1-0/+1
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-0/+2
2003-05-13tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill1-0/+12
2003-05-02Makefile.in (TREE_H): Replace location.h with input.h.Nathan Sidwell1-8/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-1/+1
2003-04-30tree.h (DECL_POINTER_DEPTH): Remove.Nathan Sidwell1-12/+2
2003-04-29* tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.Zack Weinberg1-1/+0
2003-04-28tree.h (TREE_CST_RTL, [...]): Delete.Zack Weinberg1-20/+1
2003-04-16tree.c (skip_simple_arithmetics_at, [...]): New functions.Olivier Hainque1-0/+10
2003-04-14tree.c (int_fits_type_p): Extract generic checks from the case of constant ty...Olivier Hainque1-0/+1
2003-04-14tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle1-10/+1
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-0/+1
2003-04-12re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating1-0/+1
2003-04-11tree.c (tree_operand_check_failed): New function.Zack Weinberg1-18/+59
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-9/+0
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill1-4/+4
2003-03-24function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell1-1/+1
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-1/+1
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-1/+7
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-10/+0
2003-02-22fold-const.c (omit_one_operand): No longer static.Roger Sayle1-11/+12
2003-02-20Change base class access representation.Nathan Sidwell1-23/+16
2003-02-12Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka1-0/+9
2003-02-10tree.h (struct tree_decl): Remove unused live_range_rtl field.Dan Nicolaescu1-5/+0
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-11/+4
2003-01-28coretypes.h (cpp_reader): Forward declare struct.Stan Shebs1-1/+0
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-1/+4
2003-01-24builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka1-1/+4
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14convert.c (strip_float_extensions): Look for narrowest type handling FP const...Jan Hubicka1-0/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-4/+4
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-1/+1
2003-01-03fix comment spelloJason Merrill1-1/+1
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-3/+3
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-17/+24