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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-38
/
+38
2010-07-03
decl.c (gnat_to_gnu_entity): Branch to common code handling the alignment of ...
Eric Botcazou
1
-9
/
+11
2010-06-29
gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.
Nathan Froyd
1
-9
/
+6
2010-06-23
(gnat_to_gnu_param): Use void_ptr GCC type for System.Address argument
Olivier Hainque
1
-0
/
+6
2010-06-23
decl.c (gnat_to_gnu_entity): Use Wshadow instead of Wextra to guard warning o...
Olivier Hainque
1
-49
/
+19
2010-06-23
decl.c (intrin_types_incompatible_p): New function, helper for ...
Olivier Hainque
1
-36
/
+212
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-1
/
+1
2010-06-03
Check MAX_FIXED_MODE_SIZE on bit-field in C++.
H.J. Lu
1
-4
/
+0
2010-05-30
decl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type inste...
Eric Botcazou
1
-2
/
+2
2010-05-30
decl.c (gnat_to_gnu_entity): Adjust warning message.
Eric Botcazou
1
-3
/
+3
2010-05-27
Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
Steven Bosscher
1
-0
/
+4
2010-05-16
gigi.h (enum standard_datatypes): Add new value ADT_exception_data_name_id.
Eric Botcazou
1
-0
/
+23
2010-05-12
decl.c (gnat_to_gnu_entity): Tidy up code, improve comments and fix formattin...
Eric Botcazou
1
-110
/
+99
2010-05-10
exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables built for...
Eric Botcazou
1
-4
/
+5
2010-05-08
exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables.
Eric Botcazou
1
-1
/
+16
2010-05-08
* gcc-interface/decl.c (make_aligning_type): Declare the type.
Eric Botcazou
1
-3
/
+7
2010-05-08
decl.c (gnat_to_gnu_entity): Create variables for size expressions of variant...
Eric Botcazou
1
-0
/
+54
2010-05-08
gigi.h (create_field_decl): Move PACKED parameter.
Eric Botcazou
1
-125
/
+128
2010-05-08
gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.
Eric Botcazou
1
-2
/
+4
2010-04-25
exp_dbug.ads: Fix outdated description.
Eric Botcazou
1
-6
/
+10
2010-04-17
Add missing hunk for previous patch.
Eric Botcazou
1
-31
/
+37
2010-04-17
uintp.h (UI_Lt): Declare.
Eric Botcazou
1
-76
/
+63
2010-04-17
back-end.adb (Call_Back_End): Pass Standard_Character to gigi.
Eric Botcazou
1
-1
/
+1
2010-04-17
gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...
Eric Botcazou
1
-44
/
+28
2010-04-16
gigi.h (gnat_init_decl_processing): Delete.
Eric Botcazou
1
-99
/
+108
2010-04-16
decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...
Eric Botcazou
1
-16
/
+14
2010-04-16
uintp.adb (UI_From_Dint): Remove useless code.
Eric Botcazou
1
-13
/
+5
2010-04-16
decl.c (make_type_from_size): Just copy TYPE_NAME.
Eric Botcazou
1
-8
/
+3
2010-04-15
cuintp.c (UI_To_gnu): Fix long line.
Eric Botcazou
1
-41
/
+37
[next]