aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-04-28ipa/119973 - IPA PTA issue with global initializersRichard Biener2-5/+44
2025-04-28lto/113207 - make fld_type_variant more pickyRichard Biener1-1/+6
2025-04-28tree-optimization/119044 - predcom fails to preserve alias infoRichard Biener1-0/+2
2025-04-28tree-optimization/119103 - missed overwidening detection for shiftRichard Biener3-9/+40
2025-04-28middle-end/80342 - genmatch optimize outer conversionsRichard Biener2-51/+160
2025-04-28middle-end/60779 - LTO vs. -fcx-fortran-rules and -fcx-limited-rangeRichard Biener7-29/+66
2025-04-28middle-end/116083 - vectorizer slownessRichard Biener1-9/+14
2025-04-28Prune non-SLP paths from vectorizer loop analysisRichard Biener1-109/+43
2025-04-28Remove non-SLP vector loop transformRichard Biener2-288/+19
2025-04-28Remove --param vect-force-slpRichard Biener4-9/+2
2025-04-28tailc: Improve tail recursion handling [PR119493]Jakub Jelinek1-2/+1
2025-04-27c-family: Improve location for -Wunknown-pragmas in a _Pragma [PR118838]Lewis Hyatt5-18/+42
2025-04-28gcc: For Windows x86-32, always attempt to realign stack regardless of SSELIU Hao1-1/+1
2025-04-28Fix size_t in id-15.c and infoleak-net-ethtool-ioctl.c for llp64Jonathan Yong2-3/+2
2025-04-28Daily bump.GCC Administrator6-1/+135
2025-04-27c++/modules: Ensure DECL_FRIEND_CONTEXT is streamed [PR119939]Nathaniel Shead3-2/+20
2025-04-27ssa-fre-4.c: Enable for all targets and adjust scan matchH.J. Lu1-4/+2
2025-04-27scev-cast.c: Enable for all targets and adjust scan matchesH.J. Lu1-3/+2
2025-04-27vect-simd-clone-1[6-8][cd].c: Expect in-branch clones for x86H.J. Lu6-23/+6
2025-04-27i386: Adjust apx-ndd.c for frontend promotion removalH.J. Lu1-6/+3
2025-04-27Drop targetm.promote_prototypes from C, C++ and Ada frontendsH.J. Lu7-121/+9
2025-04-27Honor TARGET_PROMOTE_PROTOTYPES during RTL expandH.J. Lu2-0/+26
2025-04-27RISC-V: Extract vector stepped for expand_const_vector [NFC]Pan Li1-291/+299
2025-04-27RISC-V: Extract vector duplicate for expand_const_vector [NFC]Pan Li1-76/+104
2025-04-27RISC-V: Extract vec_series for expand_const_vector [NFC]Pan Li1-7/+13
2025-04-27RISC-V: Extract vec_duplicate for expand_const_vector [NFC]Pan Li1-42/+50
2025-04-26Refactor msse4 and mno-sse4.liuhongt3-23/+13
2025-04-27Daily bump.GCC Administrator2-1/+16
2025-04-26Fix i386 vectorizer cost of FP scalar MAX_EXPR and MIN_EXPRJan Hubicka1-2/+4
2025-04-26Add m32c*-*-* to the list of obsolete targetsIain Buclaw1-0/+1
2025-04-25simplify-rtx: Simplify `(zero_extend (and x CST))` -> (and (subreg x) CST)Andrew Pinski1-0/+11
2025-04-26Daily bump.GCC Administrator6-1/+268
2025-04-25testsuite: Skip tests incompatible with generic thunk supportDimitar Dimitrov6-1/+39
2025-04-25testsuite: Add require target for SJLJ exception implementationDimitar Dimitrov10-8/+23
2025-04-25match: Move `(cmp (cond @0 @1 @2) @3)` simplification after the bool compare ...Andrew Pinski1-14/+17
2025-04-25gimple: Fix comment before gimple_cond_make_false/gimple_cond_make_trueAndrew Pinski1-3/+3
2025-04-25Fortran: fix procedure pointer handling with -fcheck=pointer [PR102900]Harald Anlauf4-7/+46
2025-04-25c++: pruning non-captures in noexcept lambda [PR119764]Jason Merrill2-14/+37
2025-04-25c++: add -fabi-version=21Jason Merrill3-4/+7
2025-04-25icf: Remove unused constructors of sem_function and sem_variableAndrew Pinski2-19/+0
2025-04-25icf: Remove nop code from sem_function::init.Andrew Pinski1-1/+0
2025-04-25phiopt: Remove calls.h include [PR119811]Andrew Pinski1-1/+0
2025-04-25cobol: New testcases.Robert Dubner92-0/+4361
2025-04-25modulo-sched: reject loop conditions when not decrementing with one [PR 116479]Andre Vieira2-1/+33
2025-04-25s390: Allow 5+ argument tail-calls in some -m31 -mzarch special cases [PR119873]Jakub Jelinek2-1/+22
2025-04-25c++: bad pending_template recursionJason Merrill3-4/+33
2025-04-25GCN: Properly switch sections in 'gcn_hsa_declare_function_name' [PR119737]Andrew Pinski1-3/+3
2025-04-24[PATCH] RISC-V: Imply C from Zca whenever possible [PR119122]Yuriy Kolerov14-5/+84
2025-04-25Daily bump.GCC Administrator8-1/+310
2025-04-24s390: Allow 5+ argument tail-calls in some special cases [PR119873]Jakub Jelinek5-3/+100