index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ada
/
exp_ch3.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
ada: Cleanup expansion of object declarations
Piotr Trojanek
1
-7
/
+3
2024-08-29
ada: Ensure validity checks for private scalar types
Piotr Trojanek
1
-1
/
+2
2024-08-02
ada: Clean up handling of inlining of finalizer procedures
Richard Kenner
1
-0
/
+1
2024-08-01
ada: Missing adjust of controlled component initialized from container aggregate
Gary Dismukes
1
-2
/
+4
2024-08-01
ada: Remove support for bodies in -gnatceg
Arnaud Charlet
1
-12
/
+2
2024-06-27
ada: Implement first half of Generalized Finalization
Eric Botcazou
1
-25
/
+28
2024-06-20
ada: Do not compute Has_Controlled_Component twice during freezing
Eric Botcazou
1
-38
/
+0
2024-06-14
ada: Add prototype for mutably tagged types
Justin Squirek
1
-7
/
+57
2024-06-10
ada: Cleanup repeated code in expansion of stream attributes
Piotr Trojanek
1
-2
/
+1
2024-06-10
ada: Simplify check for type without stream operations
Piotr Trojanek
1
-1
/
+3
2024-05-20
ada: Extend expansion delaying mechanism to conditional expressions
Eric Botcazou
1
-0
/
+38
2024-05-17
ada: Disable Equivalent_Array_Aggregate optimization if predicates involved
Steve Baird
1
-0
/
+1
2024-05-14
ada: Decouple attachment from dynamic allocation for controlled objects
Eric Botcazou
1
-1
/
+4
2024-05-14
ada: Restore default size for dynamic allocations of discriminated type
Eric Botcazou
1
-9
/
+28
2024-05-14
ada: Follow-up adjustment after fix to Default_Initialize_Object
Eric Botcazou
1
-6
/
+10
2024-05-14
ada: Reduce generated code duplication for streaming and Put_Image subprograms
Steve Baird
1
-1
/
+1
2024-05-14
ada: Factor out implementation of default initialization for objects
Eric Botcazou
1
-457
/
+558
2024-05-14
ada: Small fix to Default_Initialize_Object
Eric Botcazou
1
-12
/
+14
2024-05-13
ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util
Eric Botcazou
1
-25
/
+0
2024-05-13
ada: Replace finalization masters with finalization collections
Eric Botcazou
1
-31
/
+26
2024-05-13
ada: Decouple finalization masters from storage pools
Eric Botcazou
1
-25
/
+24
2024-05-13
ada: Restore fix for controlled dynamic allocation with BIP function call
Eric Botcazou
1
-0
/
+8
2024-05-07
ada: Prevent calculation of negative stack counts
Piotr Trojanek
1
-1
/
+1
2024-05-07
ada: Cleanup calculation of task stacks
Piotr Trojanek
1
-18
/
+13
2024-05-07
ada: Fix bad interaction between homogeneous finalization master and BIP prot...
Eric Botcazou
1
-64
/
+0
2024-05-06
ada: Fix non-idiomatic construct
Eric Botcazou
1
-1
/
+1
2024-05-06
ada: Partial implementation of redesign of support for object finalization
Eric Botcazou
1
-9
/
+27
2024-01-22
Update copyright years.
Marc Poulhiès
1
-1
/
+1
2023-12-19
ada: Rename Is_Constr_Subt_For_UN_Aliased flag
Eric Botcazou
1
-2
/
+1
2023-11-07
ada: Elide temporary for aliased array with unconstrained nominal subtype
Eric Botcazou
1
-23
/
+24
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-3
/
+3
2023-11-07
ada: Implement Aspects as fields under nodes
Viljar Indus
1
-0
/
+4
2023-09-19
ada: TSS finalize address subprogram generation for constrained...
Richard Wai
1
-0
/
+4
2023-07-28
ada: Fix unsupported dispatching constructor call
Javier Miranda
1
-12
/
+89
2023-07-11
ada: Avoid renaming_decl in case of constrained array
Bob Duff
1
-1
/
+15
2023-07-03
ada: Fix renaming of predefined equality operator for unchecked union types
Eric Botcazou
1
-15
/
+42
2023-07-03
ada: Fix discrepancy in expansion of untagged record equality
Eric Botcazou
1
-25
/
+16
2023-06-15
ada: Fix too small secondary stack allocation for returned conversion
Eric Botcazou
1
-30
/
+62
2023-06-15
ada: Fix too small secondary stack allocation for returned aggregate
Eric Botcazou
1
-3
/
+14
2023-06-13
ada: Factor out tag assignments from type in expander
Eric Botcazou
1
-58
/
+14
2023-06-13
ada: Remove explicit decoration of wrapper created in freezing
Piotr Trojanek
1
-2
/
+0
2023-05-30
ada: Only build access-to-subprogram wrappers when expander is active
Piotr Trojanek
1
-4
/
+0
2023-05-29
ada: Default_Component_Value trumps Initialize/Normalize_Scalars
Steve Baird
1
-0
/
+6
2023-05-25
ada: Avoid duplicated streaming subprograms
Steve Baird
1
-4
/
+4
2023-05-23
ada: Fix bogus error on predicated limited record declared in protected type
Eric Botcazou
1
-22
/
+9
2023-05-22
ada: Fix spurious freezing error on nonabstract null extension
Eric Botcazou
1
-3
/
+5
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-6
/
+6
2023-05-22
ada: Fix crash on Ada.Containers with No_Dispatching_Calls restriction
Eric Botcazou
1
-1
/
+5
2023-05-15
ada: Fix typo in comment
Marc Poulhiès
1
-1
/
+1
2023-01-16
ada: Fix typo in comment
Eric Botcazou
1
-1
/
+1
[next]