User Details
User Details
- User Since
- Apr 3 2022, 6:09 PM (12 w, 1 d)
Thu, Jun 16
Thu, Jun 16
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
Address review comments
Wed, Jun 15
Wed, Jun 15
maryammo updated the diff for D124093: [PowerPC] Fixing implicit castings in altivec for -fno-lax-vector-conversions.
Updating test cases
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
Fixing unintentional merge from previous commit
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
clang-format
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
NFC
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
NFC
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
Address the review comments
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
Tune the logic to emit warning when at least one of the vectors is altivec one and overloading resolution is done
May 27 2022
May 27 2022
maryammo updated the diff for D126540: PowerPC] Emit warning for incompatible vector types that are currently diagnosed with -fno-lax-vector-conversions.
NFC update
May 21 2022
May 21 2022
maryammo added a comment to D124093: [PowerPC] Fixing implicit castings in altivec for -fno-lax-vector-conversions.
Apr 26 2022
Apr 26 2022
maryammo added a comment to D124343: [compiler-rt] Use C_STANDARD instead of custom logic for adding -std=c11.
maryammo added a comment to D124343: [compiler-rt] Use C_STANDARD instead of custom logic for adding -std=c11.
@mstorsjo, it seems this patch broke the following builds, can you please take a look?
Apr 25 2022
Apr 25 2022
maryammo updated the diff for D124093: [PowerPC] Fixing implicit castings in altivec for -fno-lax-vector-conversions.
[PowerPC] Address the review comments
Apr 21 2022
Apr 21 2022
maryammo added a comment to D123668: [Testing] TestAST, a helper for writing straight-line AST tests.
It seems it breaks the following builds:
https://lab.llvm.org/buildbot/#/builders/121/builds/18618
https://lab.llvm.org/buildbot/#/builders/57/builds/17125
Apr 20 2022
Apr 20 2022
maryammo updated the diff for D124093: [PowerPC] Fixing implicit castings in altivec for -fno-lax-vector-conversions.
[NFC] Fix the formatting
Apr 12 2022
Apr 12 2022
maryammo added a comment to D123300: [Clang] Enable opaque pointers by default.
@nikic, it seems breaking the clang-ppc64le-rhel build
htps://lab.llvm.org/buildbot/#/builders/57/builds/16776
Can you please take a look?