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
/
gen_il-gen-gen_nodes.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-21
ada: Small cleanup in finalization machinery
Eric Botcazou
1
-1
/
+0
2023-11-07
ada: Fix incorrect resolution of overloaded function call in instance
Eric Botcazou
1
-6
/
+12
2023-11-07
ada: Implement Aspects as fields under nodes
Viljar Indus
1
-20
/
+63
2023-11-07
ada: Minor tweaks for comparison operators
Eric Botcazou
1
-2
/
+1
2023-06-20
ada: Further fixes to handling of private views in instances
Eric Botcazou
1
-2
/
+5
2023-06-13
ada: Streamline expansion of controlled actions for aggregates
Eric Botcazou
1
-2
/
+2
2023-05-23
ada: Fix latent issue in support for protected entries
Eric Botcazou
1
-1
/
+2
2023-05-16
ada: Introduce Cannot_Be_Superflat flag on N_Range nodes
Eric Botcazou
1
-1
/
+2
2023-05-16
ada: Change Present_Expr field type to Uint
Richard Kenner
1
-1
/
+1
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2023-01-05
ada: INOX: prototype RFC on String Interpolation
Javier Miranda
1
-0
/
+3
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-1
/
+1
2022-12-06
ada: Accessibility code reorganization and bug fixes
Justin Squirek
1
-0
/
+1
2022-09-12
[Ada] Tech debt: Expansion of contracts
Justin Squirek
1
-1
/
+2
2022-09-06
[Ada] Place "at end" on body nodes
Bob Duff
1
-3
/
+7
2022-06-02
[Ada] Get rid of secondary stack for most calls returning tagged types
Eric Botcazou
1
-2
/
+0
2022-05-30
[Ada] Delete no-longer-used Convert_To_Return_False flag
Steve Baird
1
-2
/
+1
2022-05-18
[Ada] Fix the parsing for delta aggregate
Marc Poulhiès
1
-0
/
+1
2022-05-17
[Ada] Cleanups related to front-end SJLJ
Bob Duff
1
-2
/
+1
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2021-12-02
[Ada] Use bracket aggregates in Ada2022
Marc Poulhiès
1
-0
/
+2
2021-12-01
[Ada] Allow formal functions to have a default in the form of an expression f...
Gary Dismukes
1
-0
/
+2
2021-10-25
[Ada] Make Declaration_Node return nondeclarations in fewer cases
Bob Duff
1
-3
/
+16
2021-10-20
[Ada] tech debt: Clean up Uint fields, such as Esize
Bob Duff
1
-3
/
+3
2021-10-01
[Ada] Add more node unions
Richard Kenner
1
-0
/
+27
2021-10-01
[Ada] Add N_Is_Decl
Richard Kenner
1
-1
/
+15
2021-10-01
[Ada] Add N_Entity_Name
Richard Kenner
1
-0
/
+10
2021-09-23
[Ada] Add N_Has_Bounds and N_Is_Index
Richard Kenner
1
-0
/
+13
2021-07-12
[Ada] Clean up Uint fields
Bob Duff
1
-6
/
+6
2021-07-06
[Ada] Tbuild cleanup
Bob Duff
1
-2
/
+8
2021-07-06
[Ada] Removal of various ??? comments plus related code changes
Gary Dismukes
1
-6
/
+0
2021-07-06
[Ada] Make parent of N_Exception_Declaration be N_Declaration
Bob Duff
1
-2
/
+2
2021-06-21
[Ada] INOX: prototype "when" constructs
Justin Squirek
1
-0
/
+13
2021-06-21
[Ada] Implementation of AI12-205: defaults for formal types
Ed Schonberg
1
-1
/
+2
2021-06-17
[Ada] Casing on composite values
Steve Baird
1
-1
/
+3
2021-06-15
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-17
/
+36
2021-05-07
[Ada] Fix link from body protected entry implementation to source code
Piotr Trojanek
1
-0
/
+1
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-0
/
+1616