aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2014-11-24trans.c (push_range_check_info): Replace early test with assertion.Eric Botcazou1-2/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-34/+27
2014-11-05utils.c (create_subprog_decl): Move code dealing with conflicting inlining st...Eric Botcazou1-12/+0
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-6/+6
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-27* gcc-interface/utils.c (create_subprog_decl): Adjust condition.Eric Botcazou1-1/+1
2014-10-27utils.c (create_var_decl_1): For a variable declared in the unit...Eric Botcazou1-28/+35
2014-09-22decl.c (gnat_to_gnu_entity): Adjust comment.Eric Botcazou1-1/+0
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-04[multiple changes]Arnaud Charlet1-5/+40
2014-08-01[multiple changes]Arnaud Charlet1-21/+301
2014-08-01[multiple changes]Arnaud Charlet1-13/+9
2014-08-01ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.Arnaud Charlet1-980/+22
2014-08-01[multiple changes]Arnaud Charlet1-0/+3
2014-07-31utils.c (lookup_and_insert_pad_type): New function extracted from...Eric Botcazou1-27/+38
2014-07-31[multiple changes]Arnaud Charlet1-2/+34
2014-07-30decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Pierre-Marie de Rodat1-1/+32
2014-07-24ADA fixed for symtab_node issues.Martin Liska1-2/+2
2014-07-18decl.c, [...] (Is_Packed_Array_Type): Renamed Is_Packed_Array_Impl_Type.Arnaud Charlet1-1/+2
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