Age | Commit message (Expand) | Author | Files | Lines |
2022-11-13 | ginclude: C2x header version macros | Joseph Myers | 18 | -0/+151 |
2022-11-13 | doc: Remove outdated reference to "core" and front-end downloads | Jonathan Wakely | 1 | -3/+1 |
2022-11-13 | libstdc++: Add C++20 clocks | Jonathan Wakely | 4 | -3/+844 |
2022-11-13 | libstdc++: Implement C++20 <format> [PR104166] | Jonathan Wakely | 15 | -0/+5191 |
2022-11-13 | libstdc++: Allow std::to_chars for 128-bit integers in strict mode | Jonathan Wakely | 2 | -14/+23 |
2021-11-06 | Fortran: Remove unused declaration | Bernhard Reutner-Fischer | 1 | -1/+0 |
2022-11-13 | Daily bump. | GCC Administrator | 8 | -1/+235 |
2022-11-12 | libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR107636] | Jakub Jelinek | 1 | -7/+9 |
2022-11-12 | Fortran: fix treatment of character, value, optional dummy arguments [PR107444] | Harald Anlauf | 6 | -23/+84 |
2022-11-12 | c: C2x constexpr | Joseph Myers | 22 | -97/+1539 |
2022-11-12 | [frange] Avoid testing signed zero test for -fno-signed-zeros. | Aldy Hernandez | 1 | -4/+5 |
2022-11-12 | [range-ops] Add ability to represent open intervals in frange. | Aldy Hernandez | 1 | -4/+19 |
2022-11-12 | libgomp: Fix up build on mingw [PR107641] | Jakub Jelinek | 1 | -1/+1 |
2022-11-12 | range-op: Implement op[12]_range operators for {PLUS,MINUS,MULT,RDIV}_EXPR | Jakub Jelinek | 2 | -0/+157 |
2022-11-12 | range-op: Cleanup floating point multiplication and division fold_range [PR10... | Jakub Jelinek | 1 | -196/+157 |
2022-11-12 | range-op: Implement floating point division fold_range [PR107569] | Jakub Jelinek | 1 | -0/+178 |
2022-11-12 | range-op: Implement floating point multiplication fold_range [PR107569] | Jakub Jelinek | 2 | -7/+187 |
2022-11-12 | LoongArch: Add flogb.{s,d} instructions and expand logb{sf,df}2 | Xi Ruoyao | 2 | -2/+51 |
2022-11-12 | LoongArch: Add fscaleb.{s,d} instructions as ldexp{sf,df}3 | Xi Ruoyao | 2 | -2/+72 |
2022-11-12 | LoongArch: Add ftint{,rm,rp}.{w,l}.{s,d} instructions | Xi Ruoyao | 3 | -0/+122 |
2022-11-12 | LoongArch: Rename frint_<fmt> to rint<mode>2 | Xi Ruoyao | 2 | -2/+18 |
2022-11-12 | libstdc++: Simplify build targets for debug library | Jonathan Wakely | 2 | -79/+56 |
2022-11-12 | libstdc++: Define INSTANTIATE_FACET_ACCESSORS macro in compat source [PR103755] | Jonathan Wakely | 4 | -11/+22 |
2022-11-12 | Daily bump. | GCC Administrator | 9 | -1/+384 |
2022-11-11 | libstdc++: Fix <experimental/filesystem> for Windows [PR95048] | Jonathan Wakely | 1 | -2/+1 |
2022-11-11 | analyzer: more state machine documentation | David Malcolm | 4 | -2/+125 |
2022-11-11 | analyzer: split out checker_event classes to their own header | David Malcolm | 2 | -582/+612 |
2022-11-11 | analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147] | David Malcolm | 34 | -37/+1590 |
2022-11-11 | Don't add dependencies in update_stmt. | Andrew MacLeod | 2 | -1/+33 |
2022-11-11 | libstdc++: Set active union member in constexpr std::string [PR103295] | Nathaniel Shead | 1 | -2/+2 |
2022-11-11 | libstdc++: Fix wstring conversions in filesystem::path [PR95048] | Jonathan Wakely | 4 | -66/+203 |
2022-11-11 | process transitive inferred ranges in pre_fold_stmt. | Andrew MacLeod | 1 | -9/+7 |
2022-11-11 | aarch64: Add support for Cortex-X1C CPU. | Srinath Parvathaneni | 3 | -2/+3 |
2022-11-11 | aarch64: Add support for Cortex-A715 CPU. | Srinath Parvathaneni | 3 | -2/+5 |
2022-11-11 | tree-optimization/107554 - fix ICE in stlen optimization | Richard Biener | 2 | -1/+13 |
2022-11-11 | tree-optimization/105142 - improve maybe_fold_comparisons_from_match_pd fix | Richard Biener | 1 | -1/+24 |
2022-11-11 | [range-ops] Remove specialized fold_range methods for various operators. | Aldy Hernandez | 1 | -52/+0 |
2022-11-11 | [range-ops] Avoid unnecessary intersection in update_known_bitmask. | Aldy Hernandez | 1 | -4/+1 |
2022-11-11 | [range-ops] Update known bitmasks using CCP for all operators. | Aldy Hernandez | 1 | -1/+4 |
2022-11-11 | [range-ops] Use existing tree code for *DIV_EXPR entries. | Aldy Hernandez | 1 | -15/+6 |
2022-11-11 | [range-ops] Add tree code to range_operator. | Aldy Hernandez | 2 | -14/+28 |
2022-11-11 | tree-optimization/107618 - enhance copy propagation of constants | Richard Biener | 2 | -24/+35 |
2022-11-11 | Make last DCE remove empty loops | Richard Biener | 4 | -11/+22 |
2022-11-11 | jit: doc: Use shared Indices and tables | Martin Liska | 8 | -41/+37 |
2022-11-11 | doc: update sphinx-build -j auto comment | Martin Liska | 1 | -1/+1 |
2022-11-11 | sphinx: stop using parallel mode | Martin Liska | 1 | -1/+5 |
2022-11-11 | changelog: check for space after tab | Martin Liska | 3 | -0/+51 |
2022-11-11 | RISC-V: Add RVV registers register spilling | Ju-Zhe Zhong | 18 | -86/+2017 |
2022-11-11 | libstdc++: Fix tests with non-const operator== | Jonathan Wakely | 2 | -2/+2 |
2022-11-11 | libstdc++: Add missing definition for <charconv> in C++14 mode | Jonathan Wakely | 1 | -0/+6 |