summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree.h (warn_about_unused_variables): Declare.Mark Mitchell1999-09-171-0/+1
* * tree.h (reorder_block): Change prototype.Mark Mitchell1999-09-161-1/+1
* Remove second arg from assign_parmsBernd Schmidt1999-09-151-1/+1
* Add missing declarationsBernd Schmidt1999-09-121-0/+2
* Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1999-09-101-35/+103
* c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1999-09-071-0/+6
* Merge in gcc2-ss-010999Jeff Law1999-09-061-2/+2
* Makefile.in (GGC, GGC_LIB): New.Richard Henderson1999-09-041-1/+4
* c-parse.in (language_string): Constify.Kaveh R. Ghazi1999-08-311-0/+5
* tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi1999-08-291-2/+2
* For gcc:Gavin Romig-Koch1999-08-261-1/+1
* tree.h: fancy_abort always takes three args.Zack Weinberg1999-08-261-4/+3
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-26/+17
* Fix more problems from GC diffsBernd Schmidt1999-08-241-8/+0
* rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1999-08-191-32/+72
* For gcc:Gavin Romig-Koch1999-08-131-0/+4
* tree.h (lang_identify): Constify a char*.Kaveh R. Ghazi1999-08-091-1/+5
* Include function.h in most files.Bernd Schmidt1999-08-091-1/+4
* Check in part of an earlier patch that got lostBernd Schmidt1999-08-011-0/+1
* Backport of GC branch patches part 2: kill stmt status saving.Bernd Schmidt1999-08-011-0/+1
* builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1999-07-251-0/+10
* tree.h (struct tree_decl): Add comdat_flag.Mark Mitchell1999-05-021-0/+12
* c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-03-061-2/+2
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-3/+3
* tree.c (tree_node_kind_names, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-171-12/+16
* Fix linux-x-cygwin build failure with readline.Jim Wilson1999-02-121-1/+1
* tree.h (TYPE_CHECK): Make it clear to the preprocessor that we do not want ma...Robert Lipe1999-02-071-2/+2
* * tree.h (DECL_P): New macro.Jason Merrill1999-02-071-0/+2
* c-common.c (decl_attributes): Fix reserved space for init_priority.Benjamin Kosnik1999-02-051-0/+1
* stmt.c (stmt_loop_nest_empty): New function.Jeffrey A Law1999-01-241-0/+1
* cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-01-181-1/+1
* stmt.c (optimize_tail_recursion): New function, extracted from ...Jeffrey A Law1999-01-081-1/+2
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-15/+0
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-2/+0
* invoke.texi: Document -flang-isoc9x.Mark Mitchell1998-10-211-8/+50
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-0/+5
* * tree.h (TYPE_BINFO): Document.Mark Mitchell1998-09-281-1/+5
* tree.c (new_alias_set): New function.Richard Henderson1998-09-201-0/+1
* tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1998-09-151-6/+2
* tree.h (DECL_ORIGIN): New macro.Mark Mitchell1998-09-101-0/+5
* tree.def (LABELED_BLOCK_EXPR, [...]): New tree nodes.Alexandre Petit-Bianco1998-08-211-0/+11
* tree.h: De-conditionalize init_priority code.Jason Merrill1998-08-131-0/+6
* Function entry/exit profiling instrumentation:Ken Raeburn1998-07-301-1/+5
* tree.def (EXPR_WITH_FILE_LOCATION): Defined as an 'e' expression so WFL are e...Per Bothner1998-07-221-2/+4
* tree.h (tree_common): Note front-end dependencies on layout of this structure.Jeffrey A Law1998-07-131-1/+5
* * tree.h (TYPE_P): New macro.Jason Merrill1998-07-111-0/+4
* Support for dllimport and dllexport attributes for i386-pe.Mumit Khan1998-07-061-0/+6
* Add initial varray support infrastructureMichael Meissner1998-07-021-0/+2
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-1/+1
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+15