Age | Commit message (Expand) | Author | Files | Lines |
2024-08-08 | tree-optimization/116258 - fix i386 testcase | Richard Biener | 1 | -1/+1 |
2024-08-08 | lra: emit caller-save register spills before call insn [PR116028] | Surya Kumari Jangala | 3 | -6/+26 |
2024-08-08 | RISC-V: Minimal support for Zimop extension. | Jiawei | 4 | -0/+25 |
2024-08-08 | c++/modules: Handle instantiating already tsubsted template friend classes [P... | Nathaniel Shead | 4 | -0/+88 |
2024-08-08 | c++/modules: Fix merging of GM entities in partitions [PR114950] | Nathaniel Shead | 13 | -54/+148 |
2024-08-08 | c++/modules: Clarify error message in read_enum_def | Nathaniel Shead | 2 | -5/+5 |
2024-08-08 | Daily bump. | GCC Administrator | 6 | -1/+425 |
2024-08-07 | compiler: don't assume that ATTRIBUTE_UNUSED is defined | Ian Lance Taylor | 2 | -2/+8 |
2024-08-07 | Darwin: Recognise -weak_framework in the driver [PR116237]. | Iain Sandoe | 2 | -0/+6 |
2024-08-07 | c++: erroneous partial spec vs primary tmpl [PR116064] | Patrick Palka | 3 | -2/+21 |
2024-08-07 | Partially support streaming of poly_int for offloading. | Prathamesh Kulkarni | 7 | -14/+100 |
2024-08-07 | Don't call clean_symbol_name in create_tmp_var_name [PR116219] | Jakub Jelinek | 2 | -11/+7 |
2024-08-07 | OpenMP: Constructors and destructors for "declare target" static aggregates | Tobias Burnus | 10 | -40/+258 |
2024-08-07 | c++: Implement CWG2387 - Linkage of const-qualified variable template [PR109126] | Jakub Jelinek | 3 | -0/+49 |
2024-08-07 | aarch64/testsuite: Add testcases for recently fixed PRs | Andrew Pinski | 2 | -0/+29 |
2024-08-07 | rs6000, Add new overloaded vector shift builtin int128 variants | Carl Love | 5 | -3/+517 |
2024-08-07 | tree-optimization/116258 - do not lower PAREN_EXPR of vectors | Richard Biener | 2 | -2/+21 |
2024-08-07 | testsuite: Fix recent regression of g++.dg/other/sse2-pr85572-1.C | Roger Sayle | 1 | -3/+4 |
2024-08-07 | c++: Fix ICE on valid involving variadic constructor [PR111592] | Simon Martin | 2 | -0/+12 |
2024-08-07 | vect: Fix vect_reduction_def check for odd/even widen mult [PR116142] | Xi Ruoyao | 2 | -2/+19 |
2024-08-07 | c++: Fix up handling of dependent (late) attributes on function/method types ... | Jakub Jelinek | 2 | -8/+28 |
2024-08-07 | tree-optimization/116166 - forward jump-threading going wild | Richard Biener | 2 | -10/+24 |
2024-08-07 | testsuite, rs6000: Adjust pr78056-[1357].c and remove pr78056-[246].c | Kewen Lin | 7 | -70/+4 |
2024-08-07 | testsuite, rs6000: Fix some run cases with appropriate _hw | Kewen Lin | 3 | -3/+3 |
2024-08-07 | testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx | Kewen Lin | 5 | -7/+10 |
2024-08-07 | testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_altivec etc. | Kewen Lin | 15 | -16/+19 |
2024-08-07 | testsuite, rs6000: Remove useless powerpc_{altivec,vsx}_ok | Kewen Lin | 13 | -16/+5 |
2024-08-07 | testsuite, rs6000: Make {vmx,vsx,p8vector}_hw check for altivec/vsx feature | Kewen Lin | 4 | -15/+12 |
2024-08-07 | Fix Wstringop-overflow-47.c warning in RISC-V target. | Jiawei | 1 | -3/+3 |
2024-08-07 | Fix vect/pr115278.cc for targets where uint32_t is distinct from unsigned. | Joern Rennecke | 1 | -1/+1 |
2024-08-07 | c++/modules: Ensure deduction guides are always reachable [PR115231] | Nathaniel Shead | 11 | -1/+230 |
2024-08-07 | c++: Improve fixits for incorrect explicit instantiations | Nathaniel Shead | 2 | -5/+20 |
2024-08-07 | Reduce iteration counts for gcc.dg/vect/tsvc tests. | Joern Rennecke | 11 | -20/+379 |
2024-08-07 | Vect: Make sure the lhs type of .SAT_TRUNC has its mode precision [PR116202] | Pan Li | 2 | -2/+27 |
2024-08-07 | RISC-V: Update .SAT_TRUNC dump check due to middle-end change | Pan Li | 1 | -1/+1 |
2024-08-06 | c++: permit errors inside uninstantiated templates [PR116064] | Patrick Palka | 15 | -6/+238 |
2024-08-07 | Daily bump. | GCC Administrator | 6 | -1/+486 |
2024-08-06 | Fortran: Eliminate error prone translations. | Jerry DeLisle | 1 | -88/+88 |
2024-08-06 | aarch64/testsuite: Fix gcc.target/aarch64/simd/vmmla.c [PR116207] | Andrew Pinski | 1 | -1/+1 |
2024-08-06 | diagnostics: SARIF output: fix "executionSuccessful" ยง3.20.14 [PR116177] | David Malcolm | 12 | -6/+152 |
2024-08-06 | AArch64: take gather/scatter decode overhead into account | Tamar Christina | 14 | -0/+60 |
2024-08-06 | doc: Rephrase GM2 Limitations section | Gerald Pfeifer | 1 | -4/+3 |
2024-08-06 | hppa: Fix (plus (plus (mult (a) (mem_shadd_constant)) (b)) (c)) optimization | John David Anglin | 1 | -0/+1 |
2024-08-06 | RISC-V: Fix typos in code | Patrick O'Neill | 7 | -52/+52 |
2024-08-06 | RISC-V: Fix comment typos | Patrick O'Neill | 21 | -70/+70 |
2024-08-06 | c++: further concept_check_p clean-up | Marek Polacek | 3 | -25/+6 |
2024-08-06 | c++: more non-type template parms [PR116223] | Jason Merrill | 1 | -4/+8 |
2024-08-06 | c++: alias and non-type template parm [PR116223] | Jason Merrill | 2 | -1/+23 |
2024-08-06 | c++: zero-init and class nttp [PR94568] | Jason Merrill | 4 | -2/+34 |
2024-08-06 | i386: Refactor V2DI arithmetic right shift expansion for STV. | Roger Sayle | 5 | -152/+180 |