aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang/treetree.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-06MAINTAINERS: Update for treelang deletion.Tom Tromey1-1184/+0
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-09-12c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.Jan Hubicka1-13/+0
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-07-27lex.l (update_yylval): Constify.Kaveh R. Ghazi1-3/+3
2007-07-25treetree.c (tree_code_generate_return): RETURN_EXPRs have volatile type.Richard Guenther1-2/+2
2007-07-18parse.y: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-5/+5
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-11/+0
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-11/+0
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-14/+0
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-39/+0
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-12-05treetree.c (tree_code_if_start, [...]): Use fold_convert where appropriate.Richard Guenther1-10/+9
2005-11-07re PR ada/21952 (Annoying "attribute directive ignored" warnings)James A. Morrison1-2/+33
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15parse.y (function_invocation): Reverse parameter list.James A. Morrison1-6/+3
2005-06-13treetree.c (tree_code_get_expression): Call build_function_call_expr to build...Rafael Ávila de Espíndola1-6/+4
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey1-1/+1
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