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
path:
root
/
gcc
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-30
cgraph.h (symtab_node): Add symver flag.
Jan Hubicka
1
-0
/
+18
2019-11-30
[C] Add a target hook that allows targets to verify type usage
Richard Sandiford
1
-0
/
+15
2019-11-30
cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
Jan Hubicka
1
-0
/
+25
2019-11-30
driver: Do not warn about ineffective `-x' option if no inputs were given
Maciej W. Rozycki
1
-0
/
+5
2019-11-30
doc: Correct `--enable-version-specific-runtime-libs' support information
Maciej W. Rozycki
1
-0
/
+7
2019-11-29
re PR rtl-optimization/92283 (454.calculix miscomparison since r276645 with -...
Vladimir Makarov
1
-0
/
+6
2019-11-29
re PR fortran/91003 (ICE when compiling LAPACK (CGEGV) with optimization)
Richard Biener
1
-0
/
+9
2019-11-29
Fix ICE in re-simplification of VEC_COND_EXPR
Frederik Harwath
1
-0
/
+6
2019-11-29
Fix DR_GROUP_GAP for strided accesses (PR 92677)
Richard Sandiford
1
-0
/
+6
2019-11-29
Don't defer choice of vector type for bools (PR 92596)
Richard Sandiford
1
-0
/
+21
2019-11-29
Record the vector mask precision in stmt_vec_info
Richard Sandiford
1
-0
/
+23
2019-11-29
Make vect_get_mask_type_for_stmt take a group size
Richard Sandiford
1
-0
/
+10
2019-11-29
Make vectorizable_operation punt early on codes it doesn't handle
Richard Sandiford
1
-0
/
+5
2019-11-29
Improve tree-vect-patterns.c handling of boolean comparisons
Richard Sandiford
1
-0
/
+7
2019-11-29
tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Bail out early for too ...
Richard Biener
1
-0
/
+5
2019-11-29
ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functions
Martin Jambor
1
-0
/
+13
2019-11-29
Don't pass booleans as mask types to simd clones (PR 92710)
Richard Sandiford
1
-0
/
+6
2019-11-29
profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...
Jan Hubicka
1
-0
/
+8
2019-11-29
re PR tree-optimization/92715 (error: position plus size exceeds size of refe...
Richard Biener
1
-0
/
+7
2019-11-29
Check for TYPE_NAME in type_with_linkage_p.
Martin Liska
1
-0
/
+6
2019-11-29
re PR tree-optimization/92704 (ICE: Segmentation fault (in process_bb))
Richard Biener
1
-0
/
+6
2019-11-29
Remove unused decimal floating-point pointer types
Julian Brown
1
-0
/
+11
2019-11-29
rs6000: Fix formatting of *mov{si,di}_internal.*
Segher Boessenkool
1
-0
/
+6
2019-11-28
rs6000: Use memory_operand for all simple {l,st}*brx instructions
Segher Boessenkool
1
-0
/
+9
2019-11-28
Translate header for -fdbg-cnt-list.
Martin Liska
1
-0
/
+6
2019-11-28
Properly use TYPE_MAIN_VARIANT in warn_types_mismatch.
Martin Liska
1
-0
/
+6
2019-11-28
Remove leftover optimize checks.
Jan Hubicka
1
-0
/
+5
2019-11-28
profile-count.c (profile_count::combine_with_ipa_count): Return uninitialized...
Jan Hubicka
1
-0
/
+5
2019-11-28
Prevent inconsistent profiles to be created in inlin_transform
Jan Hubicka
1
-0
/
+5
2019-11-28
profile-count.h (profile_count::max): Work on profiles of different type.
Jan Hubicka
1
-0
/
+14
2019-11-28
cgraph: ifunc resolvers cannot be made local (PR 92697)
Martin Jambor
1
-0
/
+8
2019-11-28
Fix profile adjusments while cloning
Jan Hubicka
1
-0
/
+9
2019-11-28
ipa-utils.c (ipa_merge_profiles): Be sure that all type transtions of counter...
Jan Hubicka
1
-0
/
+5
2019-11-28
* ipa-cp.c (update_profiling_info): Fix scaling.
Jan Hubicka
1
-0
/
+4
2019-11-28
re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...
Richard Biener
1
-0
/
+6
2019-11-28
re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...
Richard Biener
1
-0
/
+10
2019-11-28
Must use push insn to pass varargs arguments of DFmode because otherwise the ...
Georg-Johann Lay
1
-0
/
+8
2019-11-28
re PR tree-optimization/92691 (ICE in strlen_dom_walker::before_dom_children ...
Jakub Jelinek
1
-0
/
+10
2019-11-28
Handle correctly global0 and global counters in profile_count::to_sreal_scale
Jan Hubicka
1
-0
/
+5
2019-11-28
[rs6000] Fix PR92566 by checking VECTOR_UNIT_NONE_P
Kewen Lin
1
-0
/
+6
2019-11-28
sse.md (avx512f_maskcmp<mode>3): Refine VF to VF_AVX512VL.
Hongtao Liu
1
-0
/
+5
2019-11-28
Reformat movdi_internal64.
Michael Meissner
1
-0
/
+1
2019-11-27
Reformat movsi_internal.
Michael Meissner
1
-0
/
+4
2019-11-27
Do not define DFP builtin functions, if DFP has been disabled.
Peter Bergner
1
-0
/
+8
2019-11-27
re PR rtl-optimization/92510 (ICE in native_encode_rtx, at simplify-rtx.c:6272)
Jakub Jelinek
1
-0
/
+7
2019-11-27
re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog....
Vladimir Makarov
1
-0
/
+6
2019-11-27
m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...
Bernd Schmidt
1
-0
/
+6
2019-11-27
target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
Richard Biener
1
-0
/
+17
2019-11-27
re PR tree-optimization/92690 (vector CTOR optimization performs invalid conv...
Richard Biener
1
-0
/
+6
2019-11-27
PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0
Tobias Burnus
1
-0
/
+18
[next]