]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_ch6.adb
RISC-V: Enable vectorization for vect-early-break_124-pr114403.c
[gcc.git] / gcc / ada / exp_ch6.adb
7 days ago Eric Botcazouada: Restore default size for dynamic allocations of...
7 days ago Eric Botcazouada: Factor out implementation of default initializatio...
8 days ago Piotr Trojanekada: Move splitting of pre/post aspect expressions...
8 days ago Eric Botcazouada: Replace finalization masters with finalization...
8 days ago Eric Botcazouada: Decouple finalization masters from storage pools
8 days ago Eric Botcazouada: Small cleanup in the BIP machinery
8 days ago Eric Botcazouada: Restore fix for controlled dynamic allocation...
2024-05-06 Gary Dismukesada: Excess finalization on return of call to dispatchi...
2024-05-06 Eric Botcazouada: Partial implementation of redesign of support...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Eric BotcazouFix internal error on function call returning extension...
2023-12-19 Eric Botcazouada: Rework comment in Expand_Ctrl_Function_Call
2023-12-19 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-28 Eric Botcazouada: Fix premature finalization for nested return withi...
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-11-07 Piotr Trojanekada: Cleanup "not Present" on List_Id
2023-09-26 Javier Mirandaada: Crash processing the accessibility level of an...
2023-09-26 Eric Botcazouada: Fix missing finalization of extended return object...
2023-09-15 Patrick Bernardiada: Do not perform local-exception-to-goto optimizatio...
2023-09-14 Eric Botcazouada: Fix late finalization for function call in delta...
2023-07-28 Javier Mirandaada: Fix unsupported dispatching constructor call
2023-07-04 Eric Botcazouada: Small adjustments to new procedure Expand_Unchecke...
2023-07-03 Eric Botcazouada: Fix renaming of predefined equality operator for...
2023-06-13 Yannick Moyada: Support new GNAT-specific aspect Ghost_Predicate
2023-05-29 Eric Botcazouada: Call idiomatic routine in Expand_Simple_Function_R...
2023-05-29 Eric Botcazouada: Fix small fallout of previous change
2023-05-29 Eric Botcazouada: Fix wrong finalization for call to BIP function...
2023-05-26 Bob Duffada: Fix typos "statment" and "condtion"
2023-05-25 Eric Botcazouada: Small tweak to implementation of by-copy semantics...
2023-05-23 Gary Dismukesada: ICE on BIP call in class-wide function return...
2023-05-23 Eric Botcazouada: Fix latent issue in support for protected entries
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-16 Javier Mirandaada: Spurious error on function returning CPP type
2023-05-16 Eric Botcazouada: Adjust semantics and implementation of storage...
2023-01-16 Eric Botcazouada: Further optimize interface objects initialized...
2023-01-16 Eric Botcazouada: Optimize interface objects initialized with functi...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Eric Botcazouada: Fix finalization issues in extended return statements
2023-01-03 Eric Botcazouada: Fix premature finalization of return temporary
2023-01-03 Eric Botcazouada: Fix calling convention of foreign functions return...
2023-01-03 Eric Botcazouada: Make Sem_Util.Is_Aliased_View predicate more robust
2023-01-03 Eric Botcazouada: Fix detection of function calls in object declarations
2022-12-06 Javier Mirandaada: Spurious error on nested call using the prefix...
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-28 Eric Botcazouada: Fix internal error on conversion as in/out actual...
2022-11-22 Ghjuvan Lacambreada: Disable checking of Elab_Spec procedures in CodePe...
2022-11-21 Steve Bairdada: Internal compiler error for Sequential Partition_E...
2022-11-21 Eric Botcazouada: Small cleanup in Expand_N_Object_Declaration
2022-11-08 Piotr Trojanekada: Clean up call to check if aspects are present
2022-11-08 Javier Mirandaada: Enforce matching of extra formals
2022-11-07 Piotr Trojanekada: Fix detection of external calls to protected objec...
2022-11-07 Piotr Trojanekada: Don't reuse operator nodes in expansion
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-09-20 Martin Liskareplace "the the" typos
2022-09-12 Eric Botcazou[Ada] Temporary tweak new expansion of contracts
2022-09-12 Justin Squirek[Ada] Tech debt: Expansion of contracts
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-02 Gary Dismukes[Ada] Error on return of object whose full view has...
2022-07-13 Justin Squirek[Ada] Fix CodePeer warnings in GNAT sources
2022-07-06 Eric Botcazou[Ada] Document the various function return mechanisms
2022-07-06 Piotr Trojanek[Ada] Remove explicit call to Make_Unchecked_Type_Conve...
2022-07-05 Eric Botcazou[Ada] Fix dangling bounds for array result of BIP functions
2022-07-04 Eric Botcazou[Ada] Do not use front-end build-in-place mechanism...
2022-07-04 Eric Botcazou[Ada] Call-initialize all controlled objects in place
2022-07-04 Eric Botcazou[Ada] Plug loophole for built-in-place return with...
2022-06-02 Eric Botcazou[Ada] Get rid of secondary stack for most calls returni...
2022-06-02 Eric Botcazou[Ada] Move registering code for predefined primitives...
2022-06-01 Eric Botcazou[Ada] Rename Returns_On_Secondary_Stack into Needs_Seco...
2022-06-01 Eric Botcazou[Ada] Get rid of secondary stack for controlled compone...
2022-06-01 Eric Botcazou[Ada] Use Actions field of freeze nodes for subprograms...
2022-05-30 Piotr Trojanek[Ada] Fix expansion of structural subprogram variants
2022-05-19 Eric Botcazou[Ada] Fix spurious violations of No_Secondary_Stack...
2022-05-19 Eric Botcazou[Ada] Avoid copy operation for returns involving functi...
2022-05-19 Eric Botcazou[Ada] Get rid of secondary stack for controlled components
2022-05-17 Eric Botcazou[Ada] Streamline implementation of Has_Compatible_Repre...
2022-05-17 Eric Botcazou[Ada] Use Actions field of freeze nodes for subprograms
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-10 Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2022-01-11 Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-06 Justin Squirek[Ada] Removal of technical debt
2021-12-02 Piotr Trojanek[Ada] Remove extra space after assignment symbol
2021-11-09 Etienne Servais[Ada] Build activation chain for BIP only when needed
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-11 Steve Baird[Ada] Incorrect Dynamic_Predicate results for static...
2021-10-01 Bob Duff[Ada] Subprogram_Variant in ignored ghost code
2021-10-01 Javier Miranda[Ada] Ada2022: AI12-0195 overriding class-wide pre...
2021-09-21 Javier Miranda[Ada] Interface behaves differently from abstract tagge...
2021-09-21 Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-07-09 Justin Squirek[Ada] Crash on expansion of BIP construct in -gnatf...
2021-07-08 Bob Duff[Ada] Transient scope cleanup
2021-07-07 Piotr Trojanek[Ada] Replace low-level membership tests with Is_Privat...
2021-07-07 Bob Duff[Ada] Transient scope cleanup
2021-07-05 Justin Squirek[Ada] INOX: prototype alternative accessibility model
2021-07-05 Bob Duff[Ada] Refactoring related to Returns_By_Ref
2021-06-29 Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-21 Justin Squirek[Ada] INOX: prototype "when" constructs
next
This page took 0.937562 seconds and 7 git commands to generate.