Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -11009/+0 |
2022-01-10 | [Ada] Fix bogus error on call to subprogram with incomplete profile | Eric Botcazou | 1 | -2/+29 |
2022-01-10 | [Ada] Make pragma Inspection_Point work for constants | Eric Botcazou | 1 | -0/+17 |
2022-01-07 | [Ada] Fix inconsistent quoting in messages about compile-time errors | Piotr Trojanek | 1 | -1/+1 |
2021-12-02 | [Ada] Fix oversight in minor cleanup | Eric Botcazou | 1 | -15/+15 |
2021-11-10 | [Ada] Minor cleanup in translation of calls to subprograms | Eric Botcazou | 1 | -48/+52 |
2021-10-20 | [Ada] Rewrite tests on Convention_Intrinsic | Eric Botcazou | 1 | -1/+1 |
2021-10-11 | [Ada] Tweak the warning about missing local raises | Eric Botcazou | 1 | -3/+6 |
2021-10-05 | [Ada] Plug small loophole with boolean values | Eric Botcazou | 1 | -0/+1 |
2021-10-05 | [Ada] Do not unconditionally inline expression functions with -gnatd.8 | Eric Botcazou | 1 | -1/+1 |
2021-10-05 | [Ada] Fix latent bug in set_end_locus_from_node | Bob Duff | 1 | -1/+6 |
2021-09-23 | [Ada] Cleanup and efficiency improvements | Bob Duff | 1 | -2/+2 |
2021-09-21 | [Ada] Clean up uses of Esize and RM_Size | Bob Duff | 1 | -2/+2 |
2021-08-11 | Ada: Remove debug line number for DECL_IGNORED_P functions | Bernd Edlinger | 1 | -1/+3 |
2021-07-12 | [Ada] Clean up Uint fields | Bob Duff | 1 | -1/+1 |
2021-07-08 | [Ada] Remove Unknown_ functions | Bob Duff | 1 | -3/+3 |
2021-06-28 | ada: Add support for per-location warning groups. | Martin Sebor | 1 | -2/+2 |
2021-06-15 | [Ada] Rename Ada 202* to Ada 2022 | Arnaud Charlet | 1 | -4/+4 |
2021-05-21 | Detect illegal conditions in Raise_xxx_Error nodes | Piotr Trojanek | 1 | -1/+6 |
2021-05-21 | Replace ? with ?? in warning messages | Ghjuvan Lacambre | 1 | -11/+11 |
2021-05-21 | Fix segfault at run time on strict-alignment platforms | Eric Botcazou | 1 | -1/+5 |
2021-05-21 | Fix spurious No_Elaboration violation for Size attribute | Eric Botcazou | 1 | -28/+30 |
2021-05-21 | Fix incorrect SLOC on instruction | Eric Botcazou | 1 | -2/+4 |
2021-05-07 | [Ada] Fix type mismatch warnings during LTO bootstrap #6 | Eric Botcazou | 1 | -13/+11 |
2021-05-07 | [Ada] Fix type mismatch warnings during LTO bootstrap #3 | Eric Botcazou | 1 | -3/+3 |
2021-05-07 | [Ada] Fix type mismatch warnings during LTO bootstrap #1 | Eric Botcazou | 1 | -1/+1 |
2021-05-07 | [Ada] Variable-sized node types | Bob Duff | 1 | -6/+6 |
2021-05-03 | [Ada] Update copyright notice | Arnaud Charlet | 1 | -1/+1 |
2021-04-28 | Avoid creating useless local bounds around calls | Eric Botcazou | 1 | -1/+33 |
2021-04-28 | Get rid of useless temporary for call to pure function | Eric Botcazou | 1 | -9/+85 |
2021-04-28 | Fix loss of optimization of array iteration due to inlining | Eric Botcazou | 1 | -58/+76 |
2021-04-13 | Further increase the limit on the size of accepted Ada files | Eric Botcazou | 1 | -39/+23 |
2021-01-25 | Fix internal error on extension with interface at -O2 | Eric Botcazou | 1 | -10/+14 |
2021-01-19 | Fix PR ada/98740 | Eric Botcazou | 1 | -5/+6 |
2020-12-07 | Fix internal error on library-level type extended locally | Eric Botcazou | 1 | -2/+5 |
2020-12-07 | Fix assembler name collision | Eric Botcazou | 1 | -0/+4 |
2020-12-07 | Fix corner case issue with discriminated record type | Eric Botcazou | 1 | -4/+14 |
2020-11-30 | [Ada] Remove all ^L characters | Arnaud Charlet | 1 | -1/+1 |
2020-11-11 | Remove superfluous call to Base_Type | Eric Botcazou | 1 | -36/+34 |
2020-11-11 | Fix biased integer arithmetic | Eric Botcazou | 1 | -0/+5 |
2020-11-11 | Fix segfault on elaboration of empty 1-element array at -O | Eric Botcazou | 1 | -42/+7 |
2020-11-11 | Fix internal error with Shift_Right operator on signed type | Eric Botcazou | 1 | -0/+2 |
2020-10-23 | [Ada] Implement new legality rules introduced in C.6(12) by AI12-0363 | Eric Botcazou | 1 | -2/+2 |
2020-10-22 | Move nested function info out of cgraph_node | Jan Hubicka | 1 | -1/+3 |
2020-09-28 | Add missing end location information | Eric Botcazou | 1 | -6/+5 |
2020-09-14 | options: Save and restore opts_set for Optimization and Target options | Jakub Jelinek | 1 | -1/+2 |
2020-09-12 | Add preliminary support for 128-bit integer types | Eric Botcazou | 1 | -0/+22 |
2020-09-12 | Fix small inconsistency in new predicate | Eric Botcazou | 1 | -6/+2 |
2020-09-12 | Minor tweak to line debug info | Eric Botcazou | 1 | -0/+6 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |