aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-20opts: change write_symbols to support bitmasksIndu Bhagat10-36/+157
2021-05-20PR middle-end/100684 - spurious -Wnonnull with -O1 on a C++ lambdaMartin Sebor4-0/+88
2021-05-20Fix a test failure in g++.dg/modules/omp-1_c.CBernd Edlinger1-1/+1
2021-05-20i386: Avoid integer logic insns for 32bit and 64bit vector modes [PR100701]Uros Bizjak3-37/+55
2021-05-20Fortran/OpenMP: Add support for 'close' in map clauseMarcel Vollweiler4-10/+155
2021-05-20Fix gnat.dg spurious failures on PowerPC64 LEEric Botcazou2-2/+2
2021-05-20arm: Fix build failure by adding includesKewen Lin1-0/+2
2021-05-20i386: Add mult-high and shift patterns for 4-byte vectors [PR100637]Uros Bizjak3-5/+128
2021-05-20vect: Replace hardcoded inner loop cost factorKewen Lin9-6/+43
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon3-0/+47
2021-05-20Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected value for PowerPC [...Tobias Burnus1-2/+4
2021-05-20openmp: Handle explicit linear clause properly in combined constructs with ta...Jakub Jelinek3-17/+16
2021-05-20phiopt: Simplify (X & Y) == X -> (X & ~Y) == 0 even in presence of integral c...Jakub Jelinek1-0/+10
2021-05-20libcpp: Fix up -fdirectives-only handling of // comments on last line not ter...Jakub Jelinek2-0/+11
2021-05-19c++: _Complex template parameter [PR100634]Jason Merrill2-0/+10
2021-05-19c++: ICE with using and enum [PR100659]Jason Merrill2-0/+8
2021-05-20Daily bump.GCC Administrator7-1/+372
2021-05-19PR c/100619 - ICE on a VLA parameter with too many dimensionsMartin Sebor2-11/+49
2021-05-19Split gimple range folding with ranges into a stand alone class.Andrew MacLeod3-123/+257
2021-05-19c++: ICE with <=> fallback [PR100367]Jason Merrill2-7/+52
2021-05-19doc: Update description of __GXX_EXPERIMENTAL_CXX0X__Jonathan Wakely1-5/+7
2021-05-19c++: implicit deduction guides, protected accessJason Merrill3-0/+31
2021-05-19c++: Relax attribute on friend declaration checking [PR100596]Marek Polacek7-47/+77
2021-05-19testuite: Check pthread for omp module testingKito Cheng5-0/+5
2021-05-19arm: Fix ICE with CMSE nonsecure calls on Armv8.1-M [PR100333]Alex Coplan2-8/+18
2021-05-19arm/testsuite: Fix testcase for PR99977Christophe Lyon1-1/+3
2021-05-19RISC-V: Properly parse the letter 'p' in '-march'.Geng Qi3-33/+43
2021-05-19aarch64: Use correct type attributes for RTL generating XTN(2)Jonathan Wright1-4/+4
2021-05-19aarch64: Use an expander for quad-word vec_pack_trunc patternJonathan Wright1-57/+56
2021-05-19testsuite: aarch64: Add tests for high-half narrowing instructionsJonathan Wright1-0/+125
2021-05-19aarch64: Refactor aarch64_<sur>q<r>shr<u>n_n<mode> RTL patternJonathan Wright3-7/+68
2021-05-19aarch64: Relax aarch64_sqxtun2<mode> RTL patternJonathan Wright2-4/+3
2021-05-19aarch64: Relax aarch64_<sur>q<r>shr<u>n2_n<mode> RTL patternJonathan Wright1-6/+43
2021-05-19aarch64: Relax aarch64_<sur><addsub>hn2<mode> RTL patternJonathan Wright2-20/+38
2021-05-19middle-end/100672 - fix bogus right shift foldingRichard Biener2-2/+21
2021-05-19Fix typos.Martin Liska5-5/+5
2021-05-19aarch64: Enable aarch64_load to use UNSPEC_PRED_X loadsAndre Simoes Dias Vieira19-18/+32
2021-05-19Avoid marking TARGET_MEM_REF bases addressableRichard Biener5-14/+20
2021-05-19Enable more WITH_SIZE_EXPR processingRichard Biener4-15/+37
2021-05-19builtins: Fix ICE with unprototyped builtin call [PR100576]Jakub Jelinek2-0/+14
2021-05-19apply TLC to GIMPLE reference verificationRichard Biener1-39/+41
2021-05-19i386: Allow 64bit vector modes in general registersUros Bizjak3-22/+32
2021-05-19Fix commit mistake in testcase gcc.dg/tree-ssa/ssa-sink-3.cBernd Edlinger1-0/+15
2021-05-19openmp: Handle lastprivate on combined target correctly [PR99928]Jakub Jelinek6-86/+108
2021-05-18gcc/go/ChangeLog: remove entry for reverted changeIan Lance Taylor1-5/+0
2021-05-18gofrontend: revert startswith changeIan Lance Taylor1-1/+1
2021-05-18libgo: update configure to current sourcesIan Lance Taylor1-1/+1
2021-05-18Run pass_sink_code once more before store_mergingXionghu Luo17-30/+229
2021-05-18c++: ICE with bad definition of decimal32 [PR100261]Jason Merrill2-1/+20
2021-05-18c++: template template parm pack expansion [PR100372]Jason Merrill2-7/+18