aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-14ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner1-3/+11
2004-06-07ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner1-112/+201
2004-06-07[multiple changes]Arnaud Charlet1-3/+5
2004-05-17[multiple changes]Arnaud Charlet1-209/+95
2004-05-14[multiple changes]Arnaud Charlet1-9/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+3
2004-05-11utils.c (max_size): Use MIN_EXPR to find the minimum value of a COND_EXPR.Roger Sayle1-1/+1
2004-05-10[multiple changes]Arnaud Charlet1-2/+0
2004-04-27[multiple changes]Arnaud Charlet1-0/+12
2004-04-23[multiple changes]Arnaud Charlet1-25/+5
2004-04-21[multiple changes]Arnaud Charlet1-4/+7
2004-04-19[multiple changes]Arnaud Charlet1-0/+3
2004-04-08[multiple changes]Arnaud Charlet1-1/+5
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-1/+1
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-1/+10
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-9/+9
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-15/+21
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-28/+3
2004-03-02[multiple changes]Arnaud Charlet1-2/+5
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-1/+1
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata1-5/+4
2004-02-02[multiple changes]Arnaud Charlet1-24/+58
2004-01-19[multiple changes]Arnaud Charlet1-1/+1
2004-01-16system.h (ASM_OUTPUT_SECTION_NAME): Poison.Kazu Hirata1-9/+11
2003-11-24re PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buiti...Arnaud Charlet1-1/+1
2003-11-17[multiple changes]Arnaud Charlet1-3/+3
2003-11-04re PR ada/12806 (Program_Error sinput.adb:397)Arnaud Charlet1-3/+4
2003-10-31C90 prototype updates.R. Kelley Cook1-193/+111
2003-10-293vtrasym.adb, [...]: Minor reformattingArnaud Charlet1-11/+13
2003-10-213psoccon.ads, [...]: Files added.Arnaud Charlet1-116/+289
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-3/+3
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-3/+3
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-10* init.c, misc.c, trans.c, utils.c: Remove dead code.Nathanael Nerode1-7/+0
2003-06-01tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.Andreas Jaeger1-28/+22
2003-05-03trans.c (tree_transform): Use location_t and input_location directly.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-04-28tree.h (TREE_CST_RTL, [...]): Delete.Zack Weinberg1-6/+1
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-7/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-23Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6919 (forward port of patch for...Nathanael Nerode1-1/+1
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-2/+6
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-4/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-62/+28
2002-05-02Fix i960-rtems Ada build failure reported by Joel Sherrill.Jim Wilson1-1/+1
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-11/+0
2002-04-04utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.Neil Booth1-2/+2
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-3/+3