aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-12utils.c (process_attributes): Pass string pointer directly to set_decl_sectio...Jan Hubicka1-1/+1
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-3/+1
2014-06-09utils.c (process_attributes): Use set_decl_section_name accessor.Jan Hubicka1-3/+3
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-3/+3
2014-05-22Cosmetic fixes for DEF_FUNCTION_TYPE_* macros.Thomas Schwinge1-4/+10
2014-05-18utils.c (gnat_write_global_declarations): Adjust the flags put on dummy_global.Eric Botcazou1-1/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-0/+1
2014-04-15decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Eric Botcazou1-2/+6
2014-04-15utils.c (type_for_vector_element_p): New predicate.Eric Botcazou1-122/+118
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-18/+5
2014-04-14opt.ads (Suppress_Back_Annotation): Remove as unused.Eric Botcazou1-2/+2
2014-01-25utils.c (convert_to_fat_pointer): Un-obfuscate the conversion from a thin poi...Eric Botcazou1-24/+33
2014-01-20decl.c (gnat_to_gnu_entity): Tidy up.Eric Botcazou1-30/+49
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-19/+19
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-15/+15
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-19utils.c (scale_by_factor_of): New function.Eric Botcazou1-56/+64
2013-10-19utils.c (gnat_set_type_context): New function.Eric Botcazou1-3/+19
2013-10-11target.c: New file.Jakub Jelinek1-0/+6
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-1/+1
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou1-20/+7
2013-05-26gigi.h (create_type_decl): Adjust prototype.Eric Botcazou1-53/+48
2013-05-26gigi.h (make_aligning_type): Adjust prototype.Eric Botcazou1-3/+4
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou1-7/+23
2013-02-06Revert previous change, unintended.Arnaud Charlet1-23/+7
2013-02-06[multiple changes]Arnaud Charlet1-7/+23
2012-12-15re PR ada/53996 (format string issue in gcc-interface/utils.c)Eric Botcazou1-1/+1
2012-11-28Fix date and trailing space in previous commit.Eric Botcazou1-1/+1
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-35/+43
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-52/+56
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-1/+1
2012-10-22utils.c (rest_of_record_type_compilation): Simplify and robustify pattern mac...Eric Botcazou1-10/+14
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-7/+4
2012-08-19layout.adb (Set_Elem_Alignment): Cap the alignment of access types to that of...Eric Botcazou1-1/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-07-03utils.c (gnat_pushdecl): Set TYPE_CONTEXT for types attached to a TYPE_DECL.Eric Botcazou1-1/+6
2012-06-15re PR ada/53592 (ICE on assignment to component of vector_type)Eric Botcazou1-14/+0
2012-06-11decl.c (gnat_to_gnu_entity): Convert GNU_SIZE to units before invoking alloca...Eric Botcazou1-1/+1
2012-06-11decl.c (gnat_to_gnu_entity): Do not specifically deal with external constants...Eric Botcazou1-4/+4
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-2/+0
2012-05-20utils.c (gnat_write_global_declarations): Put a name on the dummy global vari...Eric Botcazou1-1/+5
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+5
2012-05-06gigi.h (make_packable_type): Declare.Eric Botcazou1-37/+739