Age | Commit message (Expand) | Author | Files | Lines |
2024-12-12 | Fortran: Fix testsuite regressions after r15-5083 [PR117797] | Paul Thomas | 2 | -35/+81 |
2024-12-12 | Fix precondition failure with Ada.Numerics.Generic_Real_Arrays.Eigenvalues | Eric Botcazou | 2 | -10/+30 |
2024-12-12 | AVR: target/118000 - Fix copymem from address-spaces. | Georg-Johann Lay | 1 | -2/+15 |
2024-12-12 | ifcombine field-merge: set upper bound for get_best_mode | Alexandre Oliva | 1 | -18/+34 |
2024-12-12 | fold fold_truth_andor field merging into ifcombine | Alexandre Oliva | 19 | -514/+1604 |
2024-12-12 | AVR: Assert minimal required bit width of section_common::flags. | Georg-Johann Lay | 1 | -0/+29 |
2024-12-12 | AVR: target/118001 - Add __flashx as 24-bit named address space. | Georg-Johann Lay | 13 | -204/+575 |
2024-12-12 | Fix type compatibility for types with flexible array member 2/2 [PR113688,PR1... | Martin Uecker | 6 | -8/+108 |
2024-12-12 | Fix type compatibility for types with flexible array member 1/2 [PR113688,PR1... | Martin Uecker | 2 | -4/+11 |
2024-12-12 | testsuite: arm: Use -mtune=cortex-m4 for thumb-ifcvt.c test | Torbjörn SVENSSON | 1 | -1/+1 |
2024-12-12 | testsuite: arm: Fix build error for thumb2-slow-flash-data-3.c test | Torbjörn SVENSSON | 1 | -1/+1 |
2024-12-12 | testsuite: arm: Check that a far jump is used in thumb1-far-jump-2.c | Torbjörn SVENSSON | 1 | -44/+51 |
2024-12-12 | testsuite: arm: Use effective-target for pr96939 test | Torbjörn SVENSSON | 2 | -2/+3 |
2024-12-12 | testsuite: arm: Use effective-target for its.c test [PR94531] | Torbjörn SVENSSON | 2 | -2/+27 |
2024-12-12 | testsuite: arm: Use -mcpu=unset when overriding -march | Torbjörn SVENSSON | 3 | -32/+32 |
2024-12-12 | testsuite: arm: Use -march=unset for bfloat16_scalar* tests | Torbjörn SVENSSON | 7 | -19/+15 |
2024-12-12 | testsuite: arm: Use effective-target for pr56184.C and pr59985.C | Torbjörn SVENSSON | 3 | -5/+11 |
2024-12-12 | i386: regenerate i386.opt.urls | Sam James | 1 | -1/+2 |
2024-12-12 | crc: Comment spelling fix | Jakub Jelinek | 1 | -2/+2 |
2024-12-12 | ada: Fix reference to Ada 2020 in comment | Piotr Trojanek | 1 | -1/+1 |
2024-12-12 | ada: Elide the copy for bit-packed aggregates in object declarations | Eric Botcazou | 2 | -9/+35 |
2024-12-12 | ada: Defend against risk of infinite loop | Ronan Desplanques | 1 | -1/+3 |
2024-12-12 | ada: Avoid going through symlinks in the json report | Viljar Indus | 1 | -1/+2 |
2024-12-12 | ada: Fix minor display issue on invalid floats | Ronan Desplanques | 1 | -1/+4 |
2024-12-12 | ada: Improve task entry context detection | Ronan Desplanques | 2 | -7/+10 |
2024-12-12 | ada: Refactor warning about null loops | Piotr Trojanek | 1 | -8/+9 |
2024-12-12 | ada: Fix internal error on loop parameter specifications | Piotr Trojanek | 1 | -7/+13 |
2024-12-12 | ada: Elide the copy for bit-packed aggregates in allocators | Eric Botcazou | 1 | -7/+4 |
2024-12-12 | ada: Fix the level of the LLVM chapter in the User's Guide | Sebastian Poeplau | 2 | -7/+7 |
2024-12-12 | ada: Accept static strings with External_Initialization | Ronan Desplanques | 5 | -70/+91 |
2024-12-12 | ada: Fix reference manual clauses | Ronan Desplanques | 10 | -15/+17 |
2024-12-12 | ada: Fix pragma Compile_Time_Error for sizes of nonstatic array types | Eric Botcazou | 1 | -1/+8 |
2024-12-12 | ada: Refactor code of Check_Ambiguous_Call and Valid_Conversion | Javier Miranda | 1 | -2/+1 |
2024-12-12 | ada: Minor refactoring in expansion of array aggregates | Eric Botcazou | 1 | -44/+60 |
2024-12-12 | ada: Fix validity check for private types | Ronan Desplanques | 1 | -2/+2 |
2024-12-12 | ada: Add minimal support for other delayed aspects on controlled objects | Eric Botcazou | 5 | -82/+58 |
2024-12-12 | ada: Fix documentation comment for Scan_Sign | Ronan Desplanques | 1 | -7/+6 |
2024-12-12 | ada: Crash on assignment of task allocator with expanded name | Bob Duff | 1 | -13/+18 |
2024-12-12 | ada: Lift technical limitation in expansion of record aggregates | Eric Botcazou | 1 | -8/+82 |
2024-12-12 | ada: Small improvements to expansion of conditional expressions | Eric Botcazou | 1 | -171/+141 |
2024-12-12 | ada: Fix wrong finalization with private unconstrained array type | Eric Botcazou | 2 | -4/+10 |
2024-12-12 | ada: Update documentation for External_Initialization | Ronan Desplanques | 3 | -5/+5 |
2024-12-12 | ada: Tweak Is_Predefined_File_Name | Ronan Desplanques | 1 | -10/+13 |
2024-12-12 | ada: Restrict External_Initialization file lookup | Ronan Desplanques | 1 | -4/+37 |
2024-12-12 | ada: Clean up and restrict usage of Initialization_Statements | Eric Botcazou | 8 | -148/+94 |
2024-12-12 | ada: Avoid expanding LHS assignments for controlled types | Viljar Indus | 1 | -0/+7 |
2024-12-12 | ada: Add SIGPROT handler for CheriBSD | Daniel King | 1 | -0/+79 |
2024-12-12 | ada: Export CHERI exception IDs | Daniel King | 1 | -0/+30 |
2024-12-12 | ada: Ensure minimum stack size for preallocated task stacks | Johannes Kliemann | 2 | -0/+31 |
2024-12-12 | Fix misplaced x86 -mstack-protector-guard-symbol documentation [PR117150] | Sandra Loosemore | 1 | -4/+6 |