aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang/treetree.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01treelang.texi: Fix typos.Kazu Hirata1-4/+4
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers1-10/+0
2005-03-23treetree.c (tree_code_if_start): Use fold_buildN.James A. Morrison1-19/+19
2005-02-26parse.y (function_invocation, [...]): Pass location to tree_code_get_expression.James A. Morrison1-3/+12
2005-02-26treelang.texi: Treelang does have warnings.James A. Morrison1-14/+3
2005-02-26parse.y: Do comparisons as the type of the first expression.James A. Morrison1-1/+2
2005-02-24re PR treelang/19896 ([treelang] Static variables don't work)James A. Morrison1-10/+9
2005-02-24parse.y: (function_prototype): Accept EXTERNAL_REFERENCE_STORAGE.James A. Morrison1-45/+38
2005-02-13treetree.c (tree_lang_type_for_mode): Return NULL_TREE for all non scalar int...James A. Morrison1-2/+5
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-1/+1
2005-02-01parse.y: Reformat comments.James A. Morrison1-5/+3
2004-10-25treetree.c (tree_code_generate_return): Wrap param declaration in ENABLE_CHEC...James A. Morrison1-1/+1
2004-10-02re PR treelang/17762 (treelang doesn't use mapped locations)James A. Morrison1-9/+9
2004-10-02parse.y: Use gcc_assert and gcc_unreachable instead of abort.James A. Morrison1-34/+19
2004-10-02lex.l: Remove random whitespace.James A. Morrison1-46/+41
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
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