aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11009/+0
2022-01-10[Ada] Fix bogus error on call to subprogram with incomplete profileEric Botcazou1-2/+29
2022-01-10[Ada] Make pragma Inspection_Point work for constantsEric Botcazou1-0/+17
2022-01-07[Ada] Fix inconsistent quoting in messages about compile-time errorsPiotr Trojanek1-1/+1
2021-12-02[Ada] Fix oversight in minor cleanupEric Botcazou1-15/+15
2021-11-10[Ada] Minor cleanup in translation of calls to subprogramsEric Botcazou1-48/+52
2021-10-20[Ada] Rewrite tests on Convention_IntrinsicEric Botcazou1-1/+1
2021-10-11[Ada] Tweak the warning about missing local raisesEric Botcazou1-3/+6
2021-10-05[Ada] Plug small loophole with boolean valuesEric Botcazou1-0/+1
2021-10-05[Ada] Do not unconditionally inline expression functions with -gnatd.8Eric Botcazou1-1/+1
2021-10-05[Ada] Fix latent bug in set_end_locus_from_nodeBob Duff1-1/+6
2021-09-23[Ada] Cleanup and efficiency improvementsBob Duff1-2/+2
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff1-2/+2
2021-08-11Ada: Remove debug line number for DECL_IGNORED_P functionsBernd Edlinger1-1/+3
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-1/+1
2021-07-08[Ada] Remove Unknown_ functionsBob Duff1-3/+3
2021-06-28ada: Add support for per-location warning groups.Martin Sebor1-2/+2
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-4/+4
2021-05-21Detect illegal conditions in Raise_xxx_Error nodesPiotr Trojanek1-1/+6
2021-05-21Replace ? with ?? in warning messagesGhjuvan Lacambre1-11/+11
2021-05-21Fix segfault at run time on strict-alignment platformsEric Botcazou1-1/+5
2021-05-21Fix spurious No_Elaboration violation for Size attributeEric Botcazou1-28/+30
2021-05-21Fix incorrect SLOC on instructionEric Botcazou1-2/+4
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou1-13/+11
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou1-3/+3
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou1-1/+1
2021-05-07[Ada] Variable-sized node typesBob Duff1-6/+6
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-28Avoid creating useless local bounds around callsEric Botcazou1-1/+33
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 Botcazou1-58/+76
2021-04-13Further increase the limit on the size of accepted Ada filesEric Botcazou1-39/+23
2021-01-25Fix internal error on extension with interface at -O2Eric Botcazou1-10/+14
2021-01-19Fix PR ada/98740Eric Botcazou1-5/+6
2020-12-07Fix internal error on library-level type extended locallyEric Botcazou1-2/+5
2020-12-07Fix assembler name collisionEric Botcazou1-0/+4
2020-12-07Fix corner case issue with discriminated record typeEric Botcazou1-4/+14
2020-11-30[Ada] Remove all ^L charactersArnaud Charlet1-1/+1
2020-11-11Remove superfluous call to Base_TypeEric Botcazou1-36/+34
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 with Shift_Right operator on signed typeEric Botcazou1-0/+2
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou1-2/+2
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-1/+3
2020-09-28Add missing end location informationEric Botcazou1-6/+5
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 Botcazou1-0/+22
2020-09-12Fix small inconsistency in new predicateEric Botcazou1-6/+2
2020-09-12Minor tweak to line debug infoEric Botcazou1-0/+6
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2