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_imgv.adb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-18
ada: Constraint_Error caused by 'Image applied to interface type
Javier Miranda
1
-4
/
+4
2023-05-26
ada: Fix crash on 'Img as generic actual function
Bob Duff
1
-5
/
+4
2023-05-16
ada: Fix internal error on 'Image applied to array component
Eric Botcazou
1
-2
/
+21
2023-01-09
ada: Update copyright notice
Arnaud Charlet
1
-1
/
+1
2022-11-08
ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite types
Piotr Trojanek
1
-0
/
+19
2022-11-07
ada: Create operator nodes in functional style
Piotr Trojanek
1
-12
/
+12
2022-07-05
[Ada] Remove exception propagation during bootstrap
Arnaud Charlet
1
-1
/
+3
2022-01-11
[Ada] Update copyright notice and bump Gnatvsn.Current_Year
Arnaud Charlet
1
-1
/
+1
2022-01-07
[Ada] Cleanup and modification of unreferenced warnings
Justin Squirek
1
-1
/
+1
2021-12-02
[Ada] Use bracket aggregates in Ada2022
Marc Poulhiès
1
-1
/
+2
2021-07-12
[Ada] Avoid unnecessary work when expanding 'Image into 'Put_Image
Piotr Trojanek
1
-9
/
+10
2021-07-08
[Ada] Fix violation of No_Implicit_Loops restriction for enumeration type
Eric Botcazou
1
-3
/
+8
2021-06-29
[Ada] Further adjustment and optimization of System.Value_N
Eric Botcazou
1
-4
/
+4
2021-06-21
[Ada] Implement 'Valid_Value attribute
Bob Duff
1
-23
/
+83
2021-06-15
[Ada] Fix typos in comment about expansion of attribute Image
Piotr Trojanek
1
-1
/
+1
2021-06-15
[Ada] Rename Ada 202* to Ada 2022
Arnaud Charlet
1
-2
/
+2
2021-05-07
[Ada] Minor reformattings
Bob Duff
1
-27
/
+27
2021-05-07
[Ada] Variable-sized node types -- cleanup
Bob Duff
1
-1
/
+1
2021-05-07
[Ada] Variable-sized node types
Bob Duff
1
-2
/
+6
2021-05-05
[Ada] Do not use hash function for enumeration Value with trampolines
Eric Botcazou
1
-10
/
+17
2021-05-05
[Ada] Small cleanup in the Expand_Image_Attribute procedure
Eric Botcazou
1
-80
/
+41
2021-05-05
[Ada] Use inline expansion of Image for standard boolean by default
Eric Botcazou
1
-3
/
+116
2021-05-05
[Ada] Use inline expansion of Image for enumeration types by default
Eric Botcazou
1
-19
/
+17
2021-05-05
[Ada] Adjust expansion of perfect hash function for Value
Eric Botcazou
1
-8
/
+19
2021-05-05
[Ada] Speed up enumeration'Value with perfect hash function
Piotr Trojanek
1
-30
/
+508
2021-05-05
[Ada] Implement tiered support for floating-point output operations
Eric Botcazou
1
-26
/
+32
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
-1
/
+1
2020-12-17
[Ada] Do not use exponentiation for common bases in floating-point Value
Eric Botcazou
1
-4
/
+13
2020-12-15
[Ada] Implement tiered support for floating-point input operations
Eric Botcazou
1
-3
/
+14
2020-11-30
[Ada] Expand integer-only implementation of ordinary fixed-point types
Eric Botcazou
1
-9
/
+17
2020-11-26
[Ada] Add support for 128-bit fixed-point types on 64-bit platforms
Eric Botcazou
1
-101
/
+203
2020-10-23
[Ada] Do not use Long_Long_Long_Integer'Image with pragma Discard_Names
Eric Botcazou
1
-5
/
+8
2020-10-21
[Ada] Support of attributes Image, Put_Image, Val and Width for 128-bit types
Eric Botcazou
1
-15
/
+39
2020-10-16
[Ada] Attribute Img on derived types
Ed Schonberg
1
-2
/
+8
2020-10-16
[Ada] Attribute Img on derived types
Ed Schonberg
1
-12
/
+8
2020-07-27
[Ada] Bug in Enum_Subtype'Image in Ada 2020 mode
Bob Duff
1
-1
/
+1
2020-06-15
[Ada] T'Image calls T'Put_Image
Bob Duff
1
-8
/
+40
2020-06-15
[Ada] Put_Image: Implement for private types with full real type
Bob Duff
1
-1
/
+24
2020-06-11
[Ada] Put_Image attribute
Bob Duff
1
-1
/
+1
2020-06-05
[Ada] Put_Image attribute
Bob Duff
1
-7
/
+8
2020-06-02
[Ada] Bump copyright year
Arnaud Charlet
1
-1
/
+1
2019-07-08
[Ada] Crash on Image and Value attributes
Justin Squirek
1
-9
/
+29
2019-01-08
[Ada] Bump copyright years to 2019
Pierre-Marie de Rodat
1
-1
/
+1
2018-01-11
[Ada] Bump copyright notices to 2018
Arnaud Charlet
1
-1
/
+1
2017-11-09
[multiple changes]
Pierre-Marie de Rodat
1
-1
/
+1
2017-09-25
[multiple changes]
Pierre-Marie de Rodat
1
-9
/
+9
2017-09-25
exp_imgv.adb (Expand_Image_Attribute): Disable the optimized expansion of use...
Pierre-Marie de Rodat
1
-13
/
+15
2017-09-25
[multiple changes]
Pierre-Marie de Rodat
1
-4
/
+180
2017-09-06
[multiple changes]
Arnaud Charlet
1
-9
/
+64
[next]