aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2015-11-30* gcc-interface/trans.c (gigi): Fix initialization order.Eric Botcazou1-9/+10
2015-11-30gigi.h (create_var_decl): Adjust prototype.Eric Botcazou4-152/+160
2015-11-30gigi.h (is_simple_additive_expression): Declare.Eric Botcazou3-33/+120
2015-11-30* gcc-interface/utils2.c (gnat_invariant_expr): Add type conversions.Eric Botcazou1-1/+3
2015-11-30ada-tree.h (TYPE_MAX_ALIGN): New macro.Eric Botcazou4-66/+53
2015-11-29re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu)Matthias Klose1-47/+4
2015-11-28re PR ada/68564 (Ada fails to bootstrap on sparc64-linux-gnu)Matthias Klose1-1/+1
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationsPierre-Marie de Rodat1-0/+7
2015-11-24decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...Eric Botcazou2-10/+55
2015-11-24trans.c (gnat_to_gnu): In type_annotate_only mode, do not build a NULL_EXPR f...Eric Botcazou1-0/+1
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 Hainque3-34/+41
2015-11-18trans.c (elaborate_all_entities_for_package): New function extracted from...Eric Botcazou1-29/+73
2015-11-18ada-tree.h (DECL_INVARIANT_P): New macro.Eric Botcazou6-316/+359
2015-11-18misc.c: Move global variables to the top of the file.Eric Botcazou1-28/+35
2015-11-18decl.c (gnat_to_gnu_entity): Use case #1 for the renaming of an address.Eric Botcazou1-2/+3
2015-11-18trans.c (fold_constant_decl_in_expr): If the index is not itself constant the...Eric Botcazou1-0/+3
2015-11-18Minor code clean ups.Arnaud Charlet1-11/+9
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+2
2015-11-13Minor clean up.Arnaud Charlet1-0/+1
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-12trans.c (gnat_to_gnu): Do not materialize renamed subprograms if only annotat...Eric Botcazou2-3/+4
2015-11-12decl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes to describe the subpr...Arnaud Charlet5-5/+77
2015-11-11decl.c: Remove unused header files.Andrew MacLeod5-31/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou5-23/+128
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod5-50/+27
2015-10-24utils2.c (build_binary_op): Tweak formatting.Eric Botcazou1-6/+6
2015-10-23[multiple changes]Arnaud Charlet1-0/+1
2015-10-23utils2.c (build_call_alloc_dealloc): Check no implicit task and protected obj...Tristan Gingold1-2/+7
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and AdaMikhail Maltsev4-23/+16
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-9/+9
2015-10-20Update targets.Arnaud Charlet1-7/+75
2015-10-16Make-lang.in: Update dependenciesArnaud Charlet1-3/+3
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+24
2015-10-09Make-lang.in: Make sure that GNAT1_OBJS and not just GNAT1_ADA_OBJS are compi...Eric Botcazou1-1/+1
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford1-2/+2
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford1-4/+4
2015-10-02lang.opt (fbuiltin-printf): Accept.Doug Rupp3-7/+16
2015-10-02trans.c (Pragma_to_gnu): Replace linear search with call to find_opt and issu...Eric Botcazou1-9/+16
2015-10-02ada-tree.h (DECL_RESTRICTED_ALIASING_P): New flag.Eric Botcazou3-6/+110
2015-10-02trans.c (find_loop_for): Use FOR_EACH_VEC_ELT_REVERSE.Eric Botcazou1-7/+6
2015-09-30More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanupThomas Schwinge1-8/+0
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-0/+7
2015-09-17* gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE_EFFECTS.Eric Botcazou1-17/+20
2015-09-14misc.c (gnat_post_options): Issue a warning if generating STABS debugging inf...Pierre-Marie de Rodat1-0/+7
2015-09-14gigi.h (ref_filename): Delete.Eric Botcazou6-253/+168
2015-09-14utils2.c (gnat_rewrite_reference): Add another acceptable pattern for the RHS.Eric Botcazou1-1/+3
2015-07-24re PR other/66259 (Combined gcc and binutils build from git-master fails, wit...Jeff Law1-1/+1