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-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_aggr.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
[Ada] Transient scope cleanup
Bob Duff
1
-7
/
+5
2021-07-05
[Ada] Clean up Get_Index_Bounds
Bob Duff
1
-185
/
+196
2021-06-29
[Ada] Crash on limited array object with address clause
Ed Schonberg
1
-0
/
+9
2021-06-29
[Ada] tech debt: Parent (Empty) is not allowed
Bob Duff
1
-2
/
+2
2021-06-18
[Ada] New debug switch to disable large static aggregates
Bob Duff
1
-2
/
+4
2021-06-18
[Ada] Update comments related to TBD
Arnaud Charlet
1
-1
/
+1
2021-06-17
[Ada] Casing on composite values
Steve Baird
1
-0
/
+6
2021-06-15
[Ada] Rename Ada 202* to Ada 2022
Arnaud Charlet
1
-1
/
+1
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-46
/
+46
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-3
/
+3
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-2
/
+6
2021-05-06
[Ada] Missing semantic error on ineffective Others_Clause
Ed Schonberg
1
-0
/
+15
2021-05-04
[Ada] Ongoing work for AI12-0212: container aggregates
Ed Schonberg
1
-56
/
+180
2021-05-03
[Ada] Minor style fixes in Max_Aggregate_Size
Piotr Trojanek
1
-4
/
+14
2021-05-03
[Ada] Replace low-level membership test with a high-level Is_Record_Type
Piotr Trojanek
1
-1
/
+1
2021-05-03
[Ada] Update copyright notice
Arnaud Charlet
1
-1
/
+1
2021-05-03
[Ada] Replace calls to RTE with Is_RTE where possible
Piotr Trojanek
1
-14
/
+9
2021-05-03
[Ada] Crash on aggregate in function call in object declaration
Ed Schonberg
1
-2
/
+6
2021-04-29
[Ada] Bad handling of array sliding in aggregate
Arnaud Charlet
1
-58
/
+65
2020-12-14
[Ada] Additional fixes for Default_Initial_Condition
Gary Dismukes
1
-15
/
+16
2020-11-30
[Ada] Implement inheritance for Default_Initial_Condition and address other gaps
Gary Dismukes
1
-0
/
+43
2020-10-26
[Ada] Handle Iterated_Component_Association with Others_Choice
Ed Schonberg
1
-6
/
+18
2020-10-23
[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363
Eric Botcazou
1
-3
/
+5
2020-10-22
[Ada] Ada_2020 AI12-0250: Iterator filters in Iterated_Element_Assocations
Ed Schonberg
1
-0
/
+10
2020-10-22
[Ada] Ada_2020: ongoing work for aggregates for bounded containers
Ed Schonberg
1
-92
/
+167
2020-10-21
[Ada] Fix analysis of iterated component expression with null range
Piotr Trojanek
1
-1
/
+25
2020-10-21
[Ada] Refactor repeated calls to Etype in aggregate expansion
Piotr Trojanek
1
-9
/
+9
2020-10-20
[Ada] Ada_2020: Further code cleanup for container aggregates
Ed Schonberg
1
-32
/
+37
2020-10-19
[Ada] Ada_2020: Implement Key_Expression for named container aggregates
Ed Schonberg
1
-12
/
+70
2020-10-16
[Ada] Assorted style cleanups
Piotr Trojanek
1
-2
/
+2
2020-10-15
[Ada] Ada_2020: Add aspect Aggregate to standard container units
Ed Schonberg
1
-1
/
+3
2020-07-27
[Ada] Use membership tests in front-end
Arnaud Charlet
1
-35
/
+35
2020-07-16
[Ada] Ongoing work for AI12-0212 : container aggregates
Ed Schonberg
1
-5
/
+248
2020-07-16
[Ada] Adjust heuristics about size of static aggregates
Bob Duff
1
-19
/
+77
2020-07-15
[Ada] Cleanup in Convert_To_Positional after previous work
Eric Botcazou
1
-15
/
+3
2020-07-15
[Ada] Ongoing work for AI12-0212: container aggregates
Arnaud Charlet
1
-7
/
+14
2020-07-15
[Ada] Minor reformatting of comments and some code, plus a typo correction
Gary Dismukes
1
-13
/
+13
2020-07-15
[Ada] Ongoing work for unnamed and named container aggregates
Ed Schonberg
1
-11
/
+114
2020-07-10
[Ada] Further improve the expansion of array aggregates
Eric Botcazou
1
-73
/
+125
2020-07-10
[Ada] Reformatting and typo corrections
Gary Dismukes
1
-40
/
+41
2020-07-10
[Ada] Use small limit for aggregates inside subprograms
Arnaud Charlet
1
-0
/
+6
2020-07-10
[Ada] Part of implementation of AI12-0212: container aggregates
Ed Schonberg
1
-0
/
+73
2020-07-07
[Ada] Fix expansion of delta aggregates with slices
Piotr Trojanek
1
-1
/
+1
2020-07-06
[Ada] Improve run-time performance for large initialized allocators
Eric Botcazou
1
-222
/
+273
2020-06-19
[Ada] Fix check for bounds in aggregate expansion of allocator
Eric Botcazou
1
-5
/
+16
2020-06-12
[Ada] Improve code generated for assignment of dynamic record aggregates
Eric Botcazou
1
-80
/
+231
2020-06-11
[Ada] Remove a dubious optimization for Object Specific Data dispatching
Piotr Trojanek
1
-0
/
+3
2020-06-11
[Ada] Remove useless code in Backend_Processing_Possible
Piotr Trojanek
1
-1
/
+0
2020-06-10
[Ada] Improve code generated for dynamic discriminated aggregate
Eric Botcazou
1
-15
/
+26
2020-06-10
[Ada] Minor reformatting and some typo fixes
Gary Dismukes
1
-2
/
+2
[next]