aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang
AgeCommit message (Expand)AuthorFilesLines
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-4/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers2-2/+6
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola2-2/+4
2005-12-28Make-lang.in (treelang.distdir): Remove.Rafael Ávila de Espíndola2-7/+6
2005-12-07sourcebuild.texi (all.build, [...]): Remove.Rafael Ávila de Espíndola2-6/+6
2005-12-07gty.texi: Remove instructions for adding a dependency on s-gtype.Alan Modra2-2/+4
2005-12-05treetree.c (tree_code_if_start, [...]): Use fold_convert where appropriate.Richard Guenther2-10/+15
2005-12-03Fixup some spacingMike Stump1-1/+1
2005-11-07Fix PR number.James A. Morrison1-1/+1
2005-11-07re PR ada/21952 (Annoying "attribute directive ignored" warnings)James A. Morrison2-2/+41
2005-09-23parse.y: Changed pointer declaration from "type* var" to "type *var" Removed ...Rafael Ávila de Espíndola2-82/+94
2005-08-07tree-convert.c (convert): Use fold_build1 instead of fold (build1.James A. Morrison2-3/+8
2005-08-06re PR treelang/23072 (multiple runs of treelang testsuite does not work...)James A. Morrison2-2/+5
2005-06-25Update FSF address.Kelley Cook14-28/+32
2005-06-15parse.y (function_invocation): Reverse parameter list.James A. Morrison3-7/+11
2005-06-13treetree.c (tree_code_get_expression): Call build_function_call_expr to build...Rafael Ávila de Espíndola2-6/+9
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi4-4/+11
2005-05-02re PR treelang/21345 (treelang/parse.y:454.11: parse error)Andrew Pinski2-0/+6
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2-1/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2-1/+5
2005-04-12lang.opt: Refer to the GCC internals documentation instead of c.opt.Richard Sandiford2-1/+5
2005-04-01re PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)Andrew Pinski2-27/+8
2005-04-01treelang.texi: Fix typos.Kazu Hirata3-10/+15
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers3-11/+7
2005-03-23treetree.c (tree_code_if_start): Use fold_buildN.James A. Morrison2-19/+27
2005-03-23treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE during GC.James A. Morrison2-1/+6
2005-03-16gcc-version.m4: Delete.Zack Weinberg2-2/+7
2005-03-06re PR treelang/20326 (treelang does install the backend as a driver)James A. Morrison3-4/+86
2005-02-27* treelang.texi: Fix a typo.Kazu Hirata2-1/+5
2005-02-26parse.y (function_invocation, [...]): Pass location to tree_code_get_expression.James A. Morrison4-8/+30
2005-02-26treelang.texi: Treelang does have warnings.James A. Morrison3-17/+20
2005-02-26parse.y: Do comparisons as the type of the first expression.James A. Morrison3-2/+12
2005-02-26Make-lang.in: Remove commented out code.James A. Morrison3-1/+6
2005-02-26treelang.texi: Remove extra contribution notice.James A. Morrison2-36/+39
2005-02-26treelang.texi: Fix whitespacing.James A. Morrison2-95/+101
2005-02-24re PR treelang/19896 ([treelang] Static variables don't work)James A. Morrison2-10/+18
2005-02-24parse.y: (function_prototype): Accept EXTERNAL_REFERENCE_STORAGE.James A. Morrison4-64/+79
2005-02-23genpreds.c: Update copyright.Kazu Hirata2-1/+5
2005-02-13treetree.c (tree_lang_type_for_mode): Return NULL_TREE for all non scalar int...James A. Morrison2-2/+10
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2-2/+7
2005-02-06cpp.texi: Include gcc-common.texi.Joseph Myers2-8/+6
2005-02-01(lex.l): Undef LINEMAP_POSITION_FOR_COLUMN before defining it.James A. Morrison2-2/+7
2005-02-01parse.y: Reformat comments.James A. Morrison4-21/+20
2004-11-13Unify html generation with other frontends.Mike Stump1-4/+2
2004-11-13Makefile.in: Add html support.Mike Stump1-11/+16
2004-10-25treetree.c (tree_code_generate_return): Wrap param declaration in ENABLE_CHEC...James A. Morrison2-1/+6
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