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/gfortran-test
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-15
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-15
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
/
gcc-interface
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
decl.c (gnat_to_gnu_entity): Don't generate debug info for inner record types...
Pierre-Marie de Rodat
2
-6
/
+20
2017-09-09
decl.c (components_to_record): Do not reorder in non- packed record types if...
Eric Botcazou
1
-1
/
+5
2017-09-09
trans.c (Subprogram_Body_to_gnu): Disregard inlining limits for expression fu...
Eric Botcazou
1
-1
/
+6
2017-09-09
decl.c (gnat_to_gnu_entity): Copy the layout of the record from the parent ty...
Eric Botcazou
1
-4
/
+6
2017-09-09
utils2.c (build_allocator): In type_annotate_only mode return NULL_EXPR.
Eric Botcazou
1
-0
/
+6
2017-09-09
decl.c (promote_object_alignment): New function taken from...
Eric Botcazou
1
-40
/
+58
2017-09-09
decl.c (gnat_to_gnu_entity): Apply the promotion to static memory earlier in ...
Eric Botcazou
1
-12
/
+13
2017-09-09
decl.c (gnat_to_gnu_entity): Only set the TYPE_ALIGN_OK and TYPE_BY_REFERENCE...
Eric Botcazou
2
-17
/
+15
2017-09-09
utils.c (convert): When converting to a padding type...
Eric Botcazou
1
-4
/
+14
2017-09-08
Make-lang.in, [...]: Find runtime source in libgnat/
Nicolas Roche
2
-500
/
+398
2017-09-08
[multiple changes]
Arnaud Charlet
1
-2
/
+5
2017-09-08
Makefile.in, [...]: Move libgnarl sources to libgnarl subdir.
Nicolas Roche
1
-450
/
+451
2017-09-08
s-dwalin.ads, [...]: New.
Arnaud Charlet
1
-0
/
+25
2017-09-08
[multiple changes]
Arnaud Charlet
1
-400
/
+46
2017-09-08
Minor clean up.
Arnaud Charlet
1
-1
/
+5
2017-09-08
Fix merge error.
Eric Botcazou
1
-11
/
+0
2017-09-07
re PR ada/82127 (gnat.dg/specs/constructor.ads FAILs)
Eric Botcazou
1
-5
/
+3
2017-09-06
decl.c (warn_on_field_placement): Issue the warning only if the record type i...
Eric Botcazou
1
-0
/
+4
2017-09-06
trans.c (gnat_to_gnu): Try again to translate the prefix after the field if i...
Eric Botcazou
1
-0
/
+11
2017-09-06
Makefile.in: Remove the Project Manager from the GNAT tools.
Vincent Celier
1
-6
/
+3
2017-09-06
[multiple changes]
Arnaud Charlet
1
-2
/
+1
2017-09-06
[multiple changes]
Arnaud Charlet
1
-13
/
+12
2017-09-05
Make mode_for_size_tree return an opt_mode
Richard Sandiford
1
-1
/
+2
2017-09-05
Make more use of int_mode_for_size
Richard Sandiford
1
-1
/
+2
2017-09-05
re PR ada/62235 (segmentation fault on Ada 2012 code)
Eric Botcazou
1
-3
/
+6
2017-09-05
trans.c (convert_with_check): Use a custom base type if the base type of the ...
Eric Botcazou
1
-40
/
+49
2017-09-05
trans.c (Attribute_to_gnu): Do not strip conversions around prefixes that are...
Eric Botcazou
1
-4
/
+8
2017-09-05
utils.c (unchecked_convert): When the result type is a non-biased integral ty...
Eric Botcazou
1
-14
/
+20
2017-09-05
gigi.h (renaming_from_generic_instantiation_p): Turn to
Eric Botcazou
4
-46
/
+40
2017-09-05
trans.c (adjust_for_implicit_deref): New function.
Eric Botcazou
1
-16
/
+26
2017-09-05
repinfo.ads: Document new treatment of dynamic values.
Eric Botcazou
1
-38
/
+65
2017-09-05
trans.c (Call_to_gnu): If this is a function call and there is no target...
Eric Botcazou
1
-5
/
+7
2017-09-05
trans.c (pos_to_constructor): Skip conversions to an unconstrained array type.
Eric Botcazou
1
-1
/
+8
2017-08-30
[33/77] Add a NARROWEST_INT_MODE macro
Richard Sandiford
1
-1
/
+1
2017-08-30
[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>
Richard Sandiford
3
-7
/
+9
2017-08-30
[17/77] Add an int_mode_for_size helper function
Richard Sandiford
2
-7
/
+8
2017-08-30
[12/77] Use opt_scalar_float_mode when iterating over float modes
Richard Sandiford
1
-8
/
+14
2017-08-30
[7/77] Add scalar_float_mode
Richard Sandiford
1
-2
/
+4
2017-08-30
[6/77] Make GET_MODE_WIDER return an opt_mode
Richard Sandiford
1
-1
/
+1
2017-08-30
[4/77] Add FOR_EACH iterators for modes
Richard Sandiford
1
-4
/
+2
2017-08-29
Fix --help=target (Ada) (PR other/39851)
Martin Liska
1
-1
/
+1
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-29
debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...
Jakub Jelinek
1
-1
/
+1
2017-07-19
ada-tree.h (TYPE_OBJECT_RECORD_TYPE, [...]): Use TYPE_MIN_VALUE_RAW instead o...
Jakub Jelinek
1
-3
/
+6
2017-07-18
gcc: ada: delete old $(P) reference
Mike Frysinger
1
-2
/
+2
2017-06-23
trans.c (gnat_to_gnu): Initialize sync to false to avoid UB.
Jakub Jelinek
1
-1
/
+1
2017-06-21
DWARF: make it possible to emit debug info for declarations only
Pierre-Marie de Rodat
5
-38
/
+80
2017-06-15
re PR ada/81105 (system-freebsd-x86.ads renamed but referenced by gcc/ada/gcc...
Nicolas Boulenguez
1
-3
/
+3
2017-06-12
re PR ada/81070 (build failure for s-intrr.adb)
Eric Botcazou
1
-1
/
+1
2017-06-07
RTEMS: Use TLS for Ada run-time
Sebastian Huber
1
-1
/
+1
[prev]
[next]