aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30gigi.h (create_var_decl): Adjust prototype.Eric Botcazou1-59/+64
2015-11-30ada-tree.h (TYPE_MAX_ALIGN): New macro.Eric Botcazou1-44/+38
2015-11-24decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...Eric Botcazou1-4/+42
2015-11-24decl.c (is_cplusplus_method): Check that the type of the first parameter (ind...Eric Botcazou1-4/+19
2015-11-23opt.ads (Exception_Mechanism): Now three values: Front_End_SJLJ, Back_End_SJL...Olivier Hainque1-4/+5
2015-11-18ada-tree.h (DECL_INVARIANT_P): New macro.Eric Botcazou1-7/+11
2015-11-18decl.c (gnat_to_gnu_entity): Use case #1 for the renaming of an address.Eric Botcazou1-2/+3
2015-11-12sem_ch13.adb (Analyze_Attribute_Definition_Clause): For a variable, if this i...Eric Botcazou1-15/+12
2015-11-12einfo.ads (Overlays_Constant): Document usage for E_Constant.Eric Botcazou1-8/+0
2015-11-12decl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes to describe the subpr...Arnaud Charlet1-0/+29
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-4/+45
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-8/+5
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and AdaMikhail Maltsev1-3/+1
2015-10-02ada-tree.h (DECL_RESTRICTED_ALIASING_P): New flag.Eric Botcazou1-6/+5
2015-09-14gigi.h (ref_filename): Delete.Eric Botcazou1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-26gigi.h (create_var_decl_1): Rename into...Eric Botcazou1-10/+10
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-9/+3
2015-06-19gigi.h (record_builtin_type): Adjust comment.Eric Botcazou1-73/+45
2015-06-19decl.c (gnat_to_gnu_entity): Make sure the size of a padding type built aroun...Eric Botcazou1-4/+15
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-06utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou1-1/+1
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-0/+7
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-04decl.c (gnat_to_gnu_entity): If processing a definition...Pierre-Marie de Rodat1-1/+2
2015-06-01decl.c (gnat_to_gnu_entity): Replace pointer types with references ones for f...Pierre-Marie de Rodat1-2/+2
2015-06-01decl.c (gnat_to_gnu_entity): For a definition of a type coming from a limited...Eric Botcazou1-3/+10
2015-06-01decl.c (gnat_to_gnu_entity): If the record has a parent field and a represent...Eric Botcazou1-0/+6
2015-06-01gigi.h (build_simple_component_ref): Declare.Eric Botcazou1-23/+62
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou1-1/+2
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou1-76/+97
2015-05-27decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the obj...Eric Botcazou1-9/+4
2015-05-26ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou1-81/+97
2015-05-26gigi.h (gnat_stabilize_reference): Adjust prototype.Eric Botcazou1-122/+73
2015-05-25targtyps.c (get_float_words_be): Rename into...Eric Botcazou1-7/+7
2015-05-25decl.c (elaborate_expression): Take a const string suffix instead of a tree.Eric Botcazou1-63/+59
2015-05-25decl.c (gnat_to_gnu_entity): Move around.Eric Botcazou1-84/+79
2015-05-25decl.c (gnat_to_gnu_entity): Minor tweak.Eric Botcazou1-2/+2
2015-05-25gigi.h (build_atomic_load): Adjust prototype.Eric Botcazou1-53/+55
2015-05-25ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...Eric Botcazou1-17/+9
2015-04-08decl.c (gnat_to_gnu_entity): Do not make a function returning an unconstraine...Eric Botcazou1-8/+12
2015-03-16decl.c (is_from_limited_with_of_main): New predicate.Eric Botcazou1-10/+27
2015-03-16decl.c (gnat_to_gnu_entity): Do not short-circuit the regular handling.Eric Botcazou1-2/+4
2015-02-20Makefile.in: Remove references to nucleus.Arnaud Charlet1-1/+6
2015-02-20[multiple changes]Arnaud Charlet1-9/+21
2015-02-08decl.c (gnat_to_gnu_param): Do not strip the padding if the parameter either ...Eric Botcazou1-4/+6
2015-02-08decl.c (is_cplusplus_method): Use Is_Primitive flag to detect primitive opera...Eric Botcazou1-4/+5