aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2020-12-07Housekeeping work in gigiEric Botcazou2-5/+4
2020-12-07Fix internal error on library-level type extended locallyEric Botcazou1-2/+5
2020-12-07Fix assembler name collisionEric Botcazou2-1/+5
2020-12-07Fix oversight in earlier changeEric Botcazou1-0/+1
2020-12-07Fix corner case issue with discriminated record typeEric Botcazou1-4/+14
2020-12-07Fix problematic conversion to boolean typeEric Botcazou1-7/+9
2020-11-30[Ada] Remove all ^L charactersArnaud Charlet2-3/+3
2020-11-30[Ada] Enable checks on runtime by defaultArnaud Charlet1-1/+1
2020-11-20configury: Fix up --enable-link-serialization supportJakub Jelinek1-3/+3
2020-11-19Enhance debug info for fixed-point typesEric Botcazou2-45/+12
2020-11-18configury: --enable-link-serialization supportJakub Jelinek1-2/+6
2020-11-11Remove superfluous call to Base_TypeEric Botcazou5-103/+101
2020-11-11Fix biased integer arithmeticEric Botcazou1-0/+5
2020-11-11Fix segfault on elaboration of empty 1-element array at -OEric Botcazou1-42/+7
2020-11-11Fix internal error on chain of constants with -gnatcEric Botcazou1-4/+7
2020-11-11Fix internal error with Shift_Right operator on signed typeEric Botcazou2-1/+3
2020-11-07Fix Ada build failure for the SuSE PowerPC64/Linux compilerEric Botcazou1-1/+6
2020-11-07Ada : Fix bootstrap after r11-4793.Iain Sandoe1-1/+1
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou2-22/+28
2020-10-22Implement no_stack_protector attribute.Martin Liska1-1/+30
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-1/+3
2020-10-19[Ada] Implement initialization of CUDA runtimeGhjuvan Lacambre1-0/+1
2020-10-16[Ada] Clean up in system.ads dependencies during compiler buildArnaud Charlet2-5/+190
2020-09-28Add missing end location informationEric Botcazou1-6/+5
2020-09-28Fix bogus alignment warning on address clauseEric Botcazou1-8/+20
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-1/+2
2020-09-12Add preliminary support for 128-bit integer typesEric Botcazou5-2/+39
2020-09-12Fix small inconsistency in new predicateEric Botcazou1-6/+2
2020-09-12Minor tweak to line debug infoEric Botcazou1-0/+6
2020-09-12Accept absolute address clause for array of UNC nominal subtypeEric Botcazou1-0/+13
2020-09-11Fix ICE on nested packed variant record typeEric Botcazou1-5/+32
2020-09-11Add missing stride entry in debug infoEric Botcazou1-0/+4
2020-09-11Drop GNAT encodings for fixed-point typesEric Botcazou1-3/+2
2020-09-11Fix crash on array component with nonstandard index typeEric Botcazou1-6/+6
2020-09-10Fix bogus error on Value_Size clause for variant record typeEric Botcazou1-2/+4
2020-09-10Fix uninitialized variable with nested variant record typesEric Botcazou1-5/+9
2020-09-10Add emergency dump after an ICEEric Botcazou1-0/+4
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-07-02Reject components in extensions overlapping with the parentEric Botcazou1-6/+6
2020-06-23Remove superfluous spaceEric Botcazou1-1/+1
2020-06-23Fix memory corruption with vector and variant recordEric Botcazou1-6/+12
2020-06-23Emit debug info for integral variables firstEric Botcazou1-17/+25
2020-06-23Minor tweak to elaborate_expression_1Eric Botcazou1-4/+13
2020-06-23Streamline implementation of renaming in gigiEric Botcazou4-119/+66
2020-06-23Minor cleanup in elaborate_expressionEric Botcazou1-2/+2
2020-06-23Emit user subtypes with -fgnat-encodings=minimalEric Botcazou1-12/+7
2020-06-23Minor adjustment in assignment caseEric Botcazou1-4/+3
2020-06-19[Ada] Remove handling of 'Pos and 'Val attributes from gigiEric Botcazou2-14/+1
2020-06-19[Ada] Consolidate handling of implicit dereferencesEric Botcazou2-55/+27
2020-06-19[Ada] AI12-0028-1 Import of variadic C functionsEric Botcazou4-36/+130