aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12[Ada] Use GNAT encodings only when -fgnat-encodings=all is specifiedEric Botcazou1-4/+4
2021-07-09Missing piece in earlier changeEric Botcazou1-3/+0
2021-06-28ada: Add support for per-location warning groups.Martin Sebor1-1/+2
2021-05-21Remove discriminant checks in gigiEric Botcazou1-1/+1
2021-05-21Consistently generate debug info for elaboration variablesEric Botcazou1-1/+1
2021-05-21Replace ? with ?? in warning messagesGhjuvan Lacambre1-2/+2
2021-05-21Use EXACT_DIV_EXPR as much as possibleEric Botcazou1-13/+12
2021-05-10Come up with startswith function.Martin Liska1-2/+1
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-02-03Fix regression with partial rep clause on variant record typeEric Botcazou1-19/+20
2021-02-03Assorted LTO fixes for AdaEric Botcazou1-2/+7
2021-01-26Fix PR ada/98228Eric Botcazou1-1/+1
2021-01-25Fix internal error on extension with interface at -O2Eric Botcazou1-6/+6
2020-12-07Fix assembler name collisionEric Botcazou1-1/+1
2020-12-07Fix problematic conversion to boolean typeEric Botcazou1-7/+9
2020-11-11Remove superfluous call to Base_TypeEric Botcazou1-31/+31
2020-11-11Fix internal error with Shift_Right operator on signed typeEric Botcazou1-1/+1
2020-10-22Implement no_stack_protector attribute.Martin Liska1-1/+30
2020-09-12Add preliminary support for 128-bit integer typesEric Botcazou1-1/+1
2020-09-11Fix ICE on nested packed variant record typeEric Botcazou1-5/+32
2020-06-23Emit debug info for integral variables firstEric Botcazou1-17/+25
2020-06-19[Ada] Remove handling of 'Pos and 'Val attributes from gigiEric Botcazou1-1/+1
2020-06-19[Ada] AI12-0028-1 Import of variadic C functionsEric Botcazou1-1/+2
2020-05-25Change description of fat pointertype with -fgnat-encodings=minimalEric Botcazou1-7/+4
2020-05-12Fix incorrect scalar storage order handlingEric Botcazou1-5/+10
2020-05-09Update copyright yearEric Botcazou1-1/+1
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou1-35/+17
2020-05-09Small housekeeping work in gigiEric Botcazou1-4/+2
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou1-8/+110
2019-12-03re PR bootstrap/92783 (SEGV in field_byte_offset)Eric Botcazou1-7/+7
2019-12-03utils.c (potential_alignment_gap): Delete.Eric Botcazou1-62/+28
2019-12-03utils.c (fold_convert_size): New function.Eric Botcazou1-7/+15
2019-10-11decl.c (gnat_to_gnu_entity): New case to deal with the definition of named nu...Eric Botcazou1-6/+9
2019-10-04Mark C2x built-in functions as such.Joseph Myers1-0/+1
2019-09-23trans.c (Regular_Loop_to_gnu): Do not rotate the loop if -Og is enabled.Eric Botcazou1-1/+1
2019-08-30gigi.h (aggregate_type_contains_array_p): Declare.Eric Botcazou1-31/+38
2019-08-30utils.c (build_template): Deal with parameters passed by pointer to component...Eric Botcazou1-13/+16
2019-06-29utils.c (unchecked_convert): Tweak comment.Eric Botcazou1-5/+32
2019-06-29decl.c (gnat_to_gnu_entity): If the type requires strict alignment, then set ...Eric Botcazou1-14/+14
2019-06-29expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t...Eric Botcazou1-20/+65
2019-06-24utils.c (handle_nonnull_attribute): Quote attribute name.Martin Sebor1-7/+8
2019-05-28* gcc-interface/utils.c (handle_stack_protect_attribute): Move around.Eric Botcazou1-16/+16
2019-05-28implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...Eric Botcazou1-11/+235
2019-05-28decl.c (components_to_record): Set a name on the type created for the REP par...Eric Botcazou1-19/+19
2019-05-28utils.c (gnat_internal_attribute_table): Add support for stack_protect attrib...Eric Botcazou1-0/+19
2019-05-27ada-builtin-types.def: New file.Eric Botcazou1-1/+10
2019-05-27utils.c (maybe_pad_type): Issue the warning for the specific case of componen...Eric Botcazou1-5/+5
2019-02-08trans.c (gnat_to_gnu): Minor tweak.Eric Botcazou1-16/+29
2019-02-08utils.c (max_size): Be prepared for an operand with VOID_TYPE.Eric Botcazou1-4/+11
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou1-50/+114