]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_ch3.adb
Revert "RISC-V: Support one more overlap for wv instructions"
[gcc.git] / gcc / ada / exp_ch3.adb
2024-01-22 Marc PoulhièsUpdate copyright years.
2023-12-19 Eric Botcazouada: Rename Is_Constr_Subt_For_UN_Aliased flag
2023-11-07 Eric Botcazouada: Elide temporary for aliased array with unconstrain...
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-11-07 Viljar Indusada: Implement Aspects as fields under nodes
2023-09-19 Richard Waiada: TSS finalize address subprogram generation for...
2023-07-28 Javier Mirandaada: Fix unsupported dispatching constructor call
2023-07-11 Bob Duffada: Avoid renaming_decl in case of constrained array
2023-07-03 Eric Botcazouada: Fix renaming of predefined equality operator for...
2023-07-03 Eric Botcazouada: Fix discrepancy in expansion of untagged record...
2023-06-15 Eric Botcazouada: Fix too small secondary stack allocation for retur...
2023-06-15 Eric Botcazouada: Fix too small secondary stack allocation for retur...
2023-06-13 Eric Botcazouada: Factor out tag assignments from type in expander
2023-06-13 Piotr Trojanekada: Remove explicit decoration of wrapper created...
2023-05-30 Piotr Trojanekada: Only build access-to-subprogram wrappers when...
2023-05-29 Steve Bairdada: Default_Component_Value trumps Initialize/Normaliz...
2023-05-25 Steve Bairdada: Avoid duplicated streaming subprograms
2023-05-23 Eric Botcazouada: Fix bogus error on predicated limited record decla...
2023-05-22 Eric Botcazouada: Fix spurious freezing error on nonabstract null...
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-22 Eric Botcazouada: Fix crash on Ada.Containers with No_Dispatching_Ca...
2023-05-15 Marc Poulhièsada: Fix typo in comment
2023-01-16 Eric Botcazouada: Fix typo in comment
2023-01-16 Eric Botcazouada: Fix latent bug exposed by recent work on extended...
2023-01-16 Eric Botcazouada: Fix pessimization of some CW objects initialized...
2023-01-16 Eric Botcazouada: Use static references to tag in more cases for...
2023-01-16 Eric Botcazouada: Further optimize interface objects initialized...
2023-01-16 Eric Botcazouada: Put back conversion to interface in more cases
2023-01-16 Eric Botcazouada: Lift restriction on optimization of aliased objects
2023-01-16 Eric Botcazouada: Optimize interface objects initialized with functi...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Eric Botcazouada: Clean up interface handling in Expand_N_Object_Dec...
2023-01-05 Eric Botcazouada: Optimize class-wide objects initialized with funct...
2023-01-05 Eric Botcazouada: Fix pasto in comment
2023-01-05 Eric Botcazouada: Revert to constrained allocation for string concat...
2023-01-05 Eric Botcazouada: Fix finalization issues in extended return statements
2023-01-03 Eric Botcazouada: Fix detection of function calls in object declarations
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-11-22 Eric Botcazouada: Fix formatting glitches in Make_Tag_Assignment
2022-11-21 Eric Botcazouada: Small cleanup in Expand_N_Object_Declaration
2022-11-08 Javier Mirandaada: Enforce matching of extra formals
2022-11-07 Bob Duffada: New warning about noncomposing user-defined "="
2022-09-12 Javier Miranda[Ada] Revert "Enforce matching of extra formals"
2022-09-06 Javier Miranda[Ada] Enforce matching of extra formals
2022-09-05 Steve Baird[Ada] Bad Default_Initial_Condition check for a not...
2022-09-05 Eric Botcazou[Ada] Fix crash for Default_Initial_Condition on derive...
2022-07-06 Eric Botcazou[Ada] Fix incorrect itype sharing for case expression...
2022-07-05 Piotr Trojanek[Ada] Reuse Get_Pragma_Arg to handle pragma argument...
2022-07-05 Eric Botcazou[Ada] Perform object rewriting as renaming only in...
2022-07-05 Eric Botcazou[Ada] Fix dangling bounds for array result of BIP functions
2022-07-04 Eric Botcazou[Ada] Small housekeeping work in Expand_N_Object_Declar...
2022-07-04 Eric Botcazou[Ada] Adjust previous change to Rewrite_As_Renaming
2022-07-04 Eric Botcazou[Ada] Use static stack allocation for small dynamic...
2022-07-04 Eric Botcazou[Ada] Call-initialize all controlled objects in place
2022-06-02 Eric Botcazou[Ada] Fix spurious use of trampolines with interface...
2022-06-02 Eric Botcazou[Ada] Build static dispatch tables always at the end...
2022-06-01 Steve Baird[Ada] Another case where freezing incorrectly suppresse...
2022-06-01 Steve Baird[Ada] Missing discriminant checks when accessing varian...
2022-05-30 Eric Botcazou[Ada] Do not freeze profiles for dispatch tables
2022-05-17 Eric Botcazou[Ada] Fix small glitch in Expand_N_Full_Type_Declaration
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-16 Piotr Trojanek[Ada] Remove duplicated detection of user-defined equality
2022-05-16 Piotr Trojanek[Ada] Improve building of untagged equality
2022-05-16 Eric Botcazou[Ada] Fix spurious error on limited view with incomplet...
2022-05-13 Steve Baird[Ada] Implement late initialization rules for type...
2022-05-11 Alexandre Oliva[Ada] Set_Is_Known_Valid only if Safe_To_Capture_Value
2022-05-09 Piotr Trojanek[Ada] Fix indentation of "Start of processing for ...
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 Piotr Trojanek[Ada] Remove unnecessary guard for inserting non-empty...
2022-01-07 Piotr Trojanek[Ada] Remove unnecessary guards for appending non-empty...
2022-01-06 Justin Squirek[Ada] Spurious error when using current instance of...
2022-01-05 Piotr Trojanek[Ada] Expand controlling function wrapper into expressi...
2022-01-05 Piotr Trojanek[Ada] Expand controlling functions wrappers in GNATprov...
2022-01-05 Piotr Trojanek[Ada] Remove extra whitespace in declarations and param...
2022-01-05 Piotr Trojanek[Ada] Fix layout of parameters in calls to Predef_Spec_...
2022-01-05 Piotr Trojanek[Ada] Simplify making of null procedure wrappers
2022-01-05 Piotr Trojanek[Ada] Fix sharing of formal parameters between wrapper...
2021-12-02 Piotr Trojanek[Ada] Cleanup insertion of single freezing actions
2021-12-02 Piotr Trojanek[Ada] Cleanups related to expansion of dispatching...
2021-12-02 Piotr Trojanek[Ada] Separate building of equality from other dispatch...
2021-12-01 Piotr Trojanek[Ada] Simplify building of inequality function body
2021-11-10 Piotr Trojanek[Ada] Don't carry action bodies for expansion of array...
2021-10-25 Piotr Trojanek[Ada] Simplify detection of a parent interface equality
2021-10-25 Piotr Trojanek[Ada] Remove redundant guard in expansion of dispatchin...
2021-10-20 Bob Duff[Ada] tech debt: Clean up Uint fields, such as Esize
2021-10-11 Piotr Trojanek[Ada] Remove redundant guard in expansion of dispatchin...
2021-10-11 Etienne Servais[Ada] Remove constant arguments
2021-10-11 Piotr Trojanek[Ada] Simplify initialization of concurrent components
2021-10-01 Javier Miranda[Ada] Ada2022: AI12-0195 overriding class-wide pre...
2021-09-21 Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-09-20 Bob Duff[Ada] Present and No functions for type Uint
2021-07-07 Piotr Trojanek[Ada] Replace low-level membership tests with Is_Privat...
2021-07-06 Steve Baird[Ada] Enable Ada 2020 Put_Image and Image support for...
2021-07-05 Steve Baird[Ada] Fix some "current instance" bugs
2021-07-05 Piotr Trojanek[Ada] Simplify and reuse Is_Concurrent_Interface
2021-07-05 Steve Baird[Ada] Add Ada 2022 Image and Put_Image support for...
2021-06-29 Ed Schonberg[Ada] Crash on limited array object with address clause
2021-06-18 Javier Miranda[Ada] Ada2020: AI12-0195 overriding class-wide pre...
next
This page took 0.899647 seconds and 7 git commands to generate.