]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_ch9.adb
Daily bump.
[gcc.git] / gcc / ada / exp_ch9.adb
40 hours ago Jose Ruizada: Implement representation aspect Max_Entry_Queue_Length
7 days ago Eric Botcazouada: Factor out implementation of default initializatio...
8 days ago Piotr Trojanekada: Refactor repeated code for querying Boolean-valued...
8 days ago Piotr Trojanekada: Complete implementation of Ada 2022 aspect Exclusi...
2024-01-22 Marc PoulhièsUpdate copyright years.
2023-12-19 Piotr Trojanekada: Fix style and typos in comments
2023-09-15 Patrick Bernardiada: Do not perform local-exception-to-goto optimizatio...
2023-09-05 Eric Botcazouada: Fix problematic secondary stack management in...
2023-05-26 Piotr Trojanekada: Remove leftover code for counting protected entries
2023-05-26 Javier Mirandaada: Crash on loop in dispatching conditional entry...
2023-05-26 Javier Mirandaada: Duplicate declaration of _master entity
2023-05-23 Eric Botcazouada: Fix latent issue in support for protected entries
2023-05-22 Eric Botcazouada: Small cleanup in support for protected subprograms
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-01-09 Arnaud Charletada: Update copyright notice
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-08 Javier Mirandaada: Missing master of task causing assertion failure
2022-10-06 Piotr Trojanekada: Fix inserting of validity checks in lock-free...
2022-09-12 Justin Squirek[Ada] Tech debt: Expansion of contracts
2022-09-12 Eric Botcazou[Ada] Do not mark user parameters of protected subprogr...
2022-09-06 Bob Duff[Ada] Place "at end" on body nodes
2022-06-02 Piotr Trojanek[Ada] Remove redundant checks for missing lists
2022-05-19 Piotr Trojanek[Ada] Fix invalid expanded code for entry families
2022-05-19 Piotr Trojanek[Ada] Cleanup expansion of protected entry families
2022-05-17 Ghjuvan Lacambre[Ada] Don't create calls to Abort_Undefer when not...
2022-05-12 Piotr Trojanek[Ada] Fix scope of block in expanded protected entry...
2022-05-10 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2022-01-11 Arnaud Charlet[Ada] Code cleanups
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-07 Piotr Trojanek[Ada] Remove unnecessary guard for inserting non-empty...
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2021-10-05 Eric Botcazou[Ada] Mark private component renaming as coming from...
2021-09-22 Bob Duff[Ada] Fix conformance errors and erroneous code
2021-07-07 Bob Duff[Ada] Transient scope cleanup
2021-06-21 Ghjuvan Lacambre[Ada] Address ??? comments
2021-06-16 Arnaud Charlet[Ada] Wrong reference to System.Tasking in expanded...
2021-06-15 Arnaud Charlet[Ada] Rename Ada 202* to Ada 2022
2021-05-07 Bob Duff[Ada] Minor reformattings
2021-05-07 Bob Duff[Ada] Variable-sized node types -- cleanup
2021-05-07 Piotr Trojanek[Ada] Fix link from body protected entry implementation...
2021-05-07 Bob Duff[Ada] Variable-sized node types
2021-05-05 Piotr Trojanek[Ada] Reuse Has_Defaulted_Discriminants where possible
2021-05-03 Arnaud Charlet[Ada] Update copyright notice
2021-04-28 Piotr Trojanek[Ada] Cleanups related to entry barrier conditions
2020-12-16 Piotr Trojanek[Ada] Simplify membership tests with N_Delay_Statement...
2020-11-27 Arnaud Charlet[Ada] Abort defer mismatch with SJLJ exceptions
2020-11-26 Piotr Trojanek[Ada] Reuse Is_Concurrent_Type when detecting protected...
2020-10-23 Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-21 Javier Miranda[Ada] Wrong detection of potentially blocking call...
2020-10-16 Arnaud Charlet[Ada] Ada2020: AI12-0129 Make protected objects more...
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16 Javier Miranda[Ada] Misplace of internal master renaming declaration
2020-07-16 Eric Botcazou[Ada] Set missing Parent field of block entity
2020-07-15 Eric Botcazou[Ada] Use Sloc of delay statement in timed entry call
2020-07-08 Javier Miranda[Ada] Fix recent regression on _Master declaration
2020-07-07 Eric Botcazou[Ada] Move generation of range checks for entry familie...
2020-07-06 Eric Botcazou[Ada] Small cleanup throughout Exp_Ch9
2020-06-18 Eric Botcazou[Ada] Narrow large arithmetic and comparison operations
2020-06-17 Gary Dismukes[Ada] Nested subprograms in protected subprograms impro...
2020-06-17 Javier Miranda[Ada] Ada2020: AI12-0279 more dispatching points with...
2020-06-16 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-15 Gary Dismukes[Ada] Minor editorial changes in comments
2020-06-15 Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-12 Steve Baird[Ada] Implement AI12-0369
2020-06-12 Arnaud Charlet[Ada] Fix handling of subprograms declared in a protect...
2020-06-11 Piotr Trojanek[Ada] Iterate with procedural version of Next routine...
2020-06-11 Eric Botcazou[Ada] Consolidate handling of implicit dereferences...
2020-06-11 Javier Miranda[Ada] Crash on dispatching conditional entry call
2020-06-09 Arnaud Charlet[Ada] Code clean ups and comments updates
2020-06-09 Ed Schonberg[Ada] Spurious error on instantiations with Taft_Amendm...
2020-06-08 Steve Baird[Ada] Implement AI12-0290 (Simple_Barriers restriction)
2020-06-02 Arnaud Charlet[Ada] Bump copyright year
2020-06-02 Arnaud Charlet[Ada] Address potentially uninitialized variables and...
2020-06-02 Piotr Trojanek[Ada] Reuse Is_Package_Or_Generic_Package where possible
2019-12-18 Piotr Trojanek[Ada] Fix three-letter typos like "sss" in comments...
2019-12-16 Eric Botcazou[Ada] AI12-0001: Independence and Representation clause...
2019-12-12 Gary Dismukes[Ada] Fix related to handling up-level references in...
2019-12-12 Gary Dismukes[Ada] Handling up-level references in protected entries...
2019-10-10 Gary Dismukes[Ada] Unnesting issues with entry families and accept...
2019-07-11 Ed Schonberg[Ada] Crash on protected type with self-referential...
2019-07-11 Justin Squirek[Ada] Pragma Unreferenced triggers undefined reference
2019-07-09 Piotr Trojanek[Ada] Reformat comments
2019-07-09 Hristian Kirtchev[Ada] Minor reformatting
2019-07-08 Ed Schonberg[Ada] Crash on timed entry call with a delay given...
2019-07-04 Hristian Kirtchev[Ada] Minor reformatting
2019-07-01 Hristian Kirtchev[Ada] Minor reformatting
2019-07-01 Eric Botcazou[Ada] Make No_Inline pragma effective for protected...
2019-06-17 Arnaud Charletre PR ada/80590 (non-bootstrap build failure of Ada...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-08 Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-09-26 Gary Dismukes[Ada] Fix miscellaneous typos
2018-08-21 Hristian Kirtchev[Ada] Minor reformattings
2018-08-21 Ed Schonberg[Ada] Properly set scope of artificial entities in...
2018-08-21 Ed Schonberg[Ada] Fix scope computation for entry bodies and accept...
2018-07-31 Hristian Kirtchev[Ada] Spurious error on the placement of aspect Global
2018-07-16 Hristian Kirtchev[Ada] Minor reformatting
2018-07-16 Ed Schonberg[Ada] Major code cleanup
2018-06-11 Hristian Kirtchev[Ada] Minor reformatting
2018-06-11 Javier Miranda[Ada] Crash on protected type entry family
2018-05-21 Hristian Kirtchev[Ada] Spurious error on early call region of tagged...
next
This page took 1.72336 seconds and 7 git commands to generate.