aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-06c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i...Jakub Jelinek17-41/+353
2021-10-06libcpp: Implement C++23 P2334R1 - #elifdef/#elifndefJakub Jelinek11-0/+465
2021-10-06Fortran: Fix deprecate warning with parameterTobias Burnus2-1/+23
2021-10-06[gimple-isel] Remove redundant if condition.prathamesh.kulkarni1-3/+0
2021-10-05c++: defaulted <=> with bitfields [PR102490]Jakub Jelinek11-90/+328
2021-10-06Daily bump.GCC Administrator7-1/+397
2021-10-05Not add initialization for variables been initialized by FEs [PR102359]qing zhao3-1/+34
2021-10-05compiler: workaround for C++ build template matching quirkThan McIntosh2-3/+3
2021-10-05c++: Fix apply_identity_attributes [PR102548]Jakub Jelinek2-2/+14