aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-18analyzer: Fix g++ 4.8 bootstrap without using std::move to return std::unique...Jonathan Wakely12-33/+33
2024-06-18aarch64: Add some uses of force_highpart_subregRichard Sandiford1-13/+4
2024-06-18Add force_highpart_subregRichard Sandiford4-14/+20
2024-06-18Make more use of force_lowpart_subregRichard Sandiford3-14/+12
2024-06-18aarch64: Add some uses of force_lowpart_subregRichard Sandiford5-17/+23
2024-06-18Add force_lowpart_subregRichard Sandiford3-22/+17
2024-06-18Make more use of force_subregRichard Sandiford2-29/+20
2024-06-18aarch64: Use force_subreg in more placesRichard Sandiford4-12/+10
2024-06-18Make force_subreg emit nothing on failureRichard Sandiford1-1/+5
2024-06-18c23: Fix for redeclared enumerator initialized with different type [PR115109]Martin Uecker4-3/+95
2024-06-18rs6000: Shrink rs6000_init_generated_builtins size [PR115324]Jakub Jelinek2-12/+29
2024-06-18tree-optimization/115493 - fix wrong code with SLP induction cond reductionRichard Biener1-2/+2
2024-06-18Enhance if-conversion for automatic arraysRichard Biener6-10/+44
2024-06-17testsuite, rs6000: Replace powerpc_altivec_ok with powerpc_altivec [PR114842]Kewen Lin220-242/+247
2024-06-18i386: Handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2/avxHu, Lin110-78/+236
2024-06-18Daily bump.GCC Administrator7-1/+410
2024-06-17aarch64: Add testcase for PR97405Andrew Pinski1-0/+13
2024-06-17[to-be-committed,RISC-V] Handle zero_extract destination for single bit inser...Jeff Law2-0/+44
2024-06-17Add minimal support for __bf16 to -fdump-ada-specEric Botcazou1-1/+22
2024-06-17diagnostics: Fix add_misspelling_candidates [PR115440]Jakub Jelinek2-2/+12
2024-06-17vshuf-mem.C: Make -march=z14 depend on s390_vxeAndreas Krebbel1-1/+1
2024-06-17c: Implement C2Y alignof on incomplete arraysJoseph Myers4-1/+23
2024-06-17c-family: Fix -Warray-compare warning ICE [PR115290]Jakub Jelinek2-4/+22
2024-06-17c++: Fix up floating point conversion rank comparison for _Float32 and float ...Jakub Jelinek2-0/+29
2024-06-17RISC-V: Add configure check for Zaamo/Zalrsc assembler supportPatrick O'Neill4-0/+53
2024-06-17doc: Mark up __cxa_atexit as @code.Gerald Pfeifer1-4/+4
2024-06-17rs6000: Compute rop_hash_save_offset for non-Altivec compiles [PR115389]Peter Bergner2-5/+21
2024-06-17[to-be-committed,RISC-V] Improve variable bit set for rv64Jeff Law2-0/+24
2024-06-17tree-optimization/115508 - fix ICE with SLP scheduling and extern vectorRichard Biener2-0/+16
2024-06-17Testcase for PR115492Richard Biener1-0/+19
2024-06-17Revert "tree-optimization/100923 - re-do VN with contextual PTA info fix"Richard Biener1-25/+33
2024-06-17Rename Value_Range to value_range.Aldy Hernandez33-241/+241
2024-06-17[APX ZU] Fix test for target-support checkLingling Kong2-0/+9
2024-06-17i386: Refine all cvtt* instructions with UNSPEC instead of FIX/UNSIGNED_FIX.Hu, Lin13-64/+464
2024-06-17Fix ICE when compiling with -fcoarray=single, when derefing a non-array.Andre Vehreschild3-4/+4
2024-06-17x86: Emit cvtne2ps2bf16 for odd increasing perm in __builtin_shufflevectorLevy Hsu4-2/+75
2024-06-17s390: Delete mistakenly added testsStefan Schulze Frielinghaus9-928/+0
2024-06-17s390: Extend two element float vectorStefan Schulze Frielinghaus11-0/+974
2024-06-17s390: Extend two/four element integer vectorsStefan Schulze Frielinghaus4-5/+162
2024-06-17s390: testsuite: Fix nobp-table-jump-*.cStefan Schulze Frielinghaus4-84/+84
2024-06-17s390: testsuite: Fix ifcvt-one-insn-bool.cStefan Schulze Frielinghaus1-1/+1
2024-06-16m2: Remove uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZEKewen Lin1-3/+4
2024-06-17Daily bump.GCC Administrator3-1/+37
2024-06-16aarch64: Fix reg_is_wrapped_separately array size [PR100211]Andrew Pinski1-1/+1
2024-06-16[to-be-committed] [RISC-V] Improve (1 << N) | C for rv64Jeff Law2-0/+46
2024-06-15[committed] Fix minor SH scan-asm failure after recent IOR->ADD changesJeff Law1-0/+19
2024-06-16pretty-print: Don't translate escape sequences to windows console APIPeter Damianov1-2/+3
2024-06-16diagnostics: Don't hardcode auto_enable_urls to false for mingw hostsPeter Damianov1-4/+15
2024-06-16diagnostics: Enable escape sequence processing on windows consolesPeter Damianov1-5/+16
2024-06-16Daily bump.GCC Administrator3-1/+47