aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-06Daily bump.GCC Administrator2-1/+5
2024-10-05hppa: Fix indirect_goto constraintJohn David Anglin1-1/+1
2024-10-05Daily bump.GCC Administrator4-1/+43
2024-10-05x86: Disable stack protector for naked functionsH.J. Lu2-0/+21
2024-10-04AVR: target/116953 - ICE due to operands clobber in avr_out_sbxx_branch.Georg-Johann Lay2-1/+12
2024-10-04Fix crash with subunit of local packageEric Botcazou1-0/+6
2024-10-04Daily bump.GCC Administrator1-1/+1
2024-10-03Daily bump.GCC Administrator3-1/+19
2024-10-02tree-optimization/116585 - SSA corruption with split_constant_offsetRichard Biener2-3/+40
2024-10-02Daily bump.GCC Administrator4-1/+36
2024-10-01c++: don't advertise C++20 concepts in C++14Jason Merrill1-3/+3
2024-10-01c++: -Wdangling-reference and empty class [PR115361]Jason Merrill9-12/+33
2024-10-01c++: fix -Wdangling-reference false positive [PR115987]Marek Polacek4-17/+46
2024-10-01Daily bump.GCC Administrator1-1/+1
2024-09-30Daily bump.GCC Administrator2-1/+18
2024-09-29i386: Modernize AMD processor typesUros Bizjak2-41/+37
2024-09-29Daily bump.GCC Administrator3-1/+72
2024-09-29Zen5 tuning part 4: update reassocation widthJan Hubicka2-13/+20
2024-09-29Zen5 tuning part 3: fix typo in previous patchJan Hubicka1-1/+1
2024-09-29Zen5 tuning part 3: scheduler tweaksJan Hubicka3-3/+77
2024-09-29Zen5 tuning part 2: disable gather and scatterJan Hubicka1-6/+6
2024-09-29Zen5 tuning part 1: avoid FMA chainsJan Hubicka1-4/+5
2024-09-28x86: Don't use address override with segment regsiterH.J. Lu2-1/+56
2024-09-28Daily bump.GCC Administrator1-1/+1
2024-09-27Daily bump.GCC Administrator3-1/+33
2024-09-26s390: Fix TF to FPRX2 conversion [PR115860]Stefan Schulze Frielinghaus6-40/+72
2024-09-26s390: Fix AQ and AR constraintsStefan Schulze Frielinghaus1-0/+12
2024-09-26Daily bump.GCC Administrator1-1/+1
2024-09-25Daily bump.GCC Administrator1-1/+1
2024-09-24Daily bump.GCC Administrator2-1/+18
2024-09-23Darwin: Allow for as versions that need '-' for std in.Iain Sandoe1-0/+2
2024-09-23Darwin: Recognise -weak_framework in the driver [PR116237].Iain Sandoe2-0/+6
2024-09-23Daily bump.GCC Administrator2-1/+8
2024-09-22hppa: Add peephole2 optimizations for REG+D loads and storesJohn David Anglin2-0/+103
2024-09-22Daily bump.GCC Administrator1-1/+1
2024-09-21Daily bump.GCC Administrator4-1/+53
2024-09-20c++: decltype(auto) deduction of statement-expression [PR116418]Patrick Palka3-5/+14
2024-09-20c++: CWG 2789 and usings [PR116492]Patrick Palka2-0/+24
2024-09-20Fortran: fix ICE in gfc_create_module_variable [PR100273]Harald Anlauf2-1/+28
2024-09-20Daily bump.GCC Administrator4-1/+34
2024-09-20Fix small thinko in IPA mod/ref passEric Botcazou2-1/+36
2024-09-20s390: Fix strict_low_part generationStefan Schulze Frielinghaus3-41/+20
2024-09-19Update gcc zh_CN.poJoseph Myers1-280/+181
2024-09-19doc: Add more alias option and reorder Intel CPU -march documentationHaochen Jiang1-126/+134
2024-09-19Daily bump.GCC Administrator3-1/+160
2024-09-18tree-optimization/116460 - ICE with DCE in forwpropRichard Biener2-10/+637
2024-09-18Fix vect/pr115278.cc for targets where uint32_t is distinct from unsigned.Joern Rennecke1-1/+1
2024-09-18middle-end/115426 - wrong gimplification of "rm" asm output operandRichard Biener2-0/+22
2024-09-18tree-optimization/116610 - wrong SLP induction bias for mask peelingRichard Biener1-1/+1
2024-09-18fold: Fix `a * 1j` if a has side effects [PR116454]Andrew Pinski3-10/+50