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
/
utils2.c
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
1
-1
/
+1
2017-09-09
utils2.c (build_allocator): In type_annotate_only mode return NULL_EXPR.
Eric Botcazou
1
-0
/
+6
2017-09-05
Make more use of int_mode_for_size
Richard Sandiford
1
-1
/
+2
2017-05-25
Fix bootstrap failure in Ada FE due to -Werror=ignored-qualifiers
Jonathan Wakely
1
-2
/
+2
2016-11-13
utils2.c (gnat_protect_expr): Also protect only the address if the expression...
Eric Botcazou
1
-3
/
+7
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-11
utils2.c (build_binary_op): Add a NO_FOLD argument.
Pierre-Marie de Rodat
1
-5
/
+18
2016-10-10
utils2.c (find_common_type): Do not return the LHS type if it's an array with...
Eric Botcazou
1
-10
/
+23
2016-10-08
utils.c (convert): Add missing break.
Eric Botcazou
1
-7
/
+7
2016-09-26
Fix fallthrough comments for Ada, Solaris/x86, SPARC
Rainer Orth
1
-7
/
+7
2016-07-11
Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
Bernd Edlinger
1
-1
/
+1
2016-06-29
re PR ada/48835 (porting GNAT to m68k-linux)
Eric Botcazou
1
-3
/
+4
2016-06-13
utils2.c (known_alignment): Deal specially with calls to malloc.
Eric Botcazou
1
-0
/
+4
2016-06-06
utils2.c (build_call_alloc_dealloc): Do not substitute placeholder expression...
Eric Botcazou
1
-2
/
+0
2016-05-02
decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_...
Eric Botcazou
1
-13
/
+6
2016-04-27
gigi.h (gnat_to_gnu_entity): Adjust prototype.
Eric Botcazou
1
-5
/
+7
2016-02-29
ada-tree.h (DECL_RETURN_VALUE_P): New macro.
Eric Botcazou
1
-2
/
+5
2016-02-17
utils2.c (gnat_protect_expr): Make a SAVE_EXPR only for fat pointer or scalar...
Eric Botcazou
1
-5
/
+4
2016-01-20
exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...
Eric Botcazou
1
-4
/
+4
2016-01-18
gigi.h (build_call_raise_column): Adjust prototype.
Eric Botcazou
1
-31
/
+45
2016-01-18
ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename to
Eric Botcazou
1
-12
/
+11
2015-12-20
utils2.c (gnat_rewrite_reference): New case identical to FLOAT_EXPR.
Eric Botcazou
1
-0
/
+2
2015-12-10
trans.c (Call_to_gnu): Remove guard for NULL_EXPR.
Eric Botcazou
1
-1
/
+2
2015-11-30
gigi.h (is_simple_additive_expression): Declare.
Eric Botcazou
1
-14
/
+53
2015-11-30
* gcc-interface/utils2.c (gnat_invariant_expr): Add type conversions.
Eric Botcazou
1
-1
/
+3
2015-11-18
ada-tree.h (DECL_INVARIANT_P): New macro.
Eric Botcazou
1
-133
/
+92
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-4
/
+7
2015-10-24
utils2.c (build_binary_op): Tweak formatting.
Eric Botcazou
1
-6
/
+6
2015-10-23
utils2.c (build_call_alloc_dealloc): Check no implicit task and protected obj...
Tristan Gingold
1
-2
/
+7
2015-10-22
[PATCH 3/9] ENABLE_CHECKING refactoring: Java and Ada
Mikhail Maltsev
1
-12
/
+8
2015-09-14
gigi.h (ref_filename): Delete.
Eric Botcazou
1
-111
/
+68
2015-09-14
utils2.c (gnat_rewrite_reference): Add another acceptable pattern for the RHS.
Eric Botcazou
1
-1
/
+3
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-1
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-06-01
gigi.h (build_simple_component_ref): Declare.
Eric Botcazou
1
-18
/
+36
2015-05-28
gigi.h (gnat_stabilize_reference): Adjust.
Eric Botcazou
1
-30
/
+32
2015-05-26
ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): Delete
Eric Botcazou
1
-47
/
+35
2015-05-26
gigi.h (gnat_stabilize_reference): Adjust prototype.
Eric Botcazou
1
-78
/
+43
2015-05-25
targtyps.c (get_float_words_be): Rename into...
Eric Botcazou
1
-7
/
+7
2015-05-25
decl.c (gnat_to_gnu_entity): Minor tweak.
Eric Botcazou
1
-16
/
+14
2015-05-25
gigi.h (build_atomic_load): Adjust prototype.
Eric Botcazou
1
-10
/
+107
2015-05-25
ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...
Eric Botcazou
1
-4
/
+73
2015-03-16
utils2.c (gnat_invariant_expr): Return null if the type of the expression end...
Eric Botcazou
1
-0
/
+6
2015-03-02
utils.c (gnat_pushdecl): For non-artificial pointer types...
Pierre-Marie de Rodat
1
-0
/
+7
2015-01-10
cuintp.c: Bump copyright year.
Eric Botcazou
1
-1
/
+1
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+10
2014-12-22
trans.c (Attribute_to_gnu): If the type is a floating-point type...
Eric Botcazou
1
-5
/
+5
2014-11-24
trans.c (push_range_check_info): Replace early test with assertion.
Eric Botcazou
1
-2
/
+8
[next]