aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-11[Ada] Do not clear Analyzed flag in expand if already set by preanalysisMarc Poulhiès1-1/+14
2021-10-11[Ada] Simplify code for checks within an initialization procedurePiotr Trojanek1-3/+1
2021-10-11[Ada] Fix crash on array component with Default_ValuePiotr Trojanek3-9/+12
2021-10-11[Ada] Size of time_t in newer verions of VxWorks7Doug Rupp1-2/+6
2021-10-11opts: Remove AUTODETECT_VALUE usage.Martin Liska2-6/+6
2021-10-11Remove usage of IRA_REGION_AUTODETECTMartin Liska3-6/+2
2021-10-11openmp: Add omp_set_num_teams, omp_get_max_teams, omp_[gs]et_teams_thread_limitJakub Jelinek1-1/+5
2021-10-11IBM Z: Provide rawmemchr{qi,hi,si} expanderStefan Schulze Frielinghaus6-26/+203
2021-10-11ldist: Recognize strlen and rawmemchr like loopsStefan Schulze Frielinghaus12-31/+855
2021-10-11options: use cl_optimization_hash.Martin Liska1-18/+1
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