aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-14i386: Optimization for APX NDD is always zero-uppered for shiftLingling Kong2-0/+128
2024-08-14i386: Optimization for APX NDD is always zero-uppered for logicLingling Kong2-0/+134
2024-08-14i386: Optimization for APX NDD is always zero-uppered for sub/adc/sbbLingling Kong3-8/+305
2024-08-14i386: Optimization for APX NDD is always zero-uppered for ADDLingling Kong2-0/+107
2024-08-14Restrict pr116202-run-1.c test to riscv_v targetMark Wielaard1-1/+1
2024-08-14Prevent future proc_ptr parsing issues in associate [PR102973]Andre Vehreschild1-0/+1
2024-08-14Fix ICE in build_function_decl [PR116292]Andre Vehreschild2-3/+51
2024-08-14genoutput: Accelerate the place_operands function.Xianmiao Qu1-23/+88
2024-08-13Revert "[rtl-optimization/116244] Don't create bogus regs in alter_subreg"Jeff Law4-281/+2
2024-08-13testsuite: Fix fam-in-union-alone-in-struct-2.c with unsigned char [PR116148]Kewen Lin1-1/+1
2024-08-14Move ix86_align_loops into a separate pass and insert the pass after pass_end...liuhongt5-146/+206
2024-08-14Daily bump.GCC Administrator4-1/+61
2024-08-13testsuite: Fix struct size check [PR116155]Dimitar Dimitrov1-1/+1
2024-08-13ifcvt: Fix force_operand ICE in noce_convert_multiple_sets [PR116353]Manolis Tsamis2-2/+59
2024-08-13Fortran: reject array constructor value of abstract type [PR114308]Harald Anlauf2-0/+43
2024-08-13RISC-V: Fix non-obvious comment typosPatrick O'Neill5-8/+8
2024-08-13Internal-fn: Handle vector bool type for type strict match mode [PR116103]Pan Li1-0/+10
2024-08-13LRA: Don't emit move for substituted CONSTATNT_P operand [PR116170]Kewen Lin2-1/+21
2024-08-13Regenerate avr.opt.urlsMark Wielaard1-0/+2
2024-08-13Daily bump.GCC Administrator6-1/+326
2024-08-12rs6000: ROP - Do not disable shrink-wrapping for leaf functions [PR114759]Peter Bergner3-4/+21
2024-08-12RISC-V: Fix missing abi arg in testEdwin Lu1-1/+1
2024-08-12[rtl-optimization/116244] Don't create bogus regs in alter_subregJeff Law4-2/+281
2024-08-12borrowck: Fix debug prints on 32-bits architecturesArthur Cohen2-3/+6
2024-08-12borrowck: Avoid overloading issues on 32bit architecturesArthur Cohen1-2/+2
2024-08-12ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_setsManolis Tsamis3-138/+141
2024-08-12ifcvt: Allow more operations in multiple set if conversionManolis Tsamis2-21/+92
2024-08-12ifcvt: handle sequences that clobber flags in noce_convert_multiple_setsManolis Tsamis1-48/+79
2024-08-12AVR: target/85624 - Fix non-matching alignment in clrmem* insns.Georg-Johann Lay2-0/+9
2024-08-1216-bit testsuite fixes - excessive code sizeJoern Rennecke4-0/+5
2024-08-12This fixes problems with tests that exceed a data type or the maximum stack f...Joern Rennecke7-5/+14
2024-08-12Avoid cfg corruption when using sjlj exceptions where loops are present in th...Joern Rennecke1-0/+4
2024-08-12Use splay-tree-utils.h in tree-ssa-sccvn [PR30920]Richard Sandiford4-81/+131
2024-08-12aarch64: Emit ADD X, Y, Y instead of SHL X, Y, #1 for Advanced SIMDKyrylo Tkachov3-5/+77
2024-08-12Fortran: Fix coarray in associate not linking [PR85510]Andre Vehreschild3-5/+26
2024-08-12Initial support for AVX10.2Haochen Jiang19-22/+140
2024-08-12PR target/116275: Handle STV of *extenddi2_doubleword_highpart on i386.Roger Sayle2-0/+33
2024-08-12LoongArch: Provide ashr lshr and ashl RTL pattern for vectors.Lulu Cheng3-6/+155
2024-08-12LoongArch: Drop vcond{,u} expanders.Lulu Cheng2-68/+0
2024-08-12LoongArch: Use iorn and andn standard pattern names.Lulu Cheng6-18/+59
2024-08-12PR modula2/116181 fix ODR warnings for C/m2 interface library modulesGaius Mulley27-663/+742
2024-08-12Daily bump.GCC Administrator3-1/+17
2024-08-11Fortran: silence Wmaybe-uninitialized warnings for LTO build [PR116221]Harald Anlauf2-2/+2
2024-08-11AVR: -mlra is not documeted in TEXI.Georg-Johann Lay1-1/+1
2024-08-11AVR: Add function avr.cc::ra_in_progress().Georg-Johann Lay1-6/+13
2024-08-11Daily bump.GCC Administrator5-1/+80
2024-08-11i386: testsuite: Adapt fentryname3.c for r14-811 change [PR70150]Xi Ruoyao1-2/+1
2024-08-11i386: testsuite: Add -no-pie for pr113689-1.c [PR70150]Xi Ruoyao1-1/+1
2024-08-10Fix reference to the dom walker function in the documentationAndi Kleen1-2/+2
2024-08-10gm2: add missing debug output guardWilken Gottwalt1-1/+4