aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang/treetree.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-08-26* treetree.c (tree_code_get_integer_value): Fix build_int_cst call.Nathan Sidwell1-1/+2
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+1
2004-08-08Make-lang.in (TREE_BE_LIBS): Remove.James A. Morrison1-276/+184
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 Myers1-41/+8
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-1/+0
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-7/+6
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-6/+7
2003-07-28treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger1-68/+41
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-10Remove C language front end dependencies.Fergus Henderson1-374/+525
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-8/+7
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-18treetree.c (build_stmt): Remove VPARAMS.Nathan Sidwell1-2/+2
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-2/+1
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth1-0/+2
2003-06-12* treetree.c: Remove cl_options-count and cl_options.Andreas Jaeger1-2/+0
2003-06-11hooks.c (hook_int_size_t_constcharptr_int_0): New.Neil Booth1-2/+2
2003-06-08Make-lang.in: Update.Andreas Jaeger1-0/+3
2003-06-08treelang fix for rs6000.Tim Josling1-0/+11
2003-05-21c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell1-4/+0
2003-05-09Treelang fixes including built failures on PPC and others.Tim Josling1-3/+7
2003-05-06Make-lang.in (treelang/tree1.o): Depends on input.hNathan Sidwell1-43/+30
2003-04-30Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.Nathan Sidwell1-1/+0
2003-03-21treetree.c (cpp_create_reader): Follow prototype change in cpplib.h.Andreas Jaeger1-1/+2
2003-03-15* treetree.c (cpp_handle_option): Remove.Andreas Jaeger1-10/+0
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-21/+21
2003-03-05* treetree.c (init_c_lex): Follow change to c-common.h.Andreas Jaeger1-122/+122
2003-03-01Treelang fixes.Tim Josling1-6/+18
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-15/+2
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-09Fix for recent treelang build failure due to changes to C.Tim Josling1-0/+6
2002-08-17treelang fixes to accommodate chaqnges elsewhere.Tim Josling1-61/+1
2002-08-13Fixes for treelang, mainly provide fake definition of rtx for parse.y includes.Tim Josling1-4/+46
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-8/+0
2002-07-09Treelang updates for new attrib regime.Tim Josling1-2/+8
2002-06-10Fixes to make treelang worg with PCH gengtype.c changes.Tim Josling1-23/+24
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+0
2002-05-18.info build fix, add flag needed by c-common.cTim Josling1-0/+2
2002-05-11Minor fix to treelang; Update MAINTAINERS and ChangeLog to reflect this.Tim Josling1-0/+16
2002-05-06Added Tim Josling to MAINTAINERS file.Tim Josling1-0/+7
2002-05-05Added new sample language treelang.Tim Josling1-0/+1288