aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-11[PR/target 100316] Allow constant address for __builtin___clear_cache.Kito Cheng2-6/+22
2021-10-11Adjust testcase for O2 vectorization enabling.liuhongt1-1/+1
2021-10-11Daily bump.GCC Administrator4-1/+31
2021-10-10Fortran: handle initialization of derived type parameter arrays from scalarHarald Anlauf2-3/+32
2021-10-10var-tracking: Fix a wrong-debug issue caused by my r10-7665 var-tracking chan...Jakub Jelinek1-1/+2
2021-10-10tree-optimization: [PR102622]: wrong code due to signed one bit integer and "...Andrew Pinski2-9/+41
2021-10-10Daily bump.GCC Administrator6-1/+74
2021-10-09Fortran: accept both old and new-style relational operators in USE, ONLYHarald Anlauf2-4/+203
2021-10-09testsuite: Add missing comment for some dg-warningKewen Lin6-9/+9
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt5-5/+7
2021-10-09openmp: Add support for OpenMP 5.1 structured-block-sequencesJakub Jelinek7-27/+167
2021-10-09Refine movhfcc.liuhongt4-6/+67
2021-10-09Daily bump.GCC Administrator9-1/+265
2021-10-08Fortran: Add diagnostic for F2018:C839 (TS29113:C535c)Sandra Loosemore6-68/+236
2021-10-08[PR102627] Use at least natural mode during splitting hard reg live rangeVladimir N. Makarov2-2/+44
2021-10-08Grow non_null_ref bitmap when num_ssa_names increases.Aldy Hernandez1-0/+3
2021-10-08Implement irange::debug()Aldy Hernandez2-0/+8
2021-10-08loop: Fix profile updates after unrolling [PR102385]Richard Sandiford8-37/+140
2021-10-08opts: include missing header files.Martin Liska2-0/+2
2021-10-08Come up with OPTION_SET_P macro.Martin Liska53-167/+192
2021-10-08openmp: Fix up declare target handling for vars with DECL_LOCAL_DECL_ALIAS [P...Jakub Jelinek2-59/+117
2021-10-08Tweak new test cases for -march=cascadelake strangeness.Roger Sayle3-3/+3
2021-10-08Simplify (_Float16) ceil ((double) x) to .CEIL (x) when available.liuhongt3-8/+80
2021-10-08Support reduc_{plus,smax,smin,umax,min}_scal_v4hi.liuhongt4-0/+124
2021-10-08Enable auto-vectorization at O2 with very-cheap cost model.liuhongt56-88/+98
2021-10-08Daily bump.GCC Administrator6-1/+188
2021-10-07c++: NTTP with array/function type after substitution [PR61355]Patrick Palka3-1/+37
2021-10-07ctfc: Free CTF container elements in ctfc_delete_container ()Indu Bhagat1-3/+6
2021-10-07ctf: Do not warn for CTF not supported for GNU GIMPLEIndu Bhagat1-5/+7
2021-10-07tree-object-size: Drop unused pdecl and poff argumentsSiddhesh Poyarekar2-37/+8
2021-10-07Introduce smul_highpart and umul_highpart RTX for high-part multiplicationsRoger Sayle10-9/+216
2021-10-07ipa: Fix ICE when speculating calls from inlined functions (PR 102388)Martin Jambor1-13/+27
2021-10-07c++: variadic ttp constraint subsumption [PR99904]Patrick Palka2-0/+11
2021-10-07c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482]Jonathan Wakely2-2/+70
2021-10-07Fix access node mergingJan Hubicka2-2/+57
2021-10-07c++: Add testcase for C++23 P2316R2 - consistent character literal encoding [...Jakub Jelinek1-0/+33
2021-10-07tree-optimization/102608 - avoid CSEing .DEFERRED_INITRichard Biener1-21/+24
2021-10-07build: Fix --enable-gather-detailed-mem-statsMartin Liska3-5/+6
2021-10-07amdgcn: Fix assembler version incompatibilityAndrew Stubbs1-4/+12
2021-10-07amdgcn: Implement -msram-ecc=anyAndrew Stubbs3-38/+96
2021-10-07amdgcn: Support LLVM 13 assembler syntaxAndrew Stubbs5-58/+467
2021-10-07Properly parse invariant &MEM addresses in the GIMPLE FERichard Biener3-2/+36
2021-10-07Daily bump.GCC Administrator6-1/+181
2021-10-06c++: One more spaceship test.Jason Merrill1-0/+25
2021-10-06Add range intersect with 2 wide-ints.Andrew MacLeod4-12/+78
2021-10-06Introduce a param-switch-limit for EVRP.Andrew MacLeod5-3/+20
2021-10-06Use TYPE_MIN/MAX_VALUE in set_varying when possible.Andrew MacLeod1-2/+13
2021-10-06Ranger: More efficient zero/nonzero check.Andrew MacLeod1-2/+3
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener3-29/+57
2021-10-06openmp: Optimize for OpenMP atomics 2x__builtin_clear_padding+__builtin_memcm...Jakub Jelinek1-2/+48