aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou1-1/+15
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou1-32/+30
2015-05-26ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou1-33/+0
2015-05-25utils.c (maybe_pad_type): Do not apply adjustment to original size for elemen...Eric Botcazou1-1/+1
2015-05-25targtyps.c (get_float_words_be): Rename into...Eric Botcazou1-2/+2
2015-05-25decl.c (gnat_to_gnu_entity): Minor tweak.Eric Botcazou1-5/+3
2015-05-25ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...Eric Botcazou1-17/+14
2015-05-09utils.c (gnat_write_global_declarations): Use type_decl method instead of glo...Eric Botcazou1-1/+1
2015-03-20re PR ada/65451 (compiler crash on volatile access type)Eric Botcazou1-14/+16
2015-03-02utils.c (gnat_pushdecl): For non-artificial pointer types...Pierre-Marie de Rodat1-30/+47
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-19/+16
2015-02-23Fix number of arguments parameter in Ada DEF_FUNCTION_TYPE_*.Thomas Schwinge1-2/+2
2015-02-08utils.c (begin_subprog_body): Assert that the body is present in the same con...Eric Botcazou1-0/+5
2015-01-16Bump copyright yearEric Botcazou1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+18
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