aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-02AVR: Make gcc.dg/pr113596.c work.Georg-Johann Lay1-1/+9
2024-10-02testsuite/52641 - Require int32 for gcc.dg/pr93820-2.c.Georg-Johann Lay1-0/+1
2024-10-02testsuite/52641 - Fix gcc.dg/signbit-6.c for int != 32-bit targets.Georg-Johann Lay1-2/+4
2024-10-02middle-end: Fix ifcvt predicate generation for masked function callsVictor Do Nascimento2-1/+44
2024-10-02arm: Prevent ICE when doloop dec_set is not PLUS exprAndre Vieira2-17/+59
2024-10-02c++: Fix regression introduced by r15-3796 [PR116722]Simon Martin1-0/+6
2024-10-02Replace another missed iterative_hash_objectRichard Biener1-1/+1
2024-10-02gimple ssa: Don't use __builtin_popcount in switch exp transform [PR116616]Filip Kastl3-74/+23
2024-10-02Speedup iterative_hash_template_argRichard Biener1-3/+3
2024-10-02Adjust gcc.dg/vect/slp-12a.cRichard Biener1-2/+1
2024-10-02Adjust expectation for gcc.dg/vect/slp-19c.cRichard Biener1-2/+6
2024-10-02un-XFAIL gcc.dg/vect/vect-double-reduc-5.cRichard Biener1-4/+1
2024-10-02testsuite/116596 - fix gcc.dg/vect/slp-11a.cRichard Biener1-1/+1
2024-10-02tree-optimization/113197 - bougs assert in PTARichard Biener3-1/+18
2024-10-02tree-optimiztation/114855 - profile prediction slownessRichard Biener1-26/+91
2024-10-02testsuite/116660 - adjust testcases unexpectedly failing on 32bit sparcRichard Biener2-1/+3
2024-10-02tree-optimization/116566 - single lane SLP for VLA inductionsRichard Biener2-59/+190
2024-10-02doc: Drop h8300-hms reference to binaries downloadsGerald Pfeifer1-2/+0
2024-10-02libcpp: Implement clang -Wheader-guard warning [PR96842]Jakub Jelinek21-1/+127
2024-10-02opts: Fix up regenerate-opt-urls dependenciesJakub Jelinek1-2/+2
2024-10-02backprop: Fix deleting of a phi node [PR116922]Andrew Pinski2-2/+27
2024-10-02Fix gcc.dg/pr116905.cRichard Biener1-0/+1
2024-10-02testsuite/116654 - adjust gcc.target/powerpc/p9-vec-length-full-8.cRichard Biener1-3/+4
2024-10-02testsuite/116654 - adjust gcc.dg/vect/costmodel/ppc/costmodel-slp-12.cRichard Biener1-1/+1
2024-10-02tree-optimization/116654 - missed dr_explicit_realign[_optimized] with SLPRichard Biener1-5/+5
2024-10-02RISC-V: Add testcases for form 2 of scalar signed SAT_SUBPan Li9-0/+192
2024-10-02Match: Support form 2 for scalar signed integer SAT_SUBPan Li1-0/+14
2024-10-02Daily bump.GCC Administrator7-1/+204
2024-10-01c++: don't advertise C++20 concepts in C++14Jason Merrill1-1/+1
2024-10-01AVR: avr.cc - Drop a superfluous sub-condition in avr_out_compare.Georg-Johann Lay1-1/+0
2024-10-01AVR: avr-passes.cc - Fix a build warning.Georg-Johann Lay1-1/+2
2024-10-01aarch64: Introduce new unspecs for smax/sminSaurabh Jha2-61/+45
2024-10-01Implement MAXVAL and MINVAL for UNSIGNED.Thomas Koenig4-5/+109
2024-10-01Fix wrong code out of NRV + RSO + inliningEric Botcazou6-1/+69
2024-10-01c++: introduce __builtin_is_virtual_base_ofGiuseppe D'Angelo9-4/+225
2024-10-01phi-opt: Improve factor heurstic with constants and conversions from bool [PR...Andrew Pinski4-4/+50
2024-10-01modula2: Add FindIndice to library module gm2-libs/IndexingGaius Mulley2-0/+36
2024-10-01PR modula2/116918 -fswig correct syntaxGaius Mulley1-11/+11
2024-10-01aarch64: Add fp8 scalar typesClaudio Bantaloukas8-2/+994
2024-10-01tree-optimization/116902 - vectorizer load hosting breaks UID order #2Richard Biener2-29/+45
2024-10-01tree-optimization/116905 - ICE with bogus range opsRichard Biener2-2/+18
2024-10-01tree-optimization/116906 - unsafe PRE with never executed edgesRichard Biener3-6/+93
2024-10-01range-cache: Fix ranger ICE if number of bbs increases [PR116899]Jakub Jelinek2-7/+21
2024-10-01range-cache: Fix ICE on SSA_NAME with def_stmt not yet in the IL [PR116898]Jakub Jelinek2-3/+26
2024-10-01Daily bump.GCC Administrator7-1/+721
2024-10-01[testcase] Fix-absfloat16.c-testcaseKugan Vivekanandarajah1-1/+1
2024-09-30c++: concept in default argument [PR109859]Marek Polacek3-2/+25
2024-09-30Fix internal error during inlining after ICF passEric Botcazou2-2/+27
2024-09-30diagnostics: return text buffer from test_show_locus [PR116613]David Malcolm3-168/+88
2024-09-30diagnostics: require callers of diagnostic_show_locus to be explicit about th...David Malcolm4-11/+9