]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_util.adb
tree-optimization/115137 - more ptr-vs-ptr compare fixes
[gcc.git] / gcc / ada / exp_util.adb
3 hours ago Steve Bairdada: Missing constraint check for initial value of...
5 days ago Steve Bairdada: Redundant validity checks
7 days ago Eric Botcazouada: Decouple attachment from dynamic allocation for...
7 days ago Eric Botcazouada: Small cleanup about allocators and aggregates
7 days ago Gary Dismukesada: Compiler crash or errors on if_expression in conta...
7 days ago Eric Botcazouada: Follow-up adjustment to earlier fix in Build_Alloc...
7 days ago Eric Botcazouada: Fix double finalization for dependent expression...
7 days ago Eric Botcazouada: Factor out implementation of default initializatio...
8 days ago Eric Botcazouada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util
8 days ago Eric Botcazouada: Replace finalization masters with finalization...
2024-05-06 Eric Botcazouada: Do not attempt to generate finalization actions...
2024-05-06 Eric Botcazouada: Rework processing of special objects needing final...
2024-05-06 Piotr Trojanekada: Fix missing associated node for packed array itypes
2024-05-06 Eric Botcazouada: Partial implementation of redesign of support...
2024-02-26 Eric BotcazouFinalization of object allocated by anonymous access...
2024-01-22 Marc PoulhièsUpdate copyright years.
2024-01-09 Piotr Trojanekada: Remove side effects depending on the context of...
2023-12-19 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-30 Yannick Moyada: Fix spelling of functions with(out) "side effects"
2023-11-28 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-21 Eric Botcazouada: Further cleanup in finalization machinery
2023-11-21 Eric Botcazouada: Small cleanup in finalization machinery
2023-11-07 Piotr Trojanekada: Fix expansion of type aspects with handling of...
2023-11-07 Yannick Moyada: Rename Is_Limited_View to reflect actual query
2023-09-26 Eric Botcazouada: Fix missing call to Finalize_Protection for simple...
2023-09-26 Eric Botcazouada: Fix missing finalization of extended return object...
2023-09-15 Eric Botcazouada: Fix internal error on misaligned component with...
2023-09-14 Yannick Moyada: Improve detection of deactivated code for warnings...
2023-09-14 Javier Mirandaada: Assertion failure on expansion of record with...
2023-09-14 Eric Botcazouada: Fix premature finalization in loop over limited...
2023-08-03 Eric Botcazouada: Fix spurious error on 'Input of private type with...
2023-07-28 Viljar Indusada: Small refactor
2023-07-06 Viljar Indusada: Avoid crash in Find_Optional_Prim_Op
2023-07-04 Eric Botcazouada: Do not unnecessarily use component-wise loop for...
2023-06-15 Eric Botcazouada: Fix too small secondary stack allocation for retur...
2023-06-15 Eric Botcazouada: Revert latest change to Find_Hook_Context
2023-06-15 Eric Botcazouada: Fix missing finalization for aggregates nested...
2023-06-13 Eric Botcazouada: Streamline expansion of controlled actions for...
2023-06-13 Eric Botcazouada: Factor out tag assignments from type in expander
2023-06-13 Yannick Moyada: Support new GNAT-specific aspect Ghost_Predicate
2023-05-30 Eric Botcazouada: Fix visibility error with DIC or Type_Invariant...
2023-05-29 Eric Botcazouada: Fix wrong finalization for loop on indexed container
2023-05-16 Eric Botcazouada: Adjust semantics and implementation of storage...
2023-01-16 Eric Botcazouada: Use static references to tag in more cases for...
2023-01-16 Eric Botcazouada: Fix benign pasto in new predicate
2023-01-16 Eric Botcazouada: Fix premature finalization of temporaries for...
2023-01-16 Eric Botcazouada: Further optimize interface objects initialized...
2023-01-09 Arnaud Charletada: Update copyright notice
2023-01-09 Eric Botcazouada: Simplify finalization of temporaries created for...
2023-01-05 Eric Botcazouada: Minor tweak to test added in previous change
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 Javier Mirandaada: INOX: prototype RFC on String Interpolation
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
2023-01-03 Bob Duffada: Simplify [Small_]Integer_Type_For
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-11-21 Bob Duffada: Move warnings switches
2022-11-04 Marc Poulhièsada: Fix loop unnesting issue.
2022-11-04 Ghjuvan Lacambreada: Refactor: replace uses of `not Present(X)` with...
2022-10-06 Steve Bairdada: Incorrect inferences drawn from if/elsif/while...
2022-09-06 Marc Poulhiès[Ada] Fix formal parameters list for secondary stack...
2022-09-05 Piotr Trojanek[Ada] Remove VMS specific routine that is no longer...
2022-09-05 Eric Botcazou[Ada] Fix crash for Default_Initial_Condition on derive...
2022-09-02 Eric Botcazou[Ada] Adjust previous change to Expand_Subtype_From_Expr
2022-09-02 Eric Botcazou[Ada] Fix crash on declaration of overaligned array...
2022-07-13 Gary Dismukes[Ada] Add support for defaulted Storage_Model_Type...
2022-07-05 Eric Botcazou[Ada] Couple of small cleanups for Cloned_Subtype
2022-07-04 Justin Squirek[Ada] Tech debt: Remove code duplication
2022-07-04 Bob Duff[Ada] Fix missing error on 'Access of constrained array
2022-06-02 Eric Botcazou[Ada] Get rid of secondary stack for most calls returni...
2022-06-01 Eric Botcazou[Ada] Get rid of secondary stack for controlled compone...
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 Bob Duff[Ada] Requires_Cleanup_Actions and N_Protected_Body
2022-05-16 Eric Botcazou[Ada] Fix internal error on iterated array aggregate
2022-05-13 Steve Baird[Ada] Implement late initialization rules for type...
2022-05-13 Eric Botcazou[Ada] Fix compiler crash on FOR iteration scheme over...
2022-05-12 Bob Duff[Ada] Make debug printouts more robust
2022-05-12 Alexandre Oliva[Ada] Introduce hardbool Machine_Attribute for Ada
2022-05-10 Alexandre Oliva[Ada] Optimize nonstandard boolean conversions
2022-05-10 Piotr Trojanek[Ada] Replace variables with constants in expanded...
2022-05-10 Piotr Trojanek[Ada] Fix comment about building names in task arrays
2022-05-10 Piotr Trojanek[Ada] Simplify conversion from Character to Char_Code
2022-05-09 Justin Squirek[Ada] Fix invalid memory access on finalization of...
2022-05-09 Piotr Trojanek[Ada] Fix indentation of "Start of processing for ...
2022-05-09 Piotr Trojanek[Ada] Allow Big_Integer in loop and subprogram variants
2022-01-11 Piotr Trojanek[Ada] Remove unreferenced CCG-specific routine Insert_D...
2022-01-11 Piotr Trojanek[Ada] Avoid redundant checks for empty lists
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 extra space before THEN keywords
2022-01-06 Piotr Trojanek[Ada] Remove unnecessary guards for non-empty lists
2022-01-06 Etienne Servais[Ada] Fix typo in comments found running aspell
2022-01-06 Bob Duff[Ada] New restriction No_Tagged_Type_Registration
2021-12-02 Piotr Trojanek[Ada] Cleanup insertion of single freezing actions
2021-11-09 Justin Squirek[Ada] Hang on compilation of unit with type extension...
2021-10-25 Etienne Servais[Ada] Change format of the ?? warning insertion sequence
2021-10-25 Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-20 Bob Duff[Ada] tech debt: Clean up Uint fields, such as Esize
next
This page took 0.876707 seconds and 7 git commands to generate.