aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Abstract out calculation of max HWIs per wide int.Aldy Hernandez1-5/+7
2023-04-18LoongArch: Optimize additions with immediatesXi Ruoyao9-16/+246
2023-04-18libsanitizer, darwin: Unsupport Darwin >= 22 for now.Iain Sandoe1-1/+1
2023-04-18Add two new methods to Value_Range.Aldy Hernandez1-0/+9
2023-04-18Constify invariant fields of vrange and irange.Aldy Hernandez1-10/+11
2023-04-18LoongArch: Remove the definition of the macro LOGICAL_OP_NON_SHORT_CIRCUIT un...Lulu Cheng1-1/+0
2023-04-18LoongArch: Add built-in functions description of LoongArch Base instruction s...Lulu Cheng1-0/+129
2023-04-18Daily bump.GCC Administrator7-1/+182
2023-04-17RISC-V: make the stack manipulation codes more readable.Fei Gao1-7/+10
2023-04-17c++: bound ttp level lowering [PR109531]Patrick Palka3-19/+50
2023-04-17RISC-V: optimize stack manipulation in save-restoreFei Gao2-24/+66
2023-04-17PHIOPT: Remove gate_hoist_loads prototypeAndrew Pinski1-1/+0
2023-04-17Do not export global ranges from -Walloca pass.Aldy Hernandez1-2/+1
2023-04-17RISC-V: Force ilp32d for the T-Head FMV testPalmer Dabbelt1-1/+1
2023-04-17RISC-V: Set the ABI for the RVV testsPalmer Dabbelt1-1/+3
2023-04-17RISC-V: Clean up the pr106602.c testcasePalmer Dabbelt3-1/+30
2023-04-17RISC-V: add a new parameter in riscv_first_stack_step.Fei Gao1-20/+20
2023-04-17RISC-V: Optimze the reverse conditions of rotate shiftFeng Wang8-18/+224
2023-04-17Update crontab and git_update_version.pyJakub Jelinek2-5/+6
2023-04-17ada: bump Library_Version to 14.Martin Liska1-1/+1
2023-04-17Bump BASE-VER.basepoints/gcc-14Jakub Jelinek1-1/+1
2023-04-17ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 1...Martin Jambor7-17/+143
2023-04-17aarch64: disable LDP via tuning structure for -mcpu=ampere1Philipp Tomsich3-2/+30
2023-04-17testsuite: Fix up vect-simd-clone-1[678]f.c tests some moreJakub Jelinek3-0/+3
2023-04-17tree-optimization/109524 - ICE with VRP edge removalRichard Biener2-4/+50
2023-04-17testsuite: update builtins-5-p9-runnable.c for BEJiufu Guo1-0/+35
2023-04-17RISC-V: Fix testsuite fail on RV32Kito Cheng2-2/+2
2023-04-17RISC-V: Add test cases for the RVV mask insn shortcut.Pan Li1-0/+241
2023-04-17Daily bump.GCC Administrator3-1/+17
2023-04-16[committed] [PR target/109508] Adjust conditional move expansion for SFBJeff Law2-0/+18
2023-04-16[Committed] New test case gcc.target/avr/pr54816.cRoger Sayle1-0/+9
2023-04-16Daily bump.GCC Administrator5-1/+54
2023-04-15Fix fallout of previous change on x86/LinuxEric Botcazou1-6/+16
2023-04-15Fix handling of large arguments passed by value.John David Anglin2-9/+20
2023-04-15c++: constexpr aggregate destruction [PR109357]Jason Merrill2-4/+30
2023-04-15if-conv: Small improvement for expansion of complex PHIs [PR109154]Jakub Jelinek1-6/+6
2023-04-14rs6000: don't expect __ibm128 with 64-bit long double [PR99708]Alexandre Oliva1-1/+9
2023-04-14-Wdangling-pointer: fix MEM_REF handling [PR109514]Jason Merrill2-30/+50
2023-04-15Daily bump.GCC Administrator6-1/+184
2023-04-14Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]Harald Anlauf2-6/+42
2023-04-14Fix build failure of Ada runtime for Aarch64 targetsEric Botcazou1-2/+6
2023-04-14libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"Patrick Palka10-7/+827
2023-04-14libstdc++: Move down definitions of ranges::cbegin/cend/cetcPatrick Palka1-83/+91
2023-04-14libstdc++: Implement ranges::fold_* from P2322R6Patrick Palka4-0/+370
2023-04-14vect-simd-clone testcase adjustmentsRichard Biener3-9/+9
2023-04-14libstdc++: Improve diagnostics for invalid std::format callsJonathan Wakely1-5/+9
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas5-3/+68
2023-04-14tree-optimization/109502 - vector conversion between mask and non-maskRichard Biener2-2/+22
2023-04-14Fix vect-simd-clone testcase dump scanningRichard Biener6-15/+15
2023-04-14combine: Fix AND handling for WORD_REGISTER_OPERATIONS targets [PR109040]Jakub Jelinek4-4/+57