Age | Commit message (Expand) | Author | Files | Lines |
2022-10-28 | c: C2x enums with fixed underlying type [PR61469] | Joseph Myers | 1 | -24/+0 |
2022-10-26 | c++: Implement -Wdangling-reference [PR106393] | Marek Polacek | 1 | -1/+3 |
2022-10-25 | c++: remove use_default_args parm of coerce_template_parms | Patrick Palka | 1 | -2/+2 |
2022-10-25 | c++: improve failed constexpr assume diagnostic | Jason Merrill | 1 | -2/+3 |
2022-10-24 | c-family: Implicitly return zero from main even on freestanding | Arsen Arsenović | 1 | -3/+12 |
2022-10-18 | middle-end IFN_ASSUME support [PR106654] | Jakub Jelinek | 1 | -0/+1 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -0/+2 |
2022-10-14 | c++: Excess precision for ? int : float or int == float [PR107097, PR82071, P... | Jakub Jelinek | 1 | -2/+0 |
2022-10-14 | c++: Implement excess precision support for C++ [PR107097, PR323] | Jakub Jelinek | 1 | -0/+2 |
2022-10-13 | c++: trivial formatting cleanups | Jason Merrill | 1 | -2/+2 |
2022-10-12 | c++: Remove maybe-rvalue OR in implicit move | Marek Polacek | 1 | -5/+1 |
2022-10-12 | c++: defer all consteval in default args [DR2631] | Jason Merrill | 1 | -1/+31 |
2022-10-07 | c++: track whether we expect a TARGET_EXPR to be elided | Jason Merrill | 1 | -0/+11 |
2022-10-07 | c++: fixes for derived-to-base reference binding [PR107085] | Marek Polacek | 1 | -1/+1 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 1 | -0/+4 |
2022-10-04 | openmp: Add begin declare target support | Jakub Jelinek | 1 | -4/+5 |
2022-10-03 | c++: Disallow jumps into statement expressions | Jakub Jelinek | 1 | -1/+2 |
2022-09-30 | c++: streamline built-in trait addition process | Patrick Palka | 1 | -42/+4 |
2022-09-29 | c++: reduce redundant TARGET_EXPR | Jason Merrill | 1 | -1/+2 |
2022-09-29 | c++: implement __remove_cv, __remove_reference and __remove_cvref | Patrick Palka | 1 | -1/+4 |
2022-09-29 | c++: introduce TRAIT_TYPE alongside TRAIT_EXPR | Patrick Palka | 1 | -0/+18 |
2022-09-28 | c++: Add DECL_NTTP_OBJECT_P lang flag | Nathan Sidwell | 1 | -1/+6 |
2022-09-27 | c++: Implement C++23 P2266R1, Simpler implicit move [PR101165] | Marek Polacek | 1 | -0/+1 |
2022-09-27 | c++: Implement C++23 P1169R4 - static operator() [PR106651] | Jakub Jelinek | 1 | -0/+5 |
2022-09-27 | openmp: Add OpenMP assume, assumes and begin/end assumes support | Jakub Jelinek | 1 | -0/+5 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 1 | -0/+13 |
2022-09-23 | c++: Implement __is_{nothrow_,}convertible [PR106784] | Marek Polacek | 1 | -0/+4 |
2022-09-13 | c++: remove single-parameter version of mark_used | Patrick Palka | 1 | -2/+2 |
2022-09-13 | c++: two-parameter version of cxx_constant_value | Patrick Palka | 1 | -0/+2 |
2022-09-12 | c++: remove '_sfinae' suffix from functions | Patrick Palka | 1 | -12/+11 |
2022-09-12 | c++: Refer to internal linkage for -Wsubobject-linkage [PR86491] | Jonathan Wakely | 1 | -1/+2 |
2022-09-02 | c/c++: new warning: -Wxor-used-as-pow [PR90885] | David Malcolm | 1 | -3/+16 |
2022-09-01 | c++: Remove unused declaration | Marek Polacek | 1 | -1/+0 |
2022-08-25 | c: Implement C23 nullptr (N3042) | Marek Polacek | 1 | -8/+0 |
2022-08-17 | c++: Extend -Wpessimizing-move to other contexts | Marek Polacek | 1 | -0/+1 |
2022-08-17 | OpenMP/C++: Allow classes with static members to be mappable [PR104493] | Tobias Burnus | 1 | -2/+0 |
2022-07-19 | c++: shortcut bad reference binding [PR94894] | Patrick Palka | 1 | -0/+5 |
2022-07-15 | c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477] | Marek Polacek | 1 | -2/+6 |
2022-07-13 | c++: dependence of constrained memfn from current inst [PR105842] | Patrick Palka | 1 | -0/+1 |
2022-06-14 | c++: Elide calls to NOP module initializers | Nathan Sidwell | 1 | -1/+1 |
2022-06-10 | c++: Add a late-writing step for modules | Nathan Sidwell | 1 | -2/+2 |
2022-06-10 | c++: Adjust module initializer calling emission | Nathan Sidwell | 1 | -1/+1 |
2022-06-09 | c++: Better module initializer code | Nathan Sidwell | 1 | -1/+2 |
2022-06-08 | c++: redeclared hidden friend take 2 [PR105852] | Jason Merrill | 1 | -0/+1 |
2022-05-31 | c++: squash cp_build_qualified_type/_real | Patrick Palka | 1 | -3/+2 |
2022-05-31 | c++: document comp_template_args's default args | Patrick Palka | 1 | -1/+1 |
2022-05-25 | c++: fix ICE on invalid attributes [PR96637] | Marek Polacek | 1 | -0/+1 |
2022-05-24 | c++: set TYPE_CANONICAL for more template types | Patrick Palka | 1 | -0/+1 |
2022-05-12 | c++: tighten TMPL_ARGS_LEVEL macro | Patrick Palka | 1 | -1/+2 |
2022-05-11 | c++: lambda template in requires [PR105541] | Jason Merrill | 1 | -5/+7 |