aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorAhsan Saghir <saghir@ca.ibm.com>2020-10-01 13:28:35 -0500
committerAhsan Saghir <saghir@ca.ibm.com>2020-10-01 13:28:35 -0500
commit636ecdd147911fa9b51b84308734676ef815ca13 (patch)
tree00cb5938955eb9caa1d206a86a6d56eeba899b37 /llvm
parentLLVM release notes: JIT changes (diff)
downloadllvm-project-636ecdd147911fa9b51b84308734676ef815ca13.tar.gz
llvm-project-636ecdd147911fa9b51b84308734676ef815ca13.tar.bz2
llvm-project-636ecdd147911fa9b51b84308734676ef815ca13.zip
Fix indentation for PowerPC ReleaseNotes
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst33
1 files changed, 21 insertions, 12 deletions
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: