aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-30Daily bump.GCC Administrator5-1/+286
2021-10-29testsuite: Don't expect a complex FMATamar Christina1-1/+0
2021-10-29libcpp: Fix _Pragma expansion [PR102409]Tobias Burnus2-0/+100
2021-10-29assert_streq: add newlines to failure messageDavid Malcolm1-1/+1
2021-10-29gcc/Makefile.in: fix bug in gengtype link ruleDavid Malcolm1-1/+1
2021-10-29Fortran: Free type-bound procedure structsBernhard Reutner-Fischer1-2/+2
2021-10-29doc: Bump required minimum DejaGnu version to 1.5.3Bernhard Reutner-Fischer1-1/+1
2021-10-29path oracle: Do not look back to the root oracle for killing defs.Aldy Hernandez1-1/+12
2021-10-29Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez45-90/+87
2021-10-29Avoid overly-greedy match in dejagnu regexp.Jeff Law1-1/+1
2021-10-29Perform on-entry propagation after range_of_stmt on a gcond.Andrew MacLeod3-3/+34
2021-10-29handle retslot in modrefJan Hubicka5-47/+170
2021-10-29middle-end: Add target independent tests for Arm complex numbers vectorization.Tamar Christina46-112/+172
2021-10-29middle-end: Update the Arm complex numbers auto-vec detection to the new form...Tamar Christina1-243/+124
2021-10-29gimple-fold: Preserve location in gimple_fold_builtin_memsetJakub Jelinek2-2/+3
2021-10-29Force -fexcess-precision=standard for fp-uint64-convert-double-1.cRichard Biener1-1/+1
2021-10-29c++: Implement DR2351 - void{} [PR102820]Jakub Jelinek2-3/+81
2021-10-28rs6000: Optimize __builtin_shuffle when it's used to zero the upper bits [PR1...Xionghu Luo2-3/+89
2021-10-29Enable vectorization for _Float16 floor/ceil/trunc/nearbyint/rint operations.liuhongt6-6/+184
2021-10-29Daily bump.GCC Administrator5-1/+250
2021-10-28path relation oracle: Remove SSA's being killed from the equivalence list.Aldy Hernandez1-10/+10
2021-10-29or1k: Add return address argument to _mcount callStafford Horne1-2/+3
2021-10-28match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < addr2 would be simpli...Jakub Jelinek5-129/+220
2021-10-28Fix ifcvt-4.c to not depend on VRP2 asserts.Andrew MacLeod1-2/+1
2021-10-28Unify EVRP and VRP folding predicate message.Andrew MacLeod3-7/+15
2021-10-28Reset scev before invoking array_checker.Andrew MacLeod1-1/+1
2021-10-28c++: CTAD within template argument [PR102933]Patrick Palka4-12/+32
2021-10-28[PATCH 4/5] gcc/nios2: Define the musl linkerRichard Purdie1-0/+1
2021-10-28[PATCH 1/5] Makefile.in: Ensure build CPP/CPPFLAGS is used for build targetsRichard Purdie2-2/+2
2021-10-28c++: quadratic constexpr behavior for left-assoc logical exprs [PR102780]Patrick Palka2-5/+50
2021-10-28Update documentation of %X specEric Botcazou1-2/+1
2021-10-28middle-end/84407 - honor -frounding-math for int to float conversionRichard Biener4-1/+189
2021-10-28Improve backward threading with switches.Aldy Hernandez3-8/+6
2021-10-28Make back_threader_registry inherit from back_jt_path_registry.Aldy Hernandez1-16/+5
2021-10-28middle-end/57245 - honor -frounding-math in real truncationRichard Biener3-0/+52
2021-10-28tree-optimization/102949 - fix base object alignmentRichard Biener1-2/+6
2021-10-28rs6000: Fix ICE of vect cost related to V1TI [PR102767]Kewen Lin2-31/+54
2021-10-28RISC-V: Fix wrong predicator for zero_extendsidi2_internal patternKito Cheng1-1/+1
2021-10-28RISC-V: Handle zi* extension correctly for arch-canonicalize scriptKito Cheng1-1/+1
2021-10-28hardened conditionalsAlexandre Oliva9-0/+544
2021-10-27rs6000: Fold xxsel to vsel since they have same semanticsXionghu Luo3-82/+37
2021-10-27rs6000: Fix wrong code generation for vec_sel [PR94613]Xionghu Luo6-55/+221
2021-10-28AVX512FP16: Optimize _Float16 reciprocal for div and sqrtHongyu Wang6-20/+258
2021-10-28Daily bump.GCC Administrator6-1/+252
2021-10-27Fortran: Delete unused decl in intrinsic.hBernhard Reutner-Fischer1-4/+0
2021-10-27Fortran: Delete unused decl in trans-types.hBernhard Reutner-Fischer1-3/+0
2021-10-27Fortran: Delete unused decl in trans-stmt.hBernhard Reutner-Fischer1-1/+0
2021-10-27Fortran: make some trans-array functions staticBernhard Reutner-Fischer2-7/+1
2021-10-27Fortran: make some constructor* functions staticBernhard Reutner-Fischer2-28/+2
2021-10-27Fortran: make some match* functions staticBernhard Reutner-Fischer3-42/+8