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
/
gcc-interface
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-24
decl.c (gnat_to_gnu_entity): If the subprogram has copy-in copy-out parameter...
Eric Botcazou
1
-11
/
+44
2011-06-18
tree-sra.c (type_internals_preclude_sra_p): Return true if the element type i...
Eric Botcazou
1
-16
/
+21
2011-06-16
re PR middle-end/46500 (target.h includes tm.h)
Joern Rennecke
1
-1
/
+1
2011-05-18
trans.c (Exception_Handler_to_gnu_sjlj): Use boolean_false_node instead of in...
Kai Tietz
1
-2
/
+2
2011-05-07
* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.
Eric Botcazou
1
-1
/
+1
2011-05-06
don't use TYPE_ARG_TYPES in the Ada frontend
Nathan Froyd
1
-10
/
+15
2011-05-05
re PR ada/48844 (ICE on assignment of aggregate with discriminated record type)
Eric Botcazou
1
-2
/
+1
2011-04-22
decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.
Eric Botcazou
1
-0
/
+2
2011-04-22
gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.
Eric Botcazou
1
-15
/
+18
2011-04-17
decl.c (gnat_to_gnu_entity): Declare the padded type built for the return typ...
Eric Botcazou
1
-0
/
+7
2011-04-08
decl.c (gnat_to_gnu_entity): Set minimum alignment on fields of the RETURN ty...
Eric Botcazou
1
-0
/
+3
2011-04-02
decl.c (gnat_to_gnu_entity): Do not force the DECL_ARTIFICIAL flag on enumera...
Eric Botcazou
1
-3
/
+1
2011-04-02
decl.c (gnat_to_gnu_entity): Do not make fat pointer types artificial uncondi...
Eric Botcazou
1
-9
/
+20
2011-04-02
gigi.h (get_dummy_type): Declare.
Eric Botcazou
1
-101
/
+69
2011-04-02
ada-tree.h (DECL_TAFT_TYPE_P): New flag.
Eric Botcazou
1
-0
/
+2
2011-04-02
decl.c (gnat_to_gnu_entity): Defer finalizing types when updating the pointer...
Eric Botcazou
1
-36
/
+41
2011-03-26
decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built to su...
Eric Botcazou
1
-3
/
+14
2011-03-26
gigi.h (finalize_from_with_types): Adjust comment.
Eric Botcazou
1
-37
/
+39
2011-03-23
decl.c (validate_size): Improve comments and tweak error message.
Eric Botcazou
1
-29
/
+28
2011-03-23
decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built in or...
Eric Botcazou
1
-13
/
+24
2011-03-21
re PR bootstrap/48216 (IRIX 6 Ada bootstrap broken: gnu_decl uninitialized in...
Eric Botcazou
1
-10
/
+11
2011-03-21
decl.c (components_to_record): Add REORDER parameter...
Eric Botcazou
1
-53
/
+114
2011-03-21
decl.c (elaborate_expression_1): When optimization is disabled, use the varia...
Eric Botcazou
1
-6
/
+14
2011-03-17
decl.c (elaborate_expression_1): Try harder to find out whether the expressio...
Eric Botcazou
1
-30
/
+47
2011-01-04
decl.c: Disable Stdcall convention handling for 64-bit.
Pascal Obry
1
-5
/
+10
2010-12-31
decl.c (substitute_in_type): Do not deal with LANG_TYPE, METHOD_TYPE or OFFSE...
Eric Botcazou
1
-3
/
+0
2010-12-20
Fix typos in gcc/ada.
Ralf Wildenhues
1
-3
/
+3
2010-12-13
decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type...
Eric Botcazou
1
-0
/
+5
2010-12-03
tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.
Laurynas Biveinis
1
-2
/
+2
2010-11-18
decl.c (gnat_to_gnu_entity): Also use return-by-invisible-reference if the re...
Eric Botcazou
1
-100
/
+89
2010-11-10
decl.c (gnat_to_gnu_entity): Do not set DECL_ARTIFICIAL on the reused DECL no...
Eric Botcazou
1
-6
/
+10
2010-11-09
tree.h (contains_placeholder_p): Fix comment.
Eric Botcazou
1
-27
/
+31
2010-10-25
decl.c (gnat_to_gnu_entity): Do not set TREE_THIS_NOTRAP on the INDIRECT_REF ...
Eric Botcazou
1
-1
/
+0
2010-10-25
decl.c (gnat_to_gnu_entity, [...]): Allow In Out/Out parameters for functions.
Eric Botcazou
1
-5
/
+20
2010-10-14
sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...
Eric Botcazou
1
-0
/
+1
2010-10-10
decl.c (gnat_to_gnu_entity): Add assertion on the types of the parameters.
Eric Botcazou
1
-3
/
+7
2010-10-10
ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.
Eric Botcazou
1
-5
/
+25
2010-09-20
langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
Eric Botcazou
1
-5
/
+7
2010-09-19
decl.c (gnat_to_gnu_entity): Do not generate debug info for individual enumer...
Eric Botcazou
1
-1
/
+2
2010-09-19
decl.c (gnat_to_gnu_entity): Use record type instead of enumeral type as the ...
Eric Botcazou
1
-1
/
+1
2010-09-19
gigi.h (get_elaboration_procedure): Declare.
Eric Botcazou
1
-9
/
+36
2010-09-19
decl.c (gnat_to_gnu_entity): Explicitly test _LEVEL variables against zero in...
Eric Botcazou
1
-4
/
+5
2010-09-19
decl.c (gnat_to_gnu_entity): Look into expressions for external constants tha...
Eric Botcazou
1
-9
/
+7
2010-08-30
decl.c (FOREIGN_FORCE_REALIGN_STACK): New macro, replacement for FORCE_PREFER...
Olivier Hainque
1
-28
/
+18
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-08-09
* gcc-interface/decl.c (rec_variant). Declare. Declare a VEC of it.
Nathan Froyd
1
-36
/
+76
2010-08-07
decl.c (gnat_to_gnu_entity): Use XALLOCAVEC instead of alloca.
Nathan Froyd
1
-4
/
+4
2010-08-07
decl.c (subst_pair): Declare.
Nathan Froyd
1
-40
/
+58
2010-08-06
decl.c (gnat_to_gnu_entity): Do not build an allocator for large imported obj...
Eric Botcazou
1
-4
/
+3
2010-08-04
decl.c: Do not undefine IN_GCC_FRONTEND and do not include expr.h.
Eric Botcazou
1
-13
/
+8
[next]