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
/
utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
utils.c (convert): When converting to a padding type...
Eric Botcazou
1
-4
/
+14
2017-09-05
Make mode_for_size_tree return an opt_mode
Richard Sandiford
1
-1
/
+2
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
1
-14
/
+10
2017-08-30
[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>
Richard Sandiford
1
-2
/
+3
2017-08-30
[17/77] Add an int_mode_for_size helper function
Richard Sandiford
1
-2
/
+3
2017-08-30
[7/77] Add scalar_float_mode
Richard Sandiford
1
-2
/
+4
2017-07-29
debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...
Jakub Jelinek
1
-1
/
+1
2017-06-21
DWARF: make it possible to emit debug info for declarations only
Pierre-Marie de Rodat
1
-8
/
+27
2017-05-15
utils.c (can_materialize_object_renaming_p): Synchronize with GNAT's Exp_Dbug...
Pierre-Marie de Rodat
1
-1
/
+6
2017-05-15
trans.c (Compilation_Unit_to_gnu): Skip subprograms on the inlined list that ...
Eric Botcazou
1
-4
/
+13
2017-05-15
trans.c (gnat_to_gnu): Fix formatting.
Eric Botcazou
1
-3
/
+2
2017-04-27
utils.c (gnat_type_for_size): Set TYPE_ARTIFICIAL on created types.
Pierre-Marie de Rodat
1
-2
/
+14
2017-02-24
utils.c (fold_bit_position): New function.
Eric Botcazou
1
-15
/
+40
2017-02-24
misc.c (gnat_type_max_size): Try to return a meaningful value for array types...
Eric Botcazou
1
-13
/
+38
2017-02-24
utils.c (max_size): Flip the second argument when recursing on TRUTH_NOT_EXPR.
Eric Botcazou
1
-1
/
+2
2017-01-25
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-1
/
+2
2016-12-07
Adjust comment
Eric Botcazou
1
-4
/
+4
2016-12-07
decl.c (gnat_to_gnu_entity): Also call finish_character_type on Character sub...
Eric Botcazou
1
-5
/
+23
2016-11-27
re PR ada/78524 (failure of ACATS c41104a at -O0)
Eric Botcazou
1
-1
/
+3
2016-11-18
Add SET_DECL_MODE
Richard Sandiford
1
-1
/
+1
2016-10-14
re PR ada/77968 (ICEs with -flto on gnat.dg)
Eric Botcazou
1
-65
/
+54
2016-10-11
exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.
Pierre-Marie de Rodat
1
-0
/
+52
2016-10-11
utils.c (type_unsigned_for_rm): New predicate.
Eric Botcazou
1
-24
/
+40
2016-10-10
utils.c (convert): For a biased input type, convert the bias itself to the ba...
Eric Botcazou
1
-4
/
+12
2016-10-08
utils.c (convert): Add missing break.
Eric Botcazou
1
-6
/
+5
2016-09-26
Fix fallthrough comments for Ada, Solaris/x86, SPARC
Rainer Orth
1
-4
/
+6
2016-07-11
trans.c (add_decl_expr): Minor tweak.
Eric Botcazou
1
-4
/
+16
2016-06-29
re PR ada/48835 (porting GNAT to m68k-linux)
Eric Botcazou
1
-10
/
+0
2016-06-21
tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...
Eric Botcazou
1
-14
/
+1
2016-06-10
PR c/71392 - SEGV calling integer overflow built-ins with a null pointer
Martin Sebor
1
-2
/
+6
2016-06-06
utils.c (gnat_internal_attribute_table): Add support for noinline and noclone...
Eric Botcazou
1
-0
/
+51
2016-06-06
gigi.h (finish_subprog_decl): Add ASM_NAME parameter.
Eric Botcazou
1
-22
/
+24
2016-05-20
tree-vrp.c (compare_values_warnv): Simplify handling of symbolic ranges by ca...
Eric Botcazou
1
-3
/
+15
2016-05-16
* doc/gnat_rm/implementation_defined_attributes.rst
Eric Botcazou
1
-35
/
+36
2016-04-27
sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...
Eric Botcazou
1
-67
/
+34
2016-04-27
gigi.h (gnat_to_gnu_entity): Adjust prototype.
Eric Botcazou
1
-26
/
+32
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-18
/
+19
2016-02-29
Replace ENABLE_CHECKING macro with flag_checking in GNAT
Martin Liska
1
-5
/
+7
2016-02-29
ada-tree.h (DECL_RETURN_VALUE_P): New macro.
Eric Botcazou
1
-0
/
+16
2016-02-16
gigi.h (maybe_debug_type): New inline function.
Eric Botcazou
1
-2
/
+5
2016-02-08
utils.c (create_var_decl): Set again DECL_COMMON and DECL_IGNORED_P last.
Eric Botcazou
1
-18
/
+18
2016-01-20
exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...
Eric Botcazou
1
-0
/
+45
2016-01-18
gigi.h (build_call_raise_column): Adjust prototype.
Eric Botcazou
1
-43
/
+20
2016-01-18
ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename to
Eric Botcazou
1
-39
/
+38
2016-01-06
Ada: add XVE/XVU parallel types to lexical scopes
Pierre-Marie de Rodat
1
-1
/
+2
2015-12-20
utils.c (maybe_pad_type): In type_annotate_only mode...
Eric Botcazou
1
-8
/
+17
2015-12-17
DWARF: describe properly Ada packed arrays
Pierre-Marie de Rodat
1
-1
/
+11
2015-12-17
DWARF: add a language hook to override types in debugging information
Pierre-Marie de Rodat
1
-17
/
+25
2015-12-17
DWARF: handle variable-length records and variant parts
Pierre-Marie de Rodat
1
-3
/
+5
[next]