aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
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 Botcazou1-63/+56
2015-11-30gigi.h (is_simple_additive_expression): Declare.Eric Botcazou1-19/+61
2015-11-24decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...Eric Botcazou1-6/+13
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-23opt.ads (Exception_Mechanism): Now three values: Front_End_SJLJ, Back_End_SJL...Olivier Hainque1-25/+26
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 Botcazou1-136/+217
2015-11-18trans.c (fold_constant_decl_in_expr): If the index is not itself constant the...Eric Botcazou1-0/+3
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+2
2015-11-12trans.c (gnat_to_gnu): Do not materialize renamed subprograms if only annotat...Eric Botcazou1-2/+3
2015-11-12decl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes to describe the subpr...Arnaud Charlet1-2/+39
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-13/+8
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and AdaMikhail Maltsev1-5/+6
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-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 Botcazou1-0/+90
2015-10-02trans.c (find_loop_for): Use FOR_EACH_VEC_ELT_REVERSE.Eric Botcazou1-7/+6
2015-09-17* gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE_EFFECTS.Eric Botcazou1-17/+20
2015-09-14gigi.h (ref_filename): Delete.Eric Botcazou1-117/+81
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-26trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...Eric Botcazou1-2/+8
2015-06-26trans.c (loop_info_d): Add low_bound...Eric Botcazou1-18/+69
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-19gigi.h (record_builtin_type): Adjust comment.Eric Botcazou1-54/+53
2015-06-19decl.c (gnat_to_gnu_entity): Make sure the size of a padding type built aroun...Eric Botcazou1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09misc.c: Remove duplicate include directives.Eric Botcazou1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03trans.c (gnat_to_gnu): Fix typo in latest change.Eric Botcazou1-1/+1
2015-06-01trans.c (lvalue_required_p): Deal with character and enumeration literals as ...Eric Botcazou1-5/+8
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou1-25/+25
2015-05-27trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...Eric Botcazou1-0/+4
2015-05-26trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...Eric Botcazou1-1/+2
2015-05-26trans.c (gnat_to_gnu): Really force evaluation of the expression...Eric Botcazou1-22/+15
2015-05-26trans.c (Attribute_to_gnu): Do not apply extra-precision trick to literals.Eric Botcazou1-2/+3
2015-05-26ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou1-21/+46
2015-05-26gigi.h (gnat_stabilize_reference): Adjust prototype.Eric Botcazou1-15/+6
2015-05-25targtyps.c (get_float_words_be): Rename into...Eric Botcazou1-7/+4
2015-05-25decl.c (gnat_to_gnu_entity): Minor tweak.Eric Botcazou1-7/+8
2015-05-25gigi.h (build_atomic_load): Adjust prototype.Eric Botcazou1-70/+216
2015-05-25ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...Eric Botcazou1-31/+35
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-04-08decl.c (gnat_to_gnu_entity): Do not make a function returning an unconstraine...Eric Botcazou1-1/+2
2015-03-26* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Deref>: New case.Eric Botcazou1-0/+12
2015-03-20re PR ada/65451 (compiler crash on volatile access type)Eric Botcazou1-28/+1