aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Come up with startswith function.Martin Liska1-2/+1
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou4-43/+26
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou3-11/+10
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou1-1/+1
2021-05-07[Ada] Variable-sized node typesBob Duff5-44/+67
2021-05-05[Ada] Speed up enumeration'Value with perfect hash functionPiotr Trojanek1-1/+1
2021-05-05[Ada] Implement tiered support for floating-point output operationsEric Botcazou1-4/+4
2021-05-04[Ada] Assert_Failure vs Assertion_ErrorArnaud Charlet3-0/+104
2021-05-03[Ada] Update copyright noticeArnaud Charlet13-13/+13
2021-04-28Avoid creating useless local bounds around callsEric Botcazou3-21/+64
2021-04-28Get rid of useless temporary for call to pure functionEric Botcazou1-9/+85
2021-04-28Fix loss of optimization of array iteration due to inliningEric Botcazou2-58/+87
2021-04-13Further increase the limit on the size of accepted Ada filesEric Botcazou2-39/+26
2021-03-10Fix ICE on atomic enumeration type with LTOEric Botcazou1-0/+4
2021-02-03Fix regression with partial rep clause on variant record typeEric Botcazou2-37/+79
2021-02-03Assorted LTO fixes for AdaEric Botcazou2-7/+22
2021-01-26Fix PR ada/98228Eric Botcazou1-1/+1
2021-01-25Fix internal error on extension with interface at -O2Eric Botcazou2-16/+20
2021-01-19Fix PR ada/98740Eric Botcazou1-5/+6
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