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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-08
Fix formatting issues
Eric Botcazou
1
-14
/
+12
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
2
-11
/
+5
2011-06-06
utils2.c (gnat_stabilize_reference): Propagate TREE_THIS_NOTRAP flag.
Eric Botcazou
2
-0
/
+8
2011-06-06
utils2.c (gnat_stabilize_reference): Fix thinko.
Eric Botcazou
2
-2
/
+7
2011-06-06
trans.c (Identifier_to_gnu): Also handle deferred constants whose full view h...
Eric Botcazou
2
-3
/
+10
2011-06-06
utils.c: Include diagnostic.h.
Eric Botcazou
3
-4
/
+30
2011-05-25
c-common.c (def_fn_type): Remove extra va_end.
Jakub Jelinek
2
-1
/
+4
2011-05-25
adaint.c (__gnat_to_canonical_file_list_next): Use array initialization inste...
Kai Tietz
2
-1
/
+6
2011-05-24
Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
Joseph Myers
3
-12
/
+17
2011-05-21
re PR ada/49097 (gnatbind link fails to find version_string, potential ranlib...
Joseph Myers
2
-1
/
+7
2011-05-20
Makefile.in (LIBDEPS): Add libcommon.a.
Joseph Myers
3
-2
/
+9
2011-05-18
trans.c (Exception_Handler_to_gnu_sjlj): Use boolean_false_node instead of in...
Kai Tietz
3
-5
/
+12
2011-05-12
trans.c (call_to_gnu): In the by-reference case...
Eric Botcazou
2
-4
/
+16
2011-05-11
don't use build_function_type in the Ada FE
Nathan Froyd
2
-21
/
+21
2011-05-11
split tree_type
Nathan Froyd
2
-3
/
+9
2011-05-07
* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.
Eric Botcazou
2
-1
/
+3
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
3
-7
/
+11
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
2
-3
/
+7
2011-05-06
don't use TYPE_ARG_TYPES in the Ada frontend
Nathan Froyd
3
-17
/
+30
2011-05-05
re PR ada/48844 (ICE on assignment of aggregate with discriminated record type)
Eric Botcazou
4
-7
/
+24
2011-05-05
tree.h (get_pending_sizes): Remove prototype.
Eric Botcazou
2
-9
/
+6
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
2
-3
/
+8
2011-05-03
trans.c (gigi): Call build_function_type_list instead of build_function_type.
Nathan Froyd
2
-87
/
+73
2011-04-30
gnatvsn.ads (Library_Version): Bump to 4.7.
Eric Botcazou
2
-3
/
+8
2011-04-29
misc.c (gnat_handle_option): Set warn_maybe_uninitialized.
Michael Matz
2
-0
/
+6
2011-04-23
gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe ...
Gerald Pfeifer
2
-1
/
+6
2011-04-23
* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/
Jim Meyering
2
-1
/
+5
2011-04-22
decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.
Eric Botcazou
2
-0
/
+7
2011-04-22
gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.
Eric Botcazou
5
-64
/
+87
2011-04-21
Makefile.in (NO_SIBLING_ADAFLAGS): Always define.
Eric Botcazou
3
-85
/
+95
2011-04-20
remove useless if-before-free tests
Jim Meyering
2
-2
/
+5
2011-04-17
Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) with $(CFLAGS) on the link line.
Eric Botcazou
2
-1
/
+6
2011-04-17
decl.c (gnat_to_gnu_entity): Declare the padded type built for the return typ...
Eric Botcazou
2
-0
/
+12
2011-04-14
utils.c (gnat_poplevel): Use block_chainon.
Nathan Froyd
2
-2
/
+6
2011-04-13
Fix minor formatting issues
Eric Botcazou
1
-5
/
+5
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
3
-1
/
+27
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
2
-1
/
+6
2011-04-08
decl.c (gnat_to_gnu_entity): Set minimum alignment on fields of the RETURN ty...
Eric Botcazou
2
-0
/
+9
2011-04-08
trans.c (Identifier_to_gnu): Do not return initializers of aggregate types th...
Eric Botcazou
2
-2
/
+11
2011-04-08
utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES
Nathan Froyd
2
-13
/
+8
2011-04-04
re PR ada/47163 (Failure building target-libada for MingW64)
Eric Botcazou
2
-0
/
+6
2011-04-04
re PR ada/47163 (Failure building target-libada for MingW64)
Kai Tietz
2
-0
/
+11
2011-04-02
utils2.c (build_allocator): In the unconstrained array type case...
Eric Botcazou
2
-12
/
+8
2011-04-02
utils.c (update_pointer_to): Finalize named pointer types.
Eric Botcazou
2
-2
/
+14
2011-04-02
lang.opt (feliminate-unused-debug-types): Delete.
Eric Botcazou
3
-25
/
+9
2011-04-02
utils.c (gnat_pushdecl): If this is a non-artificial declaration of a pointer...
Eric Botcazou
2
-2
/
+12
2011-04-02
decl.c (gnat_to_gnu_entity): Do not force the DECL_ARTIFICIAL flag on enumera...
Eric Botcazou
2
-3
/
+6
2011-04-02
decl.c (gnat_to_gnu_entity): Do not make fat pointer types artificial uncondi...
Eric Botcazou
2
-9
/
+27
2011-04-02
gigi.h (get_dummy_type): Declare.
Eric Botcazou
4
-174
/
+188
2011-04-02
ada-tree.h (DECL_TAFT_TYPE_P): New flag.
Eric Botcazou
5
-10
/
+63
[next]