]> gcc.gnu.org Git - gcc.git/history - gcc/ada/sem_res.adb
AArch64: Improve costing of ctz
[gcc.git] / gcc / ada / sem_res.adb
4 days ago Ronan Desplanquesada: Fix missing length checks with case expressions
6 days ago Steve Bairdada: Reduce generated code duplication for streaming...
13 days ago Yannick Moyada: Fix missing flag for GNATprove
2024-05-06 Yannick Moyada: Prevent inlining in GNATprove for memory leaks
2024-02-26 Eric BotcazouFinalization of object allocated by anonymous access...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Piotr Trojanekada: More aggressive inlining of subprogram calls in...
2023-12-19 Yannick Moyada: Cleanup SPARK legality checking
2023-11-30 Eric Botcazouada: Rework fix for wrong finalization of qualified...
2023-11-30 Yannick Moyada: Remove SPARK legality checks
2023-11-21 Eric Botcazouada: Fix spurious error on call with default parameter...
2023-11-07 Eric Botcazouada: Fix incorrect resolution of overloaded function...
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-11-07 Steve Bairdada: New Local_Restrictions and User_Aspect aspects.
2023-09-15 Eric Botcazouada: Fix internal error on expression function with...
2023-09-05 Steve Bairdada: Spurious warning about negative modular literal
2023-08-07 Yannick Moyada: Crash in GNATprove due to wrong detection of inlining
2023-08-07 Javier Mirandaada: Spurious error on class-wide preconditions
2023-07-28 Piotr Trojanekada: Add guard for detection of class-wide precondition...
2023-06-20 Yannick Moyada: Fix crash on inlining in GNATprove
2023-06-20 Yannick Moyada: Add the ability to add error codes to error messages
2023-06-20 Piotr Trojanekada: Fix for attribute Range in Exceptional_Cases
2023-06-20 Piotr Trojanekada: Fix for quantified expressions in Exceptional_Cases
2023-06-20 Eric Botcazouada: Small fixes to handling of private views in instances
2023-06-13 Piotr Trojanekada: Disable inlining in potentially unevaluated contexts
2023-05-30 Eric Botcazouada: Fix regression of secondary stack management in...
2023-05-29 Eric Botcazouada: Fix memory leak in expression function returning...
2023-05-29 Eric Botcazouada: Fix bogus error on conditional expression with...
2023-05-29 Piotr Trojanekada: Fix crash on semi-recursive call in access-to...
2023-05-29 Eric Botcazouada: Fix small fallout of previous change
2023-05-29 Eric Botcazouada: Fix remaining failures in Roman Numbers test
2023-05-29 Piotr Trojanekada: Accept parameters of enclosing subprograms in...
2023-05-29 Piotr Trojanekada: Allow attributes like First and Last to be read...
2023-05-29 Eric Botcazouada: Repair support for user-defined literals in arithm...
2023-05-25 Piotr Trojanekada: Tune handling of attributes Old in contract Except...
2023-05-25 Piotr Trojanekada: Accept aliased parameters in Exceptional_Cases
2023-05-25 Piotr Trojanekada: Restrict use of formal parameters within exception...
2023-05-23 Eric Botcazouada: Fix oversight in latest change
2023-05-23 Eric Botcazouada: Fix resolution of mod operator of System.Storage_E...
2023-05-23 Eric Botcazouada: Remove the body of System.Storage_Elements
2023-05-22 Piotr Trojanekada: Cleanup redundant condition in resolution of entit...
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-16 Eric Botcazouada: Implement inheritance of user-defined literal...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Javier Mirandaada: INOX: prototype RFC on String Interpolation
2023-01-03 Eric Botcazouada: Another small adjustment to special resolution...
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-12-06 Eric Botcazouada: Small adjustment to special resolution of membersh...
2022-12-06 Eric Botcazouada: Use larger type for membership test of universal...
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-21 Bob Duffada: Move warnings switches
2022-11-08 Eric Botcazouada: Implement RM 4.5.7(10/3) name resolution rule
2022-11-08 Eric Botcazouada: Remove obsolete code in Resolve_If_Expression
2022-11-07 Piotr Trojanekada: Allow reuse of Enclosing_Declaration_Or_Statement...
2022-11-07 Piotr Trojanekada: Clean up unnecesary call in resolution of overload...
2022-09-12 Justin Squirek[Ada] Tech debt: Expansion of contracts
2022-09-12 Gary Dismukes[Ada] Fix issues with compiling ACATS test for user...
2022-09-05 Piotr Trojanek[Ada] Fix double identifiers in iterated component...
2022-07-13 Eric Botcazou[Ada] Plug legality loophole for equality operator...
2022-07-13 Eric Botcazou[Ada] Fix internal error on untagged record type with...
2022-07-12 Bob Duff[Ada] Remove out-of-range warning in unreachable code
2022-07-12 Piotr Trojanek[Ada] Warn about unreachable code after calls with...
2022-07-12 Marc Poulhiès[Ada] Fix missing Overflow and Range checks
2022-07-06 Javier Miranda[Ada] Missing error on tagged type conversion
2022-07-06 Piotr Trojanek[Ada] Restore accidentally removed part of a comment...
2022-07-04 Bob Duff[Ada] Assertions in Einfo.Utils
2022-07-04 Eric Botcazou[Ada] Give missing error on ambiguous operand of equali...
2022-06-01 Eric Botcazou[Ada] Rename Returns_On_Secondary_Stack into Needs_Seco...
2022-06-01 Steve Baird[Ada] Missing discriminant checks when accessing varian...
2022-05-30 Piotr Trojanek[Ada] Deconstruct deferred references
2022-05-19 Eric Botcazou[Ada] Fix spurious violations of No_Secondary_Stack...
2022-05-18 Javier Miranda[Ada] Crash building VSS with compiler built with asser...
2022-05-17 Piotr Trojanek[Ada] Restore defensive guard in checks for volatile...
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-13 Piotr Trojanek[Ada] Accept effectively volatile components in actuals
2022-05-13 Piotr Trojanek[Ada] Remove redundant guard in checks for volatile...
2022-05-12 Piotr Trojanek[Ada] Reuse collective subtype for comparison operators...
2022-05-10 Piotr Trojanek[Ada] Remove repeated conversions between Source_Ptr...
2022-05-10 Piotr Trojanek[Ada] Fix style in resolution of expression with actions
2022-05-10 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2022-05-10 Piotr Trojanek[Ada] Check declare and qualified expressions for unset...
2022-05-10 Piotr Trojanek[Ada] Check if- and case-expressions for unset references
2022-05-10 Eric Botcazou[Ada] Fix hiding of user-defined operator that is not...
2022-05-10 Piotr Trojanek[Ada] Simplify conversion from Character to Char_Code
2022-05-09 Piotr Trojanek[Ada] Prevent inlining-for-proof for calls inside ELSIF...
2022-05-09 Ed Schonberg[Ada] Fix visibility inside declare_expression
2022-05-09 Eric Botcazou[Ada] Revamp type resolution for comparison and equalit...
2022-01-11 Piotr Trojanek[Ada] Remove extra space in single object declarations
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07 Justin Squirek[Ada] Cleanup and modification of unreferenced warnings
2022-01-07 Etienne Servais[Ada] Check scalar range in arrays constructed by conca...
2022-01-06 Bob Duff[Ada] Warn on subtype declaration of null range
2022-01-06 Piotr Trojanek[Ada] Simplify type conversions in source pointer arith...
2022-01-06 Piotr Trojanek[Ada] Refactor repeated implicit conversion from Char_C...
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-06 Eric Botcazou[Ada] Rename Any_Access into Universal_Access
2021-12-01 Eric Botcazou[Ada] Fix incorrect fixed-point computation in expressi...
2021-11-09 Alexandre Oliva[Ada] Improve integration of strub with type systems
2021-10-25 Ed Schonberg[Ada] Spurious error on user-defined literal and operator
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
next
This page took 0.963438 seconds and 7 git commands to generate.