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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-19
[Ada] Minor remove extra whitespace in check suppression functions
Piotr Trojanek
1
-17
/
+17
2020-06-19
[Ada] Attempt to hide public entities in nested instance bodies
Eric Botcazou
1
-16
/
+35
2020-06-19
[Ada] Reject junk expressions in attribute Update
Piotr Trojanek
1
-1
/
+6
2020-06-19
[Ada] Decorate record delta aggregate for GNATprove
Piotr Trojanek
1
-12
/
+24
2020-06-19
[Ada] universal_access equality and 'Access attributes
Arnaud Charlet
1
-14
/
+49
2020-06-19
[Ada] Remove second warning for convention C_Variadic_n
Eric Botcazou
1
-11
/
+2
2020-06-19
[Ada] Small cleanup in Apply_Range_Check implementation
Eric Botcazou
3
-172
/
+137
2020-06-19
[Ada] Fix validity checks on attribute 'Old prefix
Piotr Trojanek
1
-5
/
+11
2020-06-19
[Ada] Add comments about attribute 'Valid_Scalars on private tagged types
Piotr Trojanek
3
-5
/
+10
2020-06-19
[Ada] Simplify processing of 'Valid_Scalars on array types
Piotr Trojanek
1
-25
/
+17
2020-06-19
[Ada] Fix validity checking for class-wide objects
Piotr Trojanek
1
-1
/
+1
2020-06-19
[Ada] Remove repeated testing of Check_Validity_Of_Parameters
Piotr Trojanek
1
-10
/
+8
2020-06-19
[Ada] Add missing warning tag for some overlapping actuals warnings
Arnaud Charlet
1
-3
/
+3
2020-06-19
Daily bump.
GCC Administrator
7
-1
/
+587
2020-06-18
c++: More P2002 operator<=> refinements.
Jason Merrill
4
-12
/
+81
2020-06-18
vect: Use vect_relevant_for_alignment_p consistently
Fei Yang
1
-26
/
+3
2020-06-18
i386: Fix mode of ZERO_EXTRACT RTXes, remove ext_register_operand predicate.
Uros Bizjak
19
-221
/
+765
2020-06-18
Avoid warning for memset writing over multiple members.
Martin Sebor
3
-34
/
+140
2020-06-18
c++: ICE in requires-expressions with invalid args [PR95735]
Marek Polacek
2
-0
/
+13
2020-06-18
Fix use of inaccessible member in pr94052.C
Christophe Lyon
1
-1
/
+1
2020-06-18
vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmts
Martin Liska
4
-28
/
+109
2020-06-18
Add missing PR number to ChangeLog (PR 95378)
Jonathan Wakely
1
-0
/
+1
2020-06-18
rs6000: Fix creation of VEC_COND_EXPR
Martin Liska
1
-6
/
+9
2020-06-18
OpenMP/Fortran: Reject allocatable components in map clause
Tobias Burnus
2
-0
/
+21
2020-06-18
middle-end/95739 - fix vector condition IFN expansion
Richard Biener
1
-0
/
+4
2020-06-18
Fix typo in tree-ssa-reassoc.c.
Martin Liska
1
-1
/
+1
2020-06-18
gcc-changelog: checkout & pull order
Martin Liska
1
-1
/
+1
2020-06-18
c++: Fix tsubst ICE with invalid static_cast [PR95728]
Marek Polacek
2
-0
/
+21
2020-06-18
gcc-changelog: support merge commits in git_update_version
Martin Liska
1
-3
/
+11
2020-06-18
silence empty-body warning
Tobias Burnus
1
-1
/
+3
2020-06-18
phiopt: Improve minmax optimization [PR95699]
Jakub Jelinek
2
-10
/
+92
2020-06-18
forwprop: simplify_vector_constructor follow-up fix [PR95713]
Jakub Jelinek
2
-7
/
+19
2020-06-18
avoid early asm output
Richard Biener
1
-13
/
+13
2020-06-18
remove SLP_TREE_TWO_OPERATORS, add SLP permutation node
Richard Biener
4
-142
/
+378
2020-06-18
[Ada] Fix small inefficiency in previous change to expander
Eric Botcazou
2
-77
/
+57
2020-06-18
[Ada] ACATS 4.1J - B854003 - Subtype conformance check missed
Arnaud Charlet
3
-11
/
+46
2020-06-18
[Ada] Narrow large arithmetic and comparison operations
Eric Botcazou
2
-18
/
+350
2020-06-18
[Ada] Small cleanup in constraint checking code for allocators
Eric Botcazou
2
-63
/
+58
2020-06-18
[Ada] Crash in tagged type constructor with task components
Javier Miranda
6
-25
/
+66
2020-06-18
[Ada] Update output of verbose error summary
Ghjuvan Lacambre
2
-18
/
+64
2020-06-18
[Ada] Small cleanup in the attribute code of the expander
Eric Botcazou
2
-34
/
+34
2020-06-18
[Ada] Implement AI12-0032 fixes for 'Old attribute accessibility
Steve Baird
2
-0
/
+27
2020-06-18
[Ada] No Default_Initial_Condition check when declaring an imported object
Steve Baird
1
-0
/
+1
2020-06-18
[Ada] Add support for XDR streaming in the default runtime
Arnaud Charlet
13
-167
/
+428
2020-06-18
[Ada] Fix host/target confusion for attribute To_Address
Eric Botcazou
1
-3
/
+3
2020-06-18
[Ada] Add second warning for convention C_Variadic_n
Eric Botcazou
1
-0
/
+10
2020-06-18
[Ada] Profile mismatch between C and Ada functions
Arnaud Charlet
10
-60
/
+60
2020-06-18
[Ada] Minor cleanup in Expand_Call_Helper
Eric Botcazou
1
-18
/
+6
2020-06-18
[Ada] Improve compile-time evaluation of value ranges
Eric Botcazou
3
-615
/
+667
2020-06-18
[Ada] Do not treat pragma Compile_Time_Warning as error even with -gnatwe
Ghjuvan Lacambre
9
-858
/
+949
[next]