aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang
AgeCommit message (Expand)AuthorFilesLines
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg2-0/+22
2004-10-02re PR treelang/17762 (treelang doesn't use mapped locations)James A. Morrison5-113/+142
2004-10-02parse.y: Use gcc_assert and gcc_unreachable instead of abort.James A. Morrison4-92/+72
2004-10-02lex.l: Remove random whitespace.James A. Morrison5-175/+181
2004-10-02parse.y (ELSE): Set tok to $1.James A. Morrison3-31/+41
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2-1/+6
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2-2/+7
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