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/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-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_util.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-15
ada: Fix too small secondary stack allocation for returned conversion
Eric Botcazou
1
-0
/
+1
2023-06-15
ada: Revert latest change to Find_Hook_Context
Eric Botcazou
1
-10
/
+0
2023-06-15
ada: Fix missing finalization for aggregates nested in conditional expressions
Eric Botcazou
1
-0
/
+20
2023-06-13
ada: Streamline expansion of controlled actions for aggregates
Eric Botcazou
1
-8
/
+0
2023-06-13
ada: Factor out tag assignments from type in expander
Eric Botcazou
1
-0
/
+27
2023-06-13
ada: Support new GNAT-specific aspect Ghost_Predicate
Yannick Moy
1
-0
/
+2
2023-05-30
ada: Fix visibility error with DIC or Type_Invariant aspect on generic type
Eric Botcazou
1
-2
/
+17
2023-05-29
ada: Fix wrong finalization for loop on indexed container
Eric Botcazou
1
-3
/
+99
2023-05-16
ada: Adjust semantics and implementation of storage models
Eric Botcazou
1
-0
/
+49
2023-01-16
ada: Use static references to tag in more cases for interface objects
Eric Botcazou
1
-55
/
+57
2023-01-16
ada: Fix benign pasto in new predicate
Eric Botcazou
1
-1
/
+1
2023-01-16
ada: Fix premature finalization of temporaries for interface objects
Eric Botcazou
1
-28
/
+17
2023-01-16
ada: Further optimize interface objects initialized with function calls
Eric Botcazou
1
-13
/
+23
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-09
ada: Simplify finalization of temporaries created for interface objects
Eric Botcazou
1
-250
/
+27
2023-01-05
ada: Minor tweak to test added in previous change
Eric Botcazou
1
-1
/
+1
2023-01-05
ada: Clean up interface handling in Expand_N_Object_Declaration
Eric Botcazou
1
-13
/
+26
2023-01-05
ada: Optimize class-wide objects initialized with function calls
Eric Botcazou
1
-12
/
+77
2023-01-05
ada: INOX: prototype RFC on String Interpolation
Javier Miranda
1
-0
/
+1
2023-01-05
ada: Fix finalization issues in extended return statements
Eric Botcazou
1
-1
/
+2
2023-01-03
ada: Fix detection of function calls in object declarations
Eric Botcazou
1
-0
/
+24
2023-01-03
ada: Simplify [Small_]Integer_Type_For
Bob Duff
1
-30
/
+7
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-1
/
+5
2022-11-21
ada: Move warnings switches
Bob Duff
1
-1
/
+2
2022-11-04
ada: Fix loop unnesting issue.
Marc Poulhiès
1
-1
/
+1
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-4
/
+4
2022-10-06
ada: Incorrect inferences drawn from if/elsif/while conditions with -gnatVo
Steve Baird
1
-1
/
+16
2022-09-06
[Ada] Fix formal parameters list for secondary stack allocation procedure
Marc Poulhiès
1
-1
/
+2
2022-09-05
[Ada] Remove VMS specific routine that is no longer referenced
Piotr Trojanek
1
-13
/
+0
2022-09-05
[Ada] Fix crash for Default_Initial_Condition on derived enumeration type
Eric Botcazou
1
-1
/
+1
2022-09-02
[Ada] Adjust previous change to Expand_Subtype_From_Expr
Eric Botcazou
1
-1
/
+1
2022-09-02
[Ada] Fix crash on declaration of overaligned array with constraints
Eric Botcazou
1
-8
/
+11
2022-07-13
[Ada] Add support for defaulted Storage_Model_Type aspect and subaspects
Gary Dismukes
1
-10
/
+1
2022-07-05
[Ada] Couple of small cleanups for Cloned_Subtype
Eric Botcazou
1
-5
/
+4
2022-07-04
[Ada] Tech debt: Remove code duplication
Justin Squirek
1
-21
/
+13
2022-07-04
[Ada] Fix missing error on 'Access of constrained array
Bob Duff
1
-3
/
+12
2022-06-02
[Ada] Get rid of secondary stack for most calls returning tagged types
Eric Botcazou
1
-0
/
+28
2022-06-01
[Ada] Get rid of secondary stack for controlled components of limited types
Eric Botcazou
1
-9
/
+11
2022-05-19
[Ada] Fix bug in handling of Predicate_Failure aspect
Steve Baird
1
-179
/
+24
2022-05-19
[Ada] Get rid of secondary stack for controlled components
Eric Botcazou
1
-1
/
+6
2022-05-17
[Ada] Requires_Cleanup_Actions and N_Protected_Body
Bob Duff
1
-1
/
+0
2022-05-16
[Ada] Fix internal error on iterated array aggregate
Eric Botcazou
1
-6
/
+11
2022-05-13
[Ada] Implement late initialization rules for type extensions
Steve Baird
1
-1
/
+8
2022-05-13
[Ada] Fix compiler crash on FOR iteration scheme over container
Eric Botcazou
1
-1
/
+1
2022-05-12
[Ada] Make debug printouts more robust
Bob Duff
1
-1
/
+1
2022-05-12
[Ada] Introduce hardbool Machine_Attribute for Ada
Alexandre Oliva
1
-1
/
+70
2022-05-10
[Ada] Optimize nonstandard boolean conversions
Alexandre Oliva
1
-0
/
+3
2022-05-10
[Ada] Replace variables with constants in expanded code for task names
Piotr Trojanek
1
-6
/
+12
2022-05-10
[Ada] Fix comment about building names in task arrays
Piotr Trojanek
1
-5
/
+5
2022-05-10
[Ada] Simplify conversion from Character to Char_Code
Piotr Trojanek
1
-8
/
+8
[next]