]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_ch4.adb
Daily bump.
[gcc.git] / gcc / ada / exp_ch4.adb
13 days ago Eric Botcazouada: Extend expansion delaying mechanism to conditional...
13 days ago Eric Botcazouada: Another small cleanup about allocators and aggregates
2024-05-17 Eric Botcazouada: Replace spinlocks with fully-fledged locks in...
2024-05-17 Ronan Desplanquesada: Remove superfluous Relocate_Node calls
2024-05-16 Ronan Desplanquesada: Fix missing length checks with case expressions
2024-05-16 Ronan Desplanquesada: Fix crash with -gnatdJ and -gnatw_q
2024-05-14 Eric Botcazouada: Fix small inaccuracy in previous change
2024-05-14 Eric Botcazouada: Decouple attachment from dynamic allocation for...
2024-05-14 Eric Botcazouada: Small cleanup about allocators and aggregates
2024-05-14 Eric Botcazouada: Fix double finalization for dependent expression...
2024-05-14 Eric Botcazouada: Factor out implementation of default initializatio...
2024-05-13 Eric Botcazouada: Replace finalization masters with finalization...
2024-05-07 Piotr Trojanekada: Remove redundant guard against empty list of actions
2024-05-06 Eric Botcazouada: Rework processing of special objects needing final...
2024-05-06 Eric Botcazouada: Partial implementation of redesign of support...
2024-03-07 Eric BotcazouFix bogus error on allocator for array type with Dynami...
2024-01-22 Marc PoulhièsUpdate copyright years.
2023-12-19 Eric Botcazouada: Further cleanup in finalization machinery
2023-12-19 Eric Botcazouada: Plug small loophole in finalization machinery
2023-12-19 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-30 Eric Botcazouada: Rework fix for wrong finalization of qualified...
2023-11-30 Eric Botcazouada: Fix predicate check failure in Expand_Allocator_Ex...
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
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-27 Eric Botcazouada: Fix double finalization of case expression in...
2023-06-27 Eric Botcazouada: Fix too late finalization and secondary stack...
2023-06-13 Bob Duffada: Add missing ss_mark/ss_release in quantified expre...
2023-06-13 Eric Botcazouada: Factor out tag assignments from type in expander
2023-05-29 Eric Botcazouada: Fix wrong result for membership test of null in...
2023-05-29 Eric Botcazouada: Fix wrong finalization for call to BIP function...
2023-05-26 Eric Botcazouada: Use truncation for dynamic conversions from floati...
2023-05-26 Javier Mirandaada: Crash on function returning allocated object conta...
2023-05-26 Piotr Trojanekada: Simplify expansion of set membership
2023-05-26 Piotr Trojanekada: Cleanup expansion of membership operators into...
2023-05-25 Javier Mirandaada: Missing warning on null-excluding array aggregate...
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-23 Piotr Trojanekada: Remove special-case for parentheses in expansion...
2023-05-22 Arnaud Charletada: Remove extra parentheses
2023-05-22 Eric Botcazouada: Fix double finalization in conditional exit statement
2023-05-16 Eric Botcazouada: Adjust semantics and implementation of storage...
2023-05-16 Eric Botcazouada: Introduce Cannot_Be_Superflat flag on N_Range...
2023-05-15 Bob Duffada: Optimize 2**N to avoid explicit 'if' in modular...
2023-01-16 Eric Botcazouada: Further optimize interface objects initialized...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-05 Eric Botcazouada: Revert to constrained allocation for string concat...
2023-01-03 Bob Duffada: Simplify [Small_]Integer_Type_For
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
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-07 Bob Duffada: Use named notation in calls to Expand_Composite_Eq...
2022-11-07 Bob Duffada: New warning about noncomposing user-defined "="
2022-11-07 Piotr Trojanekada: Create operator nodes in functional style
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-06 Arnaud Charlet[Ada] Disable if expression optimization for LLVM
2022-07-13 Marc Poulhiès[Ada] Fix if expression returning slice
2022-07-12 Steve Baird[Ada] Use right implementation type for nonbinary-modul...
2022-07-04 Eric Botcazou[Ada] Use static stack allocation for small string...
2022-07-04 Eric Botcazou[Ada] Use static stack allocation for small dynamic...
2022-06-01 Steve Baird[Ada] Missing discriminant checks when accessing varian...
2022-06-01 Bob Duff[Ada] Suppress warnings on membership test of ranges
2022-05-19 Eric Botcazou[Ada] Preserve and reuse original type in Narrow_Large_...
2022-05-19 Steve Baird[Ada] Fix bug in handling of Predicate_Failure aspect
2022-05-19 Eric Botcazou[Ada] Get rid of secondary stack for controlled components
2022-05-17 Gary Dismukes[Ada] Provide allocation subtype for allocators of...
2022-05-16 Etienne Servais[Ada] Freeze target type on qualified expression expansion
2022-05-16 Eric Botcazou[Ada] Fix implementation issues with equality for untag...
2022-05-10 Alexandre Oliva[Ada] Optimize nonstandard boolean conversions
2022-05-10 Alexandre Oliva[Ada] Handle non-standard booleans in if_expression...
2022-05-09 Yannick Moy[Ada] Set Error_Msg_Warn before use of << insertion
2022-05-09 Eric Botcazou[Ada] Fix internal error on declaration of derived...
2022-01-28 Eric BotcazouFix wrong operator for universal_integer operands in...
2022-01-11 Piotr Trojanek[Ada] Avoid redundant checks for empty lists
2022-01-11 Piotr Trojanek[Ada] Remove unnecessary block in code for expansion...
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 Piotr Trojanek[Ada] Fix inconsistent quoting in messages about compil...
2022-01-07 Piotr Trojanek[Ada] Remove unnecessary guard for inserting non-empty...
2022-01-06 Piotr Trojanek[Ada] Remove a locally handled exception
2022-01-05 Piotr Trojanek[Ada] Align arrows in parameter associations
2021-11-10 Piotr Trojanek[Ada] Fix comments about expansion of array equality
2021-11-10 Piotr Trojanek[Ada] Don't carry action bodies for expansion of array...
2021-11-10 Piotr Trojanek[Ada] Use predefined equality for arrays inside records
2021-11-10 Piotr Trojanek[Ada] Extend optimized equality of 2-element arrays
2021-11-09 Justin Squirek[Ada] Crash on expansion of tagged membership test
2021-11-09 Piotr Trojanek[Ada] Refine type in expansion of array equality
2021-11-09 Piotr Trojanek[Ada] Simplify expansion of array equality
2021-11-09 Piotr Trojanek[Ada] Tune comment about expansion of array equality
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-25 Piotr Trojanek[Ada] Simplify iteration of record components when...
2021-10-05 Gary Dismukes[Ada] Front-end support for Storage_Model feature
2021-10-04 Justin Squirek[Ada] Incremental patch for restriction No_Dynamic_Acce...
2021-10-04 Piotr Trojanek[Ada] Fix comment about expansion of slices
2021-10-04 Steve Baird[Ada] Improve checking for invalid index values when...
2021-10-01 Steve Baird[Ada] Improved checking for invalid index values when...
2021-09-22 Piotr Trojanek[Ada] Reuse routines for detecting attributes Old and...
2021-09-22 Eric Botcazou[Ada] Generate temporary for if-expression with -fprese...
2021-09-21 Justin Squirek[Ada] Spurious dynamic accessibility check on allocator
next
This page took 0.884302 seconds and 7 git commands to generate.