aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Moved to gcc-interface.Arnaud Charlet1-4895/+0
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-7/+14
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+1
2008-07-17utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG argument...Olivier Hainque1-7/+9
2008-06-27utils.c (convert): When converting it to a packable version of its type...Eric Botcazou1-6/+36
2008-06-13utils.c (rest_of_record_type_compilation): When computing encodings for the c...Olivier Hainque1-5/+5
2008-06-10utils.c (create_subprog_decl): If this is for the 'main' entry point accordin...Olivier Hainque1-1/+12
2008-06-06ada-tree.h (DECL_PARALLEL_TYPE): New language specific attribute...Nicolas Setton1-0/+26
2008-06-03Makefile.in (common_tools): Fix typos in $(exeext) extension.Ralf Wildenhues1-1/+1
2008-05-26gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.Eric Botcazou1-2/+2
2008-05-23utils.c (handle_type_generic_attribute): Adjust to accept fixed arguments bef...Eric Botcazou1-2/+11
2008-05-13re PR ada/24880 (infinite loop on conversion of integer type with size clause)Eric Botcazou1-1/+25
2008-05-12* utils2.c (known_alignment, contains_save_expr_p)Tomas Bily1-3/+2
2008-05-08utils.c (handle_pure_attribute, [...]): Rename DECL_IS_PURE to DECL_PURE_P.Andreas Schwab1-3/+3
2008-05-03decl.c (maybe_pad_type): Try to get a form of the type with integral mode eve...Eric Botcazou1-7/+21
2008-04-21Access to most C builtins from AdaOlivier Hainque1-68/+709
2008-04-20decl.c (gnat_to_gnu_entity): Also promote the alignment of constant objects, ...Eric Botcazou1-1/+1
2008-04-18gigi.h (create_var_decl_1): Declare.Eric Botcazou1-42/+10
2008-04-13sfn_scan.adb, [...]: Fix comment typos.Ralf Wildenhues1-4/+4
2008-04-09decl.c (validate_size): Set minimum size for fat pointers same as access types.Doug Rupp1-0/+12
2008-04-08gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.Eric Botcazou1-0/+21
2008-04-08decl.c (prepend_attributes): Fix typo.Eric Botcazou1-3/+3
2008-04-08decl.c (gnat_to_gnu_entity): If -gnatd.a and not optimizing alignment for spa...Eric Botcazou1-24/+57
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-8/+5
2008-04-06decl.c (rest_of_type_decl_compilation_no_defer): New local function used to p...Eric Botcazou1-2/+11
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-11/+0
2008-03-08lang.opt (nostdlib): Move around.Eric Botcazou1-13/+13
2008-03-08utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently aligned bi...Eric Botcazou1-10/+44
2008-03-07decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.Eric Botcazou1-3/+3
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou1-10/+0
2008-01-17tree.c (substitute_in_expr): Add missing 'break'.Eric Botcazou1-3/+3
2008-01-13* trans.c (call_to_gnu):Invoke the addressable_p predicate onlyEric Botcazou1-2/+2
2008-01-13utils.c (aggregate_type_contains_array_p): New predicate.Eric Botcazou1-2/+36
2008-01-12re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)Eric Botcazou1-8/+3
2007-12-19utils.c (create_var_decl_1): call rest_of_decl_compilation only for global va...Tristan Gingold1-1/+4
2007-12-07re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)Olivier Hainque1-5/+18
2007-12-06decl.c (make_packable_type): Revert last change.Eric Botcazou1-2/+5
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther1-4/+4
2007-11-19re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou1-10/+0
2007-09-27Mapped location supportEric Botcazou1-2/+0
2007-09-21utils.c (type_for_nonaliased_component_p): Return false for all AGGREGATE_TYPEs.Olivier Hainque1-4/+16
2007-09-12re PR ada/26797 (ACATS cxh1001 fails)Eric Botcazou1-15/+12
2007-09-11tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIAS...Eric Botcazou1-9/+22
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-09-03Make-lang.in: Change copyright header to refer to version 3 of the GNU Genera...Nick Clifton1-5/+4
2007-08-16sem_res.adb (Comes_From_Predefined_Lib_Unit): New.Hristian Kirtchev1-1/+1
2007-08-14re PR ada/19037 (constant renaming creates new constant)Olivier Hainque1-83/+48
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-06-10decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...Duncan Sands1-46/+35