aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-09rs6000, Remove __builtin_vsx_cmple* builtinsCarl Love2-43/+0
2024-07-09i386: Implement .SAT_TRUNC for unsigned integersUros Bizjak2-2/+134
2024-07-09diagnostics: use refs rather than pointers for diagnostic_{path,context}David Malcolm3-53/+52
2024-07-09arm: clean up some legacy FPA related cruft.Richard Earnshaw1-51/+10
2024-07-09RISC-V: Fix comment/naming in attribute parsing codeChristoph Müllner1-4/+4
2024-07-09RISC-V: Deduplicate arch subset list processingChristoph Müllner1-26/+6
2024-07-09RISC-V: testsuite: Properly gate LTO testsChristoph Müllner2-2/+2
2024-07-09i386: Correct AVX10 CPUID emulationHaochen Jiang1-2/+2
2024-07-09c: Rewrite c_parser_omp_tile_sizes to use c_parser_expr_listJakub Jelinek3-22/+15
2024-07-09c++: Implement C++26 CWG2819 - Allow cv void * null pointer value conversion ...Jakub Jelinek4-25/+30
2024-07-09Rename __{float,double}_u to __x86_{float,double}_u to avoid pulluting the na...liuhongt3-8/+32
2024-07-09RISC-V: Add testcases for unsigned vector .SAT_ADD IMM form 2Pan Li9-0/+185
2024-07-09RISC-V: Add testcases for unsigned vector .SAT_ADD IMM form 1Pan Li10-0/+449
2024-07-09Daily bump.GCC Administrator5-1/+168
2024-07-08[to-be-committed][RISC-V][V3] DCE analysis for extension eliminationJeff Law18-5/+1047
2024-07-08c-format.cc: add ctors to format_check_results and format_check_contextDavid Malcolm1-26/+37
2024-07-08i386: Promote {QI,HI}mode x86_mov<mode>cc_0_m1_neg to SImodeUros Bizjak1-6/+19
2024-07-08Remove trailing whitespace from invoke.texiPatrick O'Neill1-196/+196
2024-07-08x86: Support bitwise and/andnot/abs/neg/copysign/xorsign op for V8BF/V16BF/V32BFLevy Hsu5-36/+234
2024-07-08rs6000: load high and low part of 128bit vector independently [PR110040]Jeevitha3-0/+48
2024-07-08RISC-V: Implement .SAT_TRUNC for vector unsigned intPan Li18-0/+742
2024-07-08fortran: Move definition of variable closer to its usesMikael Morin1-14/+19
2024-07-08[RISC-V] add implied extension repeatly until stableFei Gao2-3/+14
2024-07-08rs6000: Replace orc with iorc [PR115659]Kewen Lin3-14/+14
2024-07-08isel: Fold more in gimple_expand_vec_cond_expr with andc and iorc [PR115659]Kewen Lin4-0/+42
2024-07-07rs6000: Consider explicit VSX when masking off ALTIVEC [PR115688]Kewen Lin2-2/+20
2024-07-08x86: Update branch hint for Redwood Cove.H.J. Lu3-24/+24
2024-07-08Daily bump.GCC Administrator6-1/+37
2024-07-07PR modula2/115804 ICE during gimplification with new isfinite optabGaius Mulley1-11/+15
2024-07-07doc: Remove dubious example around bug reportingGerald Pfeifer1-5/+0
2024-07-08c++: Simplify uses of LAMBDA_EXPR_EXTRA_SCOPENathaniel Shead1-5/+2
2024-07-07ada: Make the names of uninstalled cross-gnattools consistent across buildsMaciej W. Rozycki2-11/+30
2024-07-07Daily bump.GCC Administrator3-1/+73
2024-07-06[to-be-committed][v3][RISC-V] Handle bit manipulation of SImode valuesJeff Law4-16/+192
2024-07-06testsuite/52641 - Fix more sloppy tests.Georg-Johann Lay14-11/+25
2024-07-06[committed] Fix various sh define_insn_and_split predicatesJeff Law1-50/+50
2024-07-06AVR: Create more opportunities for -mfuse-add optimization.Georg-Johann Lay3-21/+80
2024-07-06RISC-V: fix internal error on global variable-length arrayEric Botcazou3-1/+45
2024-07-06PR target/115751: Avoid force_reg in ix86_expand_ternlog.Roger Sayle1-2/+13
2024-07-06Daily bump.GCC Administrator4-1/+160
2024-07-05x86, Darwin: Fix bootstrap for 32b multilibs/hosts.Iain Sandoe1-0/+23
2024-07-06Fortran: switch test to use issignaling() built-inFrancois-Xavier Coudert2-10/+3
2024-07-05Arm: Fix ldrd offset range [PR115153]Wilco Dijkstra3-29/+48
2024-07-05libgccjit: Allow comparing array typesAntoni Boucher3-0/+23
2024-07-05libgccjit: Add support for the type bfloat16Antoni Boucher8-2/+67
2024-07-05RISC-V: Use tu policy for first-element vec_set [PR115725].Robin Dapp6-33/+22
2024-07-05AVR: target/87376 - Use nop_general_operand for DImode inputs.Georg-Johann Lay2-13/+73
2024-07-05AArch64: lower 2 reg TBL permutes with one zero register to 1 reg TBL.Tamar Christina3-6/+94
2024-07-05AArch64: remove aarch64_simd_vec_unpack<su>_lo_Tamar Christina2-18/+5
2024-07-05middle-end: Add debug functions to dump dominator tree in dot formatAlex Coplan1-0/+30