Add preliminary support for 128-bit integer types
[gcc.git] / gcc / ada / gcc-interface / trans.c
2020-09-12 Eric BotcazouAdd preliminary support for 128-bit integer types
2020-09-12 Eric BotcazouFix small inconsistency in new predicate
2020-09-12 Eric BotcazouMinor tweak to line debug info
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-06-23 Eric BotcazouFix memory corruption with vector and variant record
2020-06-23 Eric BotcazouStreamline implementation of renaming in gigi
2020-06-23 Eric BotcazouMinor adjustment in assignment case
2020-06-19 Eric Botcazou[Ada] Remove handling of 'Pos and 'Val attributes from...
2020-06-19 Eric Botcazou[Ada] Consolidate handling of implicit dereferences
2020-06-19 Eric Botcazou[Ada] AI12-0028-1 Import of variadic C functions
2020-06-04 Arnaud Charlet[Ada] Remove OpenACC support
2020-05-25 Eric BotcazouFix wrong assignment to mutable Out parameter of task...
2020-05-12 Eric BotcazouBe prepared for more aggregates in gigi
2020-05-09 Eric BotcazouUpdate copyright year
2020-05-09 Eric BotcazouAdd assertion for access attributes
2020-05-09 Eric BotcazouDo not make a local copy of large aggregate
2020-05-09 Eric BotcazouFix problematic cases of wrapping
2020-05-09 Eric BotcazouAccept qualified aggregates in memset path
2020-05-09 Eric BotcazouSmall housekeeping work in gigi
2020-05-08 Eric BotcazouFix missing information in exception messages with...
2019-12-18 Eric Botcazoutrans.c (Pragma_to_gnu): Push a diagnostics state for...
2019-12-16 Eric Botcazou[Ada] Fully propagate representation aspects through...
2019-12-16 Eric Botcazou[Ada] Fix couple of oversights in the implementation...
2019-12-16 Eric Botcazou[Ada] Implement RM C.6(19) clause entirely in the front-end
2019-12-13 Javier Miranda[Ada] Deallocation of controlled type implementing...
2019-11-25 Eric Botcazoure PR ada/92362 (double elaboration of expression in...
2019-10-11 Eric Botcazoudecl.c (elaborate_reference_1): Specifically deal with...
2019-10-11 Eric Botcazoudecl.c (gnat_to_gnu_entity): New case to deal with...
2019-09-23 Eric Botcazoutrans.c (Regular_Loop_to_gnu): Do not rotate the loop...
2019-09-23 Eric Botcazoutrans.c (gnat_compile_time_expr_list): New variable.
2019-09-23 Eric Botcazoutrans.c (Attribute_to_gnu): Test Can_Use_Internal_Rep...
2019-08-30 Eric Botcazoudecl.c (maybe_saturate_size): New function.
2019-08-30 Eric Botcazouada-tree.h (DECL_FORCED_BY_REF_P): New macro.
2019-08-30 Eric Botcazoutrans.c (gnat_to_gnu): Do not set the location on an...
2019-08-30 Eric Botcazoutrans.c (lvalue_required_p): Adjust GNU_TYPE in the...
2019-08-30 Eric Botcazou* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Size...
2019-08-30 Eric Botcazougigi.h (gigi_checking_assert): New macro.
2019-08-19 Olivier Hainque[Ada] Fix thinko in Acc_Loop_to_gnu
2019-08-13 Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-02 Alexandre Olivarework Ada EH Machine_Occurrence deallocation
2019-07-08 Olivier Hainque[Ada] Arrange not to set DECL_ARTIFICIAL on elab procs
2019-06-29 Eric Botcazoutrans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED...
2019-05-28 Eric Botcazoutrans.c (lvalue_required_for_attribute_p): Return 0...
2019-05-28 Eric Botcazoutrans.c (gnat_to_gnu): Remove superfluous tests on...
2019-05-28 Eric Botcazoutrans.c (walk_nesting_tree): New static function.
2019-05-27 Eric Botcazoutrans.c (Call_to_gnu): Do not initialize the temporary...
2019-05-27 Eric Botcazouada-builtin-types.def: New file.
2019-05-27 Eric Botcazoutrans.c (Identifier_to_gnu): Minor tweaks.
2019-05-27 Eric Botcazoutrans.c (Gigi_Types_Compatible): New predicate.
2019-05-27 Eric Botcazoutrans.c (Call_to_gnu): Use the unpadded type when putti...
2019-05-27 Eric Botcazoutrans.c (gnat_to_gnu): Convert the count to the unsigne...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-02-08 Eric Botcazoutrans.c (gnat_to_gnu): Minor tweak.
2019-02-08 Eric Botcazoutrans.c (elaborate_all_entities): Do not elaborate...
2019-02-08 Eric Botcazoutrans.c (Regular_Loop_to_gnu): Replace tests on individ...
2019-01-27 Eric Botcazourepinfo.adb (List_Component_Layout): Remove superfluous...
2019-01-26 Eric Botcazoutrans.c (Regular_Loop_to_gnu): Use the SLOC of the...
2019-01-26 Eric Botcazoutrans.c (gnat_to_gnu): Use DECL_SIZE_UNIT instead of...
2019-01-26 Eric Botcazoutrans.c (struct loop_info_d): Remove artificial field.
2019-01-26 Eric Botcazoutrans.c (Iterate_Acc_Clause_Arg): Fix formatting.
2019-01-08 Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-14 Eric Botcazoudecl.c (rm_size): Take into account the padding in...
2018-12-11 Eric Botcazou[Ada] Fix -gnatR3 output for dynamically constrained...
2018-12-11 Eric Botcazou[Ada] Complete implementation of RM C.6(19) clause
2018-12-11 Eric Botcazou[Ada] Fix an ICE on instantiated subprogram with -gnatc
2018-12-11 Eric Botcazou[Ada] Almost always inline init. procedure of small...
2018-12-03 Olivier Hainque[Ada] Gigi support for OpenACC pragmas
2018-11-08 Eric Botcazoufe.h (Suppress_Checks): Declare.
2018-10-22 Eric Botcazoutrans.c (Pragma_to_gnu): Use a simple memory constraint...
2018-10-09 Eric Botcazou[Ada] Fix incorrect computation of Component_Size in...
2018-09-28 Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-09-26 Eric Botcazou[Ada] Set Current_Error_Node directly
2018-09-26 Eric Botcazou[Ada] Wrong handling of address clause for limited...
2018-08-21 Eric Botcazou[Ada] Fix spurious error on unchecked conversion on...
2018-07-31 Alexandre OlivaIntroduce instance discriminators
2018-07-17 Eric Botcazou[Ada] Type mismatch warning for imported C++ class
2018-07-07 Eric Botcazougigi.h (add_decl_expr): Adjust prototype.
2018-07-07 Eric Botcazoutrans.c (lvalue_required_p): Remove ALIASED parameter...
2018-05-31 Eric Botcazou[Ada] Remove obsolete code in trans.c
2018-05-31 Eric Botcazou[Ada] Fix wrong value returned for unconstrained packed...
2018-05-31 Eric Botcazou[Ada] Fix internal error on allocator with function...
2018-05-30 Eric Botcazou[Ada] Minor comment addition
2018-05-24 Eric Botcazou[Ada] Minor clean-ups in gigi
2018-03-10 Eric Botcazoutrans.c (node_has_volatile_full_access): Consider only...
2018-03-06 Eric Botcazoutrans.c (convert_with_check): Fix typo in the condition...
2017-12-21 Richard Sandifordpoly_int: get_inner_reference & co.
2017-12-20 Eric Botcazoutrans.c (Loop_Statement_to_gnu): Use IN_RANGE macro.
2017-12-19 Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-14 Eric Botcazoutrans.c (Call_to_gnu): Set DECL_DISREGARD_INLINE_LIMITS...
2017-12-14 Eric Botcazougigi.h (pad_type_has_rm_size): Declare.
2017-12-13 Eric Botcazou* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initi...
2017-12-13 Eric Botcazoutrans.c (process_freeze_entity): Be prepared for a...
2017-11-28 Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-09 Pierre-Marie de... [multiple changes]
2017-10-20 Pierre-Marie de... sem_dim.adb (Analyze_Dimension_Binary_Op): Accept with...
2017-10-09 Pierre-Marie de... [multiple changes]
2017-09-11 Eric Botcazougigi.h (enum standard_datatypes): Minor tweak.
2017-09-09 Eric Botcazoutrans.c (Subprogram_Body_to_gnu): Disregard inlining...
2017-09-09 Eric Botcazoudecl.c (gnat_to_gnu_entity): Only set the TYPE_ALIGN_OK...
next