aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-6/+6
2014-08-01[multiple changes]Arnaud Charlet6-32/+351
2014-08-01fe.h (GNAT_Mode): New.Arnaud Charlet1-1/+2
2014-08-01[multiple changes]Arnaud Charlet3-21/+35
2014-08-01ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.Arnaud Charlet7-1518/+198
2014-08-01[multiple changes]Arnaud Charlet3-69/+38
2014-08-01[multiple changes]Arnaud Charlet5-40/+80
2014-08-01[multiple changes]Arnaud Charlet2-9/+2
2014-08-01[multiple changes]Arnaud Charlet1-1/+0
2014-08-01* gcc-interface/decl.c, gcc-interface/trans.c: Remove VMS handling.Robert Dewar2-16/+7
2014-07-31utils.c (lookup_and_insert_pad_type): New function extracted from...Eric Botcazou2-28/+39
2014-07-31(gnatlib-shared-vms): Remove.Arnaud Charlet1-29/+0
2014-07-31trans.c, misc.c: Remove references to VMS.Arnaud Charlet2-62/+32
2014-07-31utils2.c ((build_binary_op): Don't set TREE_THIS_NOTRAP on array references h...Eric Botcazou1-1/+0
2014-07-31misc.c (gnat_init_gcc_fp(): Set flag_errno_math to 0.Doug Rupp1-0/+5
2014-07-31decl.c, [...]: Add handling of Inline_Always pragma.Javier Miranda2-27/+53
2014-07-31[multiple changes]Arnaud Charlet2-3/+37
2014-07-31* gcc-interface/Makefile.in (s-traceb.o): Adjust rules.Bob Duff1-4/+5
2014-07-30[multiple changes]Arnaud Charlet1-0/+5
2014-07-30Clean up.Arnaud Charlet1-7/+0
2014-07-30decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Pierre-Marie de Rodat3-6/+44
2014-07-30[multiple changes]Arnaud Charlet1-143/+108
2014-07-30[multiple changes]Arnaud Charlet1-38/+86
2014-07-24ADA fixed for symtab_node issues.Martin Liska2-3/+3
2014-07-18decl.c, [...] (Is_Packed_Array_Type): Renamed Is_Packed_Array_Impl_Type.Arnaud Charlet3-28/+32
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-18trans.c (Subprogram_Body_to_gnu): Rework comment and set function_start_locus.Eric Botcazou1-3/+5
2014-05-18utils.c (gnat_write_global_declarations): Adjust the flags put on dummy_global.Eric Botcazou1-1/+2
2014-05-18decl.c (change_qualified_type): New static function.Eric Botcazou1-49/+48
2014-05-18fe.h (Set_Present_Expr): Move around.Eric Botcazou1-2/+1
2014-05-18decl.c (gnat_to_gnu_entity): Use Underlying_Type in lieu of more verbose cons...Eric Botcazou2-28/+8
2014-05-18decl.c (gnat_to_gnu_entity): Do not consider that regular packed arrays can n...Eric Botcazou1-2/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders4-20/+16
2014-05-14decl.c (gnat_to_gnu_entity): Convert integer_one_node to the appropriate type.Richard Sandiford2-3/+7
2014-05-13* gcc-interface/decl.c (annotate_value): Fix thinko in latest change.Eric Botcazou1-5/+6
2014-05-06Merge in wide-int.Kenneth Zadeck3-8/+9
2014-04-28Enable ada for aarch64-linuxRichard Henderson1-0/+38
2014-04-28exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix, add 'Suf...Eric Botcazou3-30/+28
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-0/+1
2014-04-23RevertEric Botcazou4-61/+21
2014-04-22Add ada configuration for aarch64-linuxRichard Henderson1-0/+38
2014-04-22fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.Eric Botcazou3-22/+23
2014-04-15* gcc-interface/trans.c (Case_Statement_to_gnu): Revert latest change.Eric Botcazou1-12/+17
2014-04-15decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Eric Botcazou3-122/+179
2014-04-15utils.c (type_for_vector_element_p): New predicate.Eric Botcazou1-122/+118