aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-10Daily bump.GCC Administrator5-1/+322
2024-07-09Fix test errors after r15-1394 for sizeof(int)==sizeof(long) [PR115545]Martin Uecker3-10/+10
2024-07-09c: Fix ICE for redeclaration of structs with different alignment [PR114727]Martin Uecker2-0/+9
2024-07-09c: Fix ICE for incorrect code in comptypes_verify [PR115696]Martin Uecker2-0/+11
2024-07-09rs6000, remove vector set and vector init built-ins.Carl Love3-100/+14
2024-07-09rs6000, remove __builtin_vsx_xvcmpeqsp_p built-inCarl Love1-3/+0
2024-07-09rs6000, extend vec_xxpermdi built-in for __int128 argsCarl Love3-0/+237
2024-07-09rs6000, remove __builtin_vsx_xvnegdp and __builtin_vsx_xvnegsp built-insCarl Love1-6/+0
2024-07-09rs6000, remove __builtin_vsx_vperm_* built-insCarl Love2-44/+11
2024-07-09rs6000, remove the vec_xxsel built-ins, they are duplicatesCarl Love2-47/+19
2024-07-09rs6000, add overloaded vec_sel with int128 argumentsCarl Love5-6/+315
2024-07-09rs6000, remove duplicated built-ins of vecmergl and vec_mergehCarl Love3-61/+0
2024-07-09rs6000, Remove redundant vector float/double type conversionsCarl Love1-12/+0
2024-07-09rs6000, extend the current vec_{un,}signed{e,o} built-insCarl Love5-11/+154
2024-07-09rs6000, fix error in unsigned vector float to unsigned int built-in definitionsCarl Love2-9/+33
2024-07-09rs6000, Remove __builtin_vsx_xvcv{sp{sx,u}ws,dpuxds_uns}Carl Love1-15/+0
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 Administrator6-1/+175
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-08libstdc++: Fix _Atomic(T) macro in <stdatomic.h> [PR115807]Jonathan Wakely2-1/+15
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 Administrator9-1/+69
2024-07-07PR modula2/115804 ICE during gimplification with new isfinite optabGaius Mulley1-11/+15
2024-07-07libstdc++: Tweak two links in configuration docsGerald Pfeifer2-4/+4
2024-07-07maintainer-scripts: Switch bug reporting URL to httpsGerald Pfeifer1-1/+1
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