aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang
AgeCommit message (Expand)AuthorFilesLines
2004-09-15* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).Zack Weinberg2-5/+8
2004-08-26* treetree.c (tree_code_get_integer_value): Fix build_int_cst call.Nathan Sidwell2-1/+6
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-1/+6
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell2-1/+5
2004-08-08Make-lang.in (TREE_BE_LIBS): Remove.James A. Morrison8-308/+289
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-4/+4
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers2-41/+18
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson2-1/+4
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice1-5/+5
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2-1/+6
2004-03-21frontends.texi: Rewrite.Joseph Myers2-3/+8
2004-02-20* Make-lang.in (treelang-warn): Add -Wno-variadic-macros.Richard Henderson2-1/+6
2004-01-31Makefile.in (abs_docdir, abs_srcdir): Define.Kelley Cook2-1/+5
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook2-14/+20
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook2-19/+22
2004-01-08dwarf2.h, [...]: Add multiple-include guard.Zack Weinberg2-1/+5
2003-12-04Patch from James MorrisonJames A. Morrison3-3/+6
2003-12-04Patch from James MorrisonJames A. Morrison2-30/+56
2003-11-25Make-lang.in (treelang.tags): Create TAGS.sub files in each directory and TAG...Jason Merrill2-2/+8
2003-11-21Remove some .cvsignore files due to doc files now being built in build directoryKelley Cook2-5/+4
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers2-4/+6
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers2-1/+4
2003-11-04Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook2-12/+19
2003-10-22Make-lang.in (treelang.o): Depend on $(parsedir)/treelang/parse.h.Kelley Cook2-2/+8
2003-10-21Make-lang.in (parse.o): Honor $(parsedir).Kelley Cook2-18/+32
2003-10-21Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.Mark Mitchell2-1/+5
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell2-19/+13
2003-10-12Make-lang.in (treelang.install-info): Remove reference to treelang.info.Andreas Jaeger2-4/+7
2003-10-06re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell2-5/+9
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2-7/+10
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2-6/+12
2003-09-16Cleaned up Jan's ChangeLog entriesR. Kelley Cook1-1/+1
2003-07-28treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger5-74/+54
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2-2/+5
2003-07-15c.opt: Document more options.Neil Booth4-43/+8
2003-07-12* Make-lang.in (treelang/tree-convert.o): Depend on TM_H.Andreas Jaeger2-2/+6
2003-07-10Make-lang.in: Update.Neil Booth3-6/+9
2003-07-10Remove C language front end dependencies.Fergus Henderson5-389/+670
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2-8/+15
2003-07-04Makefile.tpl: Replace PWD with PWD_COMMAND.H.J. Lu2-7/+11
2003-07-02* Make-lang.in: Use C_COMMON_HNeil Booth1-1/+1
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth3-3/+9
2003-07-01Make-lang.in: Update.Neil Booth3-1/+9
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2-1/+6
2003-06-18treetree.c (build_stmt): Remove VPARAMS.Nathan Sidwell2-2/+7
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth3-26/+15
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2-2/+6
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth5-12/+24
2003-06-12* treetree.c: Remove cl_options-count and cl_options.Andreas Jaeger2-2/+4
2003-06-11hooks.c (hook_int_size_t_constcharptr_int_0): New.Neil Booth6-83/+120