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
2020-10-23
[Ada] Further Ada 2020 work on accessibility checking
Justin Squirek
1
-32
/
+35
2020-10-23
[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363
Eric Botcazou
1
-2
/
+2
2020-10-22
[Ada] Reimplementation of accessibility checking
Justin Squirek
1
-27
/
+16
2020-10-21
[Ada] Basic support for 128-bit types
Eric Botcazou
1
-33
/
+51
2020-10-19
[Ada] Missing check on array concatenation
Arnaud Charlet
1
-2
/
+3
2020-10-19
[Ada] No range check on fixed point to integer conversion
Arnaud Charlet
1
-15
/
+46
2020-10-16
[Ada] Reduce use of primary stack on string concatenation
Arnaud Charlet
1
-23
/
+91
2020-10-15
[Ada] Add support for compile time evaluation of Shift_Right_Arithmetic
Arnaud Charlet
1
-40
/
+53
2020-07-27
[Ada] Use membership tests in front-end
Arnaud Charlet
1
-50
/
+44
2020-07-23
[Ada] Ada2020: AI12-0027 Access values and unaliased component
Arnaud Charlet
1
-2
/
+2
2020-07-16
[Ada] Spurious accessibility error on allocator in generic instance
Justin Squirek
1
-15
/
+25
2020-07-16
[Ada] AI12-0042: Type invariant checking rules
Gary Dismukes
1
-0
/
+33
2020-07-10
[Ada] Use small limit for aggregates inside subprograms
Arnaud Charlet
1
-7
/
+6
2020-07-10
[Ada] Small cleanup throughout Exp_Ch4
Eric Botcazou
1
-33
/
+32
2020-07-08
[Ada] Do not apply constraint checks on allocator with No_Initialization
Eric Botcazou
1
-2
/
+3
2020-07-08
[Ada] Small tweak to Narrow_Large_Operation procedure
Eric Botcazou
1
-3
/
+5
2020-07-07
[Ada] ACATS 4.1K - C452003
Arnaud Charlet
1
-33
/
+53
2020-07-06
[Ada] Various typo fixes and reformatting of comments
Gary Dismukes
1
-5
/
+5
2020-06-26
Take into account range info to optimize range tests into bit tests
Eric Botcazou
1
-5
/
+8
2020-06-18
[Ada] Fix small inefficiency in previous change to expander
Eric Botcazou
1
-11
/
+33
2020-06-18
[Ada] Narrow large arithmetic and comparison operations
Eric Botcazou
1
-13
/
+343
2020-06-18
[Ada] Small cleanup in constraint checking code for allocators
Eric Botcazou
1
-43
/
+58
2020-06-18
[Ada] Fix invalid expression sharing in Expand_Array_Equality
Eric Botcazou
1
-9
/
+8
2020-06-18
[Ada] Small improvement to Optimize_Length_Comparison
Eric Botcazou
1
-2
/
+3
2020-06-17
[Ada] Fix incorrect operand sharing after expansion
Eric Botcazou
1
-7
/
+6
2020-06-17
[Ada] Add assertions to Preserve_Comes_From_Source and reuse it
Piotr Trojanek
1
-2
/
+2
2020-06-17
[Ada] Deal with second specific superflat case in Optimize_Length_Comparison
Eric Botcazou
1
-14
/
+82
2020-06-17
[Ada] Fix small oversight in change to Optimize_Length_Comparison
Eric Botcazou
1
-16
/
+27
2020-06-17
[Ada] Optimize length checks generated for slice assignments
Eric Botcazou
1
-63
/
+126
2020-06-16
[Ada] Expand 'Pos and 'Val for enumeration types with standard representation
Eric Botcazou
1
-2
/
+4
2020-06-16
[Ada] ACATS C452005/C452006 memberships use wrong equality operation
Arnaud Charlet
1
-3
/
+6
2020-06-16
[Ada] ACATS 4.1K - B452001 - No errors detected
Arnaud Charlet
1
-0
/
+5
2020-06-15
[Ada] Implement AI12-0343 Return Statement Checks
Eric Botcazou
1
-71
/
+18
2020-06-15
[Ada] Crash in tagged type constructor with task components
Javier Miranda
1
-12
/
+10
2020-06-15
[Ada] Bad access checks on if/case expression as actual
Justin Squirek
1
-8
/
+78
2020-06-11
[Ada] Consolidate handling of implicit dereferences into semantic analysis
Eric Botcazou
1
-47
/
+6
2020-06-10
[Ada] Implement AI12-0162 Memberships and Unchecked_Unions
Eric Botcazou
1
-11
/
+12
2020-06-10
[Ada] Minor fix style and typos in comments
Piotr Trojanek
1
-1
/
+1
2020-06-09
[Ada] Code clean ups and comments updates
Arnaud Charlet
1
-1
/
+1
2020-06-09
[Ada] Membership test against a non-excluding subtype
Arnaud Charlet
1
-33
/
+36
2020-06-08
[Ada] AI12-0085 Missing aspect cases for Remote_Types
Arnaud Charlet
1
-1
/
+1
2020-06-08
[Ada] Implement predicate checks on qualified expressions (AI12-0100)
Gary Dismukes
1
-0
/
+4
2020-06-03
[Ada] Small improvement to Expand_N_Unchecked_Type_Conversion
Eric Botcazou
1
-3
/
+3
2020-06-03
[Ada] Iterate with procedural versions of Next_... routines where possible
Piotr Trojanek
1
-1
/
+1
2020-06-02
[Ada] CCG: regressions on ACATS c460007, c46013a, cd1009d
Javier Miranda
1
-0
/
+52
2020-06-02
[Ada] Bump copyright year
Arnaud Charlet
1
-1
/
+1
2020-06-02
[Ada] Remove degenerate Treat_Fixed_As_Integer mechanism
Eric Botcazou
1
-36
/
+17
2020-06-02
[Ada] Address potentially uninitialized variables and dead code
Arnaud Charlet
1
-4
/
+7
2019-12-13
[Ada] Adding support for unsupported type conversion in CCG
Javier Miranda
1
-0
/
+21
2019-12-13
[Ada] Implement AI12-0101
Steve Baird
1
-36
/
+98
[next]