[valgrind] [Bug 415136] New: ARMv8.1 Compare-and-Swap instructions are not supported

2019-12-13 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=415136 Bug ID: 415136 Summary: ARMv8.1 Compare-and-Swap instructions are not supported Product: valgrind Version: 3.14.0 Platform: Other OS: Linux Status:

[valgrind] [Bug 413634] ARMv8.1 arithmetic instructions are not supported

2019-12-12 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413634 --- Comment #1 from ahashmi --- Created attachment 124454 --> https://bugs.kde.org/attachment.cgi?id=124454=edit Patch implements and tests ARM v8.1 SIMD instructions This patch adds support for AArch64 ARMv8.1 SIMD instructions: SQRDM

[valgrind] [Bug 414268] Enable AArch64 feature detection and decoding for v8.x instructions (where x>0)

2019-11-19 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=414268 --- Comment #1 from ahashmi --- See also comments in https://bugs.kde.org/show_bug.cgi?id=369509 about h/w capabilities detection when deciding how to implement. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-19 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #10 from ahashmi --- I think we should move further discussion about h/w capabilities detection to https://bugs.kde.org/show_bug.cgi?id=414268 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-19 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #9 from ahashmi --- Thanks for the SIGILL warning. I forgot the erratum/kernel dependencies! I don't know how often that's an issue in practical terms but it's best to be safe. Alex Benee also pointed me to the MRS CPU features register

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-18 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #7 from ahashmi --- > The 413547 patch does the hw capabilities detection needed to decide > which regtests to run, and it looks like you've successfully added the > relevant bits for AArch64. But it doesn't do those tests for

[valgrind] [Bug 414270] New: Collection of bugs for new ARMv8.1 work and features

2019-11-18 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=414270 Bug ID: 414270 Summary: Collection of bugs for new ARMv8.1 work and features Product: valgrind Version: 3.14.0 Platform: Other OS: Linux Status: REPORTED

[valgrind] [Bug 414270] Collection of bugs for new ARMv8.1 work and features

2019-11-18 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=414270 ahashmi changed: What|Removed |Added Assignee|jsew...@acm.org |assad.has...@linaro.org -- You are receiving

[valgrind] [Bug 414268] Enable AArch64 feature detection and decoding for v8.x instructions (where x>0)

2019-11-18 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=414268 ahashmi changed: What|Removed |Added Assignee|jsew...@acm.org |assad.has...@linaro.org -- You are receiving

[valgrind] [Bug 414268] New: Enable AArch64 feature detection and decoding for v8.x instructions (where x>0)

2019-11-18 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=414268 Bug ID: 414268 Summary: Enable AArch64 feature detection and decoding for v8.x instructions (where x>0) Product: valgrind Version: 3.14.0 Platform: Other OS:

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-14 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #5 from ahashmi --- Created attachment 123934 --> https://bugs.kde.org/attachment.cgi?id=123934=edit Patch implements and tests Arm v8.1 LSE atomics (addresses second set of review comments) Thanks for the explanation. I thin

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-14 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #3 from ahashmi --- Created attachment 123930 --> https://bugs.kde.org/attachment.cgi?id=123930=edit Patch implements and tests Arm v8.1 LSE atomics (addresses first set of review comments) Thanks for reviewing. New patch attac

[valgrind] [Bug 413547] regression test does not check for Arm 64 features

2019-10-31 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 ahashmi changed: What|Removed |Added CC||assad.has...@linaro.org -- You are receiving

[valgrind] [Bug 413547] regression test does not check for Arm 64 features

2019-10-31 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 ahashmi changed: What|Removed |Added Status|RESOLVED|REPORTED Resolution|FIXED

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-10-31 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 ahashmi changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[valgrind] [Bug 413634] New: ARMv8.1 arithmetic instructions are not supported

2019-10-30 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413634 Bug ID: 413634 Summary: ARMv8.1 arithmetic instructions are not supported Product: valgrind Version: 3.14.0 Platform: Compiled Sources OS: Linux Status: REPORTED

[valgrind] [Bug 413547] regression test does not check for Arm 64 features

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 ahashmi changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 413547] regression test does not check for Arm 64 features

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 --- Comment #1 from ahashmi --- Created attachment 123538 --> https://bugs.kde.org/attachment.cgi?id=123538=edit Patch implements tests/arm64_features.c Patch implements tests/arm64_features.c for future additions to prereq none/tests/ar

[valgrind] [Bug 413547] regression test does not check for Arm 64 features

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 ahashmi changed: What|Removed |Added Assignee|jsew...@acm.org |assad.has...@linaro.org -- You are receiving

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 ahashmi changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 --- Comment #1 from ahashmi --- Created attachment 123537 --> https://bugs.kde.org/attachment.cgi?id=123537=edit Patch implements and tests Arm v8.1 LSE atomics This patch implements ARMv8.1 memory atomics in VEX/priv/guest_arm64_toIR.c and te

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 ahashmi changed: What|Removed |Added Platform|Other |Compiled Sources Version|3.12 SVN

[valgrind] [Bug 413547] New: regression test does not check for Arm 64 features

2019-10-28 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=413547 Bug ID: 413547 Summary: regression test does not check for Arm 64 features Product: valgrind Version: 3.14.0 Platform: Compiled Sources OS: Linux Status: REPORTED

[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-10-22 Thread ahashmi
https://bugs.kde.org/show_bug.cgi?id=369509 ahashmi changed: What|Removed |Added CC||assad.has...@linaro.org Assignee|jsew

<    1   2