Show patches with: Submitter = Andi Kleen       |    State = Action Required       |    Archived = No       |   84 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix test failing on sparc Fix test failing on sparc - - - - --- 2024-08-27 Andi Kleen New
Add a bootstrap-native build config Add a bootstrap-native build config - - - - --- 2024-07-30 Andi Kleen New
[2/2] Add AVX2 code path to lexer [1/2] Remove MMX code path in lexer - - - - --- 2024-07-30 Andi Kleen New
[1/2] Remove MMX code path in lexer [1/2] Remove MMX code path in lexer - - - - --- 2024-07-30 Andi Kleen New
PR116080: Fix test suite checks for musttail PR116080: Fix test suite checks for musttail - - - - --- 2024-07-29 Andi Kleen New
[v1,2/2] PR116019: Improve tail call error message [v1,1/2] PR116080: Fix tail call dejagnu checks - - - - --- 2024-07-25 Andi Kleen New
[v1,1/2] PR116080: Fix tail call dejagnu checks [v1,1/2] PR116080: Fix tail call dejagnu checks - - - - --- 2024-07-25 Andi Kleen New
[v10,3/3] Add tests for C/C++ musttail attributes [v10,1/3] C++: Support clang compatible [[musttail]] (PR83324) - - - - --- 2024-07-18 Andi Kleen New
[v10,2/3] C: Implement musttail attribute for returns [v10,1/3] C++: Support clang compatible [[musttail]] (PR83324) - - - - --- 2024-07-18 Andi Kleen New
[v10,1/3] C++: Support clang compatible [[musttail]] (PR83324) [v10,1/3] C++: Support clang compatible [[musttail]] (PR83324) - - - - --- 2024-07-18 Andi Kleen New
[v9,10/10] Mark expand musttail error messages for translation [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,09/10] Add documentation for musttail attribute [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,08/10] Add tests for C/C++ musttail attributes [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,07/10] Give better error messages for musttail [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,06/10] Enable musttail tail conversion even when not optimizing [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,05/10] C: Implement musttail attribute for returns [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,04/10] C++: Support clang compatible [[musttail]] (PR83324) [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,03/10] Add a musttail generic attribute to the c-attribs table [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,02/10] Fix pro_and_epilogue for sibcalls at -O0 (PR115255) [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v9,01/10] Improve must tail in RTL backend [v9,01/10] Improve must tail in RTL backend - - - - --- 2024-07-08 Andi Kleen New
[v8,12/12] Mark expand musttail error messages for translation [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,11/12] Dump reason for missing tail call into dump file [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,10/12] Add documentation for musttail attribute [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,09/12] Delay caller error reporting for musttail [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,08/12] Give better error messages for musttail [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,07/12] Enable musttail tail conversion even when not optimizing [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,06/12] Add tests for C/C++ musttail attributes [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,05/12] C: Implement musttail attribute for returns [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,04/12] C++: Support clang compatible [[musttail]] (PR83324) [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,03/12] Add a musttail generic attribute to the c-attribs table [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,02/12] Fix pro_and_epilogue for sibcalls at -O0 [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[v8,01/12] Improve must tail in RTL backend [v8,01/12] Improve must tail in RTL backend - - - - --- 2024-06-22 Andi Kleen New
[3/3] Fix error message [1/3] Remove const char * support for asm constexpr - - - - --- 2024-06-12 Andi Kleen New
[2/3] Parse close paren even when constexpr extraction fails [1/3] Remove const char * support for asm constexpr - - - - --- 2024-06-12 Andi Kleen New
[1/3] Remove const char * support for asm constexpr [1/3] Remove const char * support for asm constexpr - - - - --- 2024-06-12 Andi Kleen New
Move cexpr_stree tree string build into utility function Move cexpr_stree tree string build into utility function - - - - --- 2024-06-12 Andi Kleen New
[v3,2/2] C++: Support constexpr strings for asm statements [v3,1/2] Factor out static_assert constexpr string extraction for reuse - - - - --- 2024-06-05 Andi Kleen New
[v3,1/2] Factor out static_assert constexpr string extraction for reuse [v3,1/2] Factor out static_assert constexpr string extraction for reuse - - - - --- 2024-06-05 Andi Kleen New
[v2,2/2] C++: Support constexpr strings for asm statements [v2,1/2] Factor out static_assert constexpr string extraction for reuse - - - - --- 2024-06-03 Andi Kleen New
[v2,1/2] Factor out static_assert constexpr string extraction for reuse [v2,1/2] Factor out static_assert constexpr string extraction for reuse - - - - --- 2024-06-03 Andi Kleen New
[v7,9/9] Add documentation for musttail attribute [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,8/9] Give better error messages for musttail [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,7/9] Enable musttail tail conversion even when not optimizing [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,6/9] Add tests for C/C++ musttail attributes [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,5/9] C: Implement musttail attribute for returns [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,4/9] C++: Support clang compatible [[musttail]] (PR83324) [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,3/9] Add a musttail generic attribute to the c-attribs table [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,2/9] Fix pro_and_epilogue for sibcalls at -O0 [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v7,1/9] Improve must tail in RTL backend [v7,1/9] Improve must tail in RTL backend - - - - --- 2024-06-02 Andi Kleen New
[v6,8/8] Add documentation for musttail attribute [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,7/8] Give better error messages for musttail [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,6/8] Enable musttail tail conversion even when not optimizing [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,5/8] Add tests for C/C++ musttail attributes [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,4/8] C: Implement musttail attribute for returns [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,3/8] C++: Support clang compatible [[musttail]] (PR83324) [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,2/8] Add a musttail generic attribute to the c-attribs table [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v6,1/8] Improve must tail in RTL backend [v6,1/8] Improve must tail in RTL backend - - - - --- 2024-05-21 Andi Kleen New
[v5,5/5] Add documentation for musttail attribute [v5,1/5] Improve must tail in RTL backend - - - - --- 2024-05-05 Andi Kleen New
[v5,4/5] Add tests for C/C++ musttail attributes [v5,1/5] Improve must tail in RTL backend - - - - --- 2024-05-05 Andi Kleen New
[v5,3/5] C: Implement musttail attribute for returns [v5,1/5] Improve must tail in RTL backend - - - - --- 2024-05-05 Andi Kleen New
[v5,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v5,1/5] Improve must tail in RTL backend - - - - --- 2024-05-05 Andi Kleen New
[v5,1/5] Improve must tail in RTL backend [v5,1/5] Improve must tail in RTL backend - - - - --- 2024-05-05 Andi Kleen New
[v4,5/5] Add documentation for musttail attribute [v4,1/5] Improve must tail in RTL backend - - - - --- 2024-02-02 Andi Kleen New
[v4,4/5] Add tests for C/C++ musttail attributes [v4,1/5] Improve must tail in RTL backend - - - - --- 2024-02-02 Andi Kleen New
[v4,3/5] C: Implement musttail attribute for returns [v4,1/5] Improve must tail in RTL backend - - - - --- 2024-02-02 Andi Kleen New
[v4,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v4,1/5] Improve must tail in RTL backend - - - - --- 2024-02-02 Andi Kleen New
[v4,1/5] Improve must tail in RTL backend [v4,1/5] Improve must tail in RTL backend - - - - --- 2024-02-02 Andi Kleen New
[v3,5/5] Add documentation for musttail attribute [v3,1/5] Improve must tail in RTL backend - - - - --- 2024-01-31 Andi Kleen New
[v3,4/5] Add tests for C/C++ musttail attributes [v3,1/5] Improve must tail in RTL backend - - - - --- 2024-01-31 Andi Kleen New
[v3,3/5] C: Implement musttail attribute for returns [v3,1/5] Improve must tail in RTL backend - - - - --- 2024-01-31 Andi Kleen New
[v3,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v3,1/5] Improve must tail in RTL backend - - - - --- 2024-01-31 Andi Kleen New
[v3,1/5] Improve must tail in RTL backend [v3,1/5] Improve must tail in RTL backend - - - - --- 2024-01-31 Andi Kleen New
[v1] C++: Support constexpr strings for asm statements [v1] C++: Support constexpr strings for asm statements - - - - --- 2024-01-25 Andi Kleen New
[v2,5/5] Add documentation for musttail attribute [v2,1/5] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v2,4/5] Add tests for C/C++ musttail attributes [v2,1/5] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v2,3/5] C: Implement musttail attribute for returns [v2,1/5] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v2,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v2,1/5] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v2,1/5] Improve must tail in RTL backend [v2,1/5] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v1,4/4] Add documentation for musttail attribute [v1,1/4] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v1,3/4] Add tests for C++ musttail attribute [v1,1/4] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v1,2/4] C++: Support clang compatible [[musttail]] [v1,1/4] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
[v1,1/4] Improve must tail in RTL backend [v1,1/4] Improve must tail in RTL backend - - - - --- 2024-01-24 Andi Kleen New
Update perf auto profile script Update perf auto profile script - - - - --- 2023-05-30 Andi Kleen New
PATCH: PR lto/50568: [4.7 Regression] Massive LTO failures - - - - --- 2011-09-30 Andi Kleen New