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_disp.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
ada: Cleanup "not Present" on List_Id
Piotr Trojanek
1
-1
/
+1
2023-07-18
ada: Constraint_Error caused by interface conversion
Javier Miranda
1
-90
/
+4
2023-06-13
ada: Simplify appending to a newly created list
Piotr Trojanek
1
-3
/
+3
2023-05-26
ada: Handle new Controlling_Tag format when converting to SCIL
Ghjuvan Lacambre
1
-8
/
+26
2023-05-23
ada: Fix address arithmetic issues in the expanded code
Eric Botcazou
1
-32
/
+37
2023-05-15
ada: Skip dynamic interface conversion under native runtime
Javier Miranda
1
-7
/
+91
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-0
/
+1
2022-11-04
ada: Skip dynamic interface conversion under configurable runtime
Javier Miranda
1
-1
/
+1
2022-11-04
ada: Skip dynamic interface conversion under configurable runtime
Javier Miranda
1
-11
/
+21
2022-11-04
ada: Refactor: replace uses of `not Present(X)` with `No (X)`
Ghjuvan Lacambre
1
-9
/
+7
2022-07-04
[Ada] Fix dispatching call to primitive function with controlling tagged result
Eric Botcazou
1
-2
/
+8
2022-06-02
[Ada] Restore full generation of static dispatch tables with -gnatzr
Eric Botcazou
1
-8
/
+9
2022-06-02
[Ada] Get rid of secondary stack for most calls returning tagged types
Eric Botcazou
1
-81
/
+314
2022-06-02
[Ada] Move registering code for predefined primitives to Exp_Disp
Eric Botcazou
1
-0
/
+104
2022-06-02
[Ada] Build static dispatch tables always at the end of declarative part
Eric Botcazou
1
-4
/
+27
2022-06-01
[Ada] Minor tweaks to dispatching support code
Eric Botcazou
1
-23
/
+27
2022-05-30
[Ada] Do not freeze specifically for dispatch tables
Eric Botcazou
1
-29
/
+0
2022-05-30
[Ada] Do not freeze profiles for dispatch tables
Eric Botcazou
1
-149
/
+11
2022-05-09
[Ada] Improve error messages to include full package name
Justin Squirek
1
-2
/
+2
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Remove extra space before THEN keywords
Piotr Trojanek
1
-1
/
+1
2022-01-07
[Ada] Remove unnecessary guards for appending non-empty lists
Piotr Trojanek
1
-3
/
+1
2022-01-06
[Ada] New restriction No_Tagged_Type_Registration
Bob Duff
1
-5
/
+13
2022-01-05
[Ada] Remove unnecessary check for missing parameter specifications
Piotr Trojanek
1
-13
/
+11
2021-11-09
[Ada] Improve integration of strub with type systems
Alexandre Oliva
1
-0
/
+2
2021-10-25
[Ada] Follow-on cleanups for Uint fields
Bob Duff
1
-1
/
+1
2021-10-04
[Ada] Emit debugging information for TSD object
Eric Botcazou
1
-0
/
+5
2021-10-01
[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditions
Javier Miranda
1
-225
/
+0
2021-09-23
[Ada] Wrappers of access-to-subprograms with pre/post conditions
Javier Miranda
1
-0
/
+4
2021-09-22
[Ada] Fix conformance errors and erroneous code
Bob Duff
1
-1
/
+1
2021-09-20
[Ada] Present and No functions for type Uint
Bob Duff
1
-10
/
+10
2021-09-20
[Ada] Cleanups related to building of dispatch tables
Piotr Trojanek
1
-1
/
+1
2021-09-20
[Ada] Fix repeated generation of dispatch tables in CodePeer mode
Piotr Trojanek
1
-1
/
+2
2021-09-20
[Ada] Implementation of Preelaborable_Initialization attribute for AI12-0409
Gary Dismukes
1
-29
/
+0
2021-07-07
[Ada] Simplify code by reusing List_Length
Piotr Trojanek
1
-13
/
+1
2021-07-07
[Ada] Transient scope cleanup
Bob Duff
1
-67
/
+44
2021-06-18
[Ada] Premature freezing of types
Arnaud Charlet
1
-0
/
+2
2021-06-16
[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching calls
Javier Miranda
1
-0
/
+10
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-45
/
+45
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-15
/
+15
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-5
/
+12
2021-05-06
[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching calls
Javier Miranda
1
-22
/
+84
2021-05-05
[Ada] Remove redundant checks for empty lists
Piotr Trojanek
1
-16
/
+13
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
-16
/
+10
2021-05-03
[Ada] Remove leading and trailing spaces in error messages
Piotr Trojanek
1
-1
/
+1
2020-12-15
[Ada] Remove redundant calls to UI_To_Int in relational operands
Piotr Trojanek
1
-1
/
+1
2020-07-27
[Ada] Use membership tests in front-end
Arnaud Charlet
1
-11
/
+9
2020-06-18
[Ada] Crash in tagged type constructor with task components
Javier Miranda
1
-0
/
+1
[next]