aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-14ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner1-34/+60
2004-06-07ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner1-1111/+952
2004-06-07[multiple changes]Arnaud Charlet1-37/+58
2004-05-24[multiple changes]Arnaud Charlet1-6/+24
2004-05-17[multiple changes]Arnaud Charlet1-72/+277
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-1/+0
2004-04-27[multiple changes]Arnaud Charlet1-1/+8
2004-04-23[multiple changes]Arnaud Charlet1-34/+28
2004-04-23re PR rtl-optimization/14984 (bootstrap binary compare differs for Ada object...Laurent GUERBY1-6/+17
2004-04-19[multiple changes]Arnaud Charlet1-60/+73
2004-04-08[multiple changes]Arnaud Charlet1-87/+199
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-6/+6
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-16/+9
2004-03-19[multiple changes]Arnaud Charlet1-22/+9
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-4/+4
2004-03-15[multiple changes]Arnaud Charlet1-3/+1
2004-03-05[multiple changes]Arnaud Charlet1-3/+29
2004-02-23[multiple changes]Arnaud Charlet1-0/+13
2004-02-03combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata1-1/+1
2004-01-12[multiple changes]Arnaud Charlet1-3/+2
2004-01-05[multiple changes]Arnaud Charlet1-1/+10
2003-12-20trans.c: Remove uses of "register" specifier in declarations of local variables.Kazu Hirata1-6/+6
2003-11-04re PR ada/12806 (Program_Error sinput.adb:397)Arnaud Charlet1-1/+1
2003-10-31C90 prototype updates.R. Kelley Cook1-138/+83
2003-10-293vtrasym.adb, [...]: Minor reformattingArnaud Charlet1-12/+57
2003-10-23re PR ada/11978 (ada compiler crashes in a-tags.adb)Arnaud Charlet1-1/+1
2003-10-213psoccon.ads, [...]: Files added.Arnaud Charlet1-518/+546
2003-09-29trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to initialize dcons...Zack Weinberg1-2/+2
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson1-1/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-2/+2
2003-06-10* init.c, misc.c, trans.c, utils.c: Remove dead code.Nathanael Nerode1-8/+0
2003-05-03trans.c (tree_transform): Use location_t and input_location directly.Nathan Sidwell1-4/+2
2003-05-01trans.c (tree_transform, [...]): Rename lineno to input_line.Nathan Sidwell1-6/+6
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-3/+3
2003-04-241aexcept.adb, [...]: Merge header, formatting and other trivial changes from ...Geert Bosch1-2/+4
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-6/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-05re PR ada/8358 (Ada accesses freed memory)Graham Stott1-0/+11
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6919 (forward port of patch for...Nathanael Nerode1-1/+1
2002-09-17trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.Richard Henderson1-5/+7
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-8/+6
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-1/+1
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-4/+3
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-4/+5
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-7/+7
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-14Delete all lines containing "$Revision:".Geoffrey Keating1-1/+0
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch1-197/+335