[llvm-branch-commits] [llvm] 636ecdd - Fix indentation for PowerPC ReleaseNotes

2020-10-01 Thread Ahsan Saghir via llvm-branch-commits

Author: Ahsan Saghir
Date: 2020-10-01T13:28:35-05:00
New Revision: 636ecdd147911fa9b51b84308734676ef815ca13

URL: 
https://github.com/llvm/llvm-project/commit/636ecdd147911fa9b51b84308734676ef815ca13
DIFF: 
https://github.com/llvm/llvm-project/commit/636ecdd147911fa9b51b84308734676ef815ca13.diff

LOG: Fix indentation for PowerPC ReleaseNotes

Added: 


Modified: 
llvm/docs/ReleaseNotes.rst

Removed: 




diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index bd6bbca75d9e..a1f00a1a3b3a 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -178,24 +178,33 @@ Optimization:
 Codegen:
 
 * POWER10 support
-* Added PC Relative addressing
-* Added __int128 vector bool support
+
+  * Added PC Relative addressing
+  * Added __int128 vector bool support
+
 * Security enhancement via probe-stack attribute support to protect against 
stack clash
 * Floating point support enhancements
-* Improved half precision and quad precision support, including GLIBC
-* constrained FP operation support for arithmetic/rounding/max/min
-* cleaning up fast math flags checks in DAGCombine, Legalizer, and Lowering
+
+  * Improved half precision and quad precision support, including GLIBC
+  * constrained FP operation support for arithmetic/rounding/max/min
+  * cleaning up fast math flags checks in DAGCombine, Legalizer, and Lowering
+
 * Performance improvements from instruction exploitation, especially for 
vector permute on LE
 * Scheduling enhancements
-* Added MacroFusion for POWER8
-* Added post-ra heuristics for POWER9
+
+  * Added MacroFusion for POWER8
+  * Added post-ra heuristics for POWER9
+
 * Target dependent passes tuning
-* Updated LoopStrengthReduce to use instruction number as first priority
-* Enhanced MachineCombiner to expose more ILP
+
+  * Updated LoopStrengthReduce to use instruction number as first priority
+  * Enhanced MachineCombiner to expose more ILP
+
 * Code quality and maintenance enhancements
-* Enabled more machine verification passes
-* Added ability to parse and emit additional extended mnemonics
-* Numerous bug fixes
+
+  * Enabled more machine verification passes
+  * Added ability to parse and emit additional extended mnemonics
+  * Numerous bug fixes
 
 AIX Support Improvements:
 



___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [compiler-rt] 5045b83 - [PowerPC] Mark sanitizer test case unsupported for powerpc64

2020-12-02 Thread Ahsan Saghir via llvm-branch-commits

Author: Ahsan Saghir
Date: 2020-12-02T09:03:28-06:00
New Revision: 5045b831a3b9c364d6ef0f09c7a773ca451ae1cc

URL: 
https://github.com/llvm/llvm-project/commit/5045b831a3b9c364d6ef0f09c7a773ca451ae1cc
DIFF: 
https://github.com/llvm/llvm-project/commit/5045b831a3b9c364d6ef0f09c7a773ca451ae1cc.diff

LOG: [PowerPC] Mark sanitizer test case unsupported for powerpc64

The author of "https://reviews.llvm.org/D92428"; marked
'resize_tls_dynamic.cpp' with XFAIL for powerpc64 since
it fails on a bunch of PowerPC buildbots. However, the
original test case passes on clang-ppc64le-rhel bot. So
marking this as XFAIL makes this bot to fail as the test
case passes unexpectedly. We are marking this unsupported
on all PowerPC64 for now until it is fixed for all the
PowerPC buildbots.

Added: 


Modified: 
compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp

Removed: 




diff  --git 
a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp 
b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp
index fd8f73ca713b..11c0e48a855e 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp
@@ -9,7 +9,7 @@
 // UNSUPPORTED: lsan, ubsan, android
 
 // FIXME: Investigate
-// XFAIL: powerpc64 && tsan
+// UNSUPPORTED: powerpc64
 
 #include 
 
@@ -55,4 +55,4 @@ extern "C" void StoreToTLS(char c) {
 // CHECK-NEXT: DTLS_NextBlock [[DTLS]] 0
 // CHECK:  DTLS_Find [[DTLS:0x[a-f0-9]+]] 255
 // CHECK-NEXT: DTLS_NextBlock [[DTLS]] 1
-// CHECK-NOT:  DTLS_NextBlock
\ No newline at end of file
+// CHECK-NOT:  DTLS_NextBlock



___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits