aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-25Tweak ranger-debug flags.Andrew MacLeod2-2/+3
2021-10-25AArch64 testsuite: Force shrn-combine-*.c to use NEON.Tamar Christina7-0/+14
2021-10-25sra: Fix the fix for PR 102505 (PR 102886)Martin Jambor1-1/+1
2021-10-25Fix PR 102908: wrongly removing null pointer loadsAndrew Pinski1-0/+5
2021-10-25tree-optimization/102905 - restore re-align load for alignment peelingRichard Biener1-3/+2
2021-10-25RISC-V: Cost model for ZBS extension.Kito Cheng1-0/+47
2021-10-25RISC-V: Implement instruction patterns for ZBS extension.Jim Wilson9-4/+268
2021-10-25RISC-V: Use li and rori to load constants.Jim Wilson2-0/+76
2021-10-25RISC-V: Cost model for zbb extension.Kito Cheng1-0/+17
2021-10-25RISC-V: Implement instruction patterns for ZBB extension.Jim Wilson9-5/+327
2021-10-25RISC-V: Cost model for zba extension.Kito Cheng1-0/+81
2021-10-25RISC-V: Implement instruction patterns for ZBA extension.Jim Wilson8-4/+188
2021-10-25RISC-V: Minimal support of bitmanip extensionKito Cheng3-0/+23
2021-10-25Simplify (_Float16) sqrtf((float) a) to .SQRT(a) when a is a _Float16 value.liuhongt3-2/+54
2021-10-25tree-optimization/102920 - fix PHI VN with undefined argsRichard Biener3-8/+40
2021-10-25Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A) and combine FADD(A, FMUL(B,...konglin12-0/+70
2021-10-25Daily bump.GCC Administrator3-1/+31
2021-10-24Revise -mdisable-fpregs option and add new -msoft-mult optionJohn David Anglin5-20/+23
2021-10-24Don't use 'G' constraint in integer move patternsJohn David Anglin1-16/+16
2021-10-24[Committed] Correct testcase gcc.target/bfin/20090914-3.cRoger Sayle1-1/+2
2021-10-24doc: Remove details around Itanium on GNU/Linux and WindowsGerald Pfeifer1-11/+0
2021-10-24Daily bump.GCC Administrator3-1/+33
2021-10-23config/i386: Commentary typo fixBernhard Reutner-Fischer1-1/+1
2021-10-23cleanup compute_points_to_setsJan Hubicka1-4/+8
2021-10-23Move bind-c-intent-out-2.f90 to gfortran.dg/ubsanH.J. Lu1-0/+0
2021-10-23x86_64: Add insn patterns for V1TI mode logic operations.Roger Sayle3-0/+106
2021-10-22Add testcase for PR fortran/95196Sandra Loosemore1-0/+83
2021-10-23Daily bump.GCC Administrator11-1/+147
2021-10-22Add install-dvi Makefile targets.Eric Gallager11-9/+65
2021-10-23doc: Convert mingw-w64.org links to httpsGerald Pfeifer1-2/+2
2021-10-23Fortran: Change XFAIL to PASSTobias Burnus31-60/+51
2021-10-22Fortran: Avoid running into assert with -fcheck= + UBSANTobias Burnus2-0/+40
2021-10-22Add testcase for PR fortran/94289Sandra Loosemore1-0/+168
2021-10-22Add testcase for PR fortran/100906Sandra Loosemore2-0/+1868
2021-10-22tree-optimization/102893 - properly DCE empty loops inside infinite loopsRichard Biener2-1/+11
2021-10-22Disregard incoming equivalences to a path when defining a new one.Aldy Hernandez3-1/+33
2021-10-22bootstrap/102681 - properly CSE PHIs with default def argsRichard Biener3-3/+32
2021-10-22Daily bump.GCC Administrator5-1/+231
2021-10-21x86: Document -fcf-protection requires i686 or newerH.J. Lu1-1/+2
2021-10-21testsuite: Adjust pr22076.c to avoid compile-time optimization [PR102840]Uros Bizjak1-3/+3
2021-10-21Fix again PR middle-end/102764Eric Botcazou1-1/+4
2021-10-21aarch64: Remove redundant struct type definitions in arm_neon.hJonathan Wright1-86/+0
2021-10-21Adjust testcase for 128/256 bit HF vector load/storeHongyu Wang1-4/+4
2021-10-21Split --param=evrp-mode into evrp-mode and ranger-debug.Andrew MacLeod7-37/+56
2021-10-21Add --param=vrp1-mode and --param=vrp2-mode.Andrew MacLeod4-2/+40
2021-10-21Move ranger only VRP folder to tree-vrp.Andrew MacLeod3-88/+128
2021-10-21options: Fix variable tracking option processing.Martin Liska4-47/+53
2021-10-21sra: Fix corner case of total scalarization with virtual inheritance (PR 102505)Martin Jambor2-0/+17
2021-10-21Revert the avoid threading circular paths commit.Aldy Hernandez1-4/+0
2021-10-21Move the initial debug_hooks settingRichard Biener1-3/+3