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_ch4.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
ada: Rename Is_Limited_View to reflect actual query
Yannick Moy
1
-1
/
+1
2023-07-04
ada: Small adjustments to new procedure Expand_Unchecked_Union_Equality
Eric Botcazou
1
-6
/
+10
2023-07-03
ada: Fix renaming of predefined equality operator for unchecked union types
Eric Botcazou
1
-409
/
+273
2023-06-27
ada: Fix double finalization of case expression in concatenation
Eric Botcazou
1
-35
/
+23
2023-06-27
ada: Fix too late finalization and secondary stack release in iterator loops
Eric Botcazou
1
-26
/
+0
2023-06-13
ada: Add missing ss_mark/ss_release in quantified expressions
Bob Duff
1
-0
/
+26
2023-06-13
ada: Factor out tag assignments from type in expander
Eric Botcazou
1
-25
/
+3
2023-05-29
ada: Fix wrong result for membership test of null in null-excluding access type
Eric Botcazou
1
-3
/
+5
2023-05-29
ada: Fix wrong finalization for call to BIP function in conditional expression
Eric Botcazou
1
-51
/
+120
2023-05-26
ada: Use truncation for dynamic conversions from floating point to fixed point
Eric Botcazou
1
-2
/
+5
2023-05-26
ada: Crash on function returning allocated object containing tasks
Javier Miranda
1
-0
/
+19
2023-05-26
ada: Simplify expansion of set membership
Piotr Trojanek
1
-10
/
+7
2023-05-26
ada: Cleanup expansion of membership operators into attribute Valid
Piotr Trojanek
1
-22
/
+4
2023-05-25
ada: Missing warning on null-excluding array aggregate component
Javier Miranda
1
-0
/
+5
2023-05-23
ada: Fix resolution of mod operator of System.Storage_Elements
Eric Botcazou
1
-4
/
+7
2023-05-23
ada: Remove the body of System.Storage_Elements
Eric Botcazou
1
-1
/
+27
2023-05-23
ada: Remove special-case for parentheses in expansion for GNATprove
Piotr Trojanek
1
-8
/
+0
2023-05-22
ada: Remove extra parentheses
Arnaud Charlet
1
-13
/
+13
2023-05-22
ada: Fix double finalization in conditional exit statement
Eric Botcazou
1
-2
/
+5
2023-05-16
ada: Adjust semantics and implementation of storage models
Eric Botcazou
1
-27
/
+25
2023-05-16
ada: Introduce Cannot_Be_Superflat flag on N_Range nodes
Eric Botcazou
1
-8
/
+12
2023-05-15
ada: Optimize 2**N to avoid explicit 'if' in modular case
Bob Duff
1
-105
/
+26
2023-01-16
ada: Further optimize interface objects initialized with function calls
Eric Botcazou
1
-7
/
+11
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-05
ada: Revert to constrained allocation for string concatenation
Eric Botcazou
1
-48
/
+34
2023-01-03
ada: Simplify [Small_]Integer_Type_For
Bob Duff
1
-2
/
+2
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-53
/
+73
2022-12-06
ada: Use larger type for membership test of universal value
Eric Botcazou
1
-33
/
+60
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-217
/
+6
2022-11-07
ada: Use named notation in calls to Expand_Composite_Equality
Bob Duff
1
-12
/
+18
2022-11-07
ada: New warning about noncomposing user-defined "="
Bob Duff
1
-26
/
+59
2022-11-07
ada: Create operator nodes in functional style
Piotr Trojanek
1
-58
/
+64
2022-11-07
ada: Don't reuse operator nodes in expansion
Piotr Trojanek
1
-22
/
+41
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-2
/
+2
2022-09-06
[Ada] Disable if expression optimization for LLVM
Arnaud Charlet
1
-0
/
+5
2022-07-13
[Ada] Fix if expression returning slice
Marc Poulhiès
1
-3
/
+17
2022-07-12
[Ada] Use right implementation type for nonbinary-modulus ops
Steve Baird
1
-31
/
+70
2022-07-04
[Ada] Use static stack allocation for small string if-expressions
Eric Botcazou
1
-22
/
+270
2022-07-04
[Ada] Use static stack allocation for small dynamic string concatenations
Eric Botcazou
1
-99
/
+187
2022-06-01
[Ada] Missing discriminant checks when accessing variant field
Steve Baird
1
-0
/
+11
2022-06-01
[Ada] Suppress warnings on membership test of ranges
Bob Duff
1
-39
/
+5
2022-05-19
[Ada] Preserve and reuse original type in Narrow_Large_Operation
Eric Botcazou
1
-2
/
+2
2022-05-19
[Ada] Fix bug in handling of Predicate_Failure aspect
Steve Baird
1
-1
/
+3
2022-05-19
[Ada] Get rid of secondary stack for controlled components
Eric Botcazou
1
-1
/
+4
2022-05-17
[Ada] Provide allocation subtype for allocators of a Designated_Storage_Model...
Gary Dismukes
1
-0
/
+24
2022-05-16
[Ada] Freeze target type on qualified expression expansion
Etienne Servais
1
-0
/
+2
2022-05-16
[Ada] Fix implementation issues with equality for untagged record types
Eric Botcazou
1
-145
/
+17
2022-05-10
[Ada] Optimize nonstandard boolean conversions
Alexandre Oliva
1
-10
/
+27
2022-05-10
[Ada] Handle non-standard booleans in if_expression condition
Alexandre Oliva
1
-0
/
+4
2022-05-09
[Ada] Set Error_Msg_Warn before use of << insertion
Yannick Moy
1
-0
/
+1
[next]