User Details
- User Since
- Feb 9 2018, 2:05 AM (166 w, 4 d)
Yesterday
updated generate_feature_test_macro_components.py.
formatted intcmp.fail.cpp
Sun, Apr 18
formatted the tests as per @Quuxplusone comments
incorporated @Quuxplusone comments
fixed a typo.
incorporated comments from @Quuxplusone, @Mordante and @curdeius
Thu, Apr 8
Making changes effective only for windows
Wed, Apr 7
ping?
Incorporated @Quuxplusone suggestions.
Addressed @curdeius comments.
Fri, Apr 2
Making changes effective only for windows
Tue, Mar 30
updated patch
clang formatting the patch.
Marked failed tests as unsupported on windows system
Because now clang emits native path for DIFile.
Agree with you but this problem exist with and without this patch.
It looks like the code change is for everyone, but the new test is specific to mingw.
Sun, Mar 28
Updated the tests
Mar 5 2021
Added one fixed test
Fixed more tests
Mar 4 2021
Mar 2 2021
Mar 1 2021
Feb 14 2021
addressed @Mordante comments.
used _LIBCPP_NO_HAS_CHAR8_T and _LIBCPP_HAS_NO_UNICODE_CHARS macro to guard char8_t, and char16_t, char32_t.
addressed @curdeius comments.
added tests, few test snippets taken from the link given by @curdeius.
Jan 12 2021
Jan 4 2021
fixed a nit.
Nov 5 2020
LGTM!
Oct 14 2020
ping?
Oct 2 2020
Added test suggested by @mclow.lists .
Aug 30 2020
Aug 29 2020
Jul 31 2020
LGTM!
Jul 30 2020
rebased with the master.
Jul 26 2020
addressed @mhorne comments.
Jul 23 2020
@asb and @luismarques do you suggest anything here ?
ping?
Jun 29 2020
ping?
Jun 24 2020
Jun 22 2020
Jun 19 2020
rebased and cleaned up the diff.
Jun 18 2020
Jun 17 2020
Addressed @efriedma comments.
added test for strictfp.
Jun 16 2020
thanks @mhorne for reviewing.
addressed your comments.
Jun 15 2020
ping?
ping?
Jun 14 2020
Rebased
Jun 13 2020
Jun 12 2020
addressed @luismarques concerns.
This patch extends soft float case .
enhanced and more testcases.
Jun 8 2020
Jun 2 2020
I do not have commit access,
can someone commit this for me?
May 30 2020
cleanup
May 28 2020
restructured the file. so it can be picked by lit test.
defined _LIBUNWIND_CURSOR_SIZE
for all these below variants
ILP32 + "f" : xlen = 32, flen = 32 ===> 39
ILP32 + "fd" : xlen = 32, flen = 64 ===>55
LP64 + "f" : xlen = 64, flen = 32 ====>60
LP64 + "fd" : xlen = 64, flen = 64 ====>76 (was already done.)
addressed @luismarques comments.