summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-20 22:24:37 +0000
committerSean Silva <silvas@purdue.edu>2012-12-20 22:24:37 +0000
commit1dd00fb4f2517d7b6fc3e01bd65174b33ece35e9 (patch)
tree3f70c57aa6ce382fb53887458f6c146a8e5b5b54 /docs
parent72c1655e0af6c87ffe687bed1f4ed263b1165c06 (diff)
downloadllvm-1dd00fb4f2517d7b6fc3e01bd65174b33ece35e9.tar.gz
llvm-1dd00fb4f2517d7b6fc3e01bd65174b33ece35e9.tar.bz2
llvm-1dd00fb4f2517d7b6fc3e01bd65174b33ece35e9.tar.xz
docs: bring back link for reddit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Vectorizers.rst (renamed from docs/AutoVectorization.rst)1
-rw-r--r--docs/subsystems.rst4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/AutoVectorization.rst b/docs/Vectorizers.rst
index 4a85a7ee6d..fc1f212ca9 100644
--- a/docs/AutoVectorization.rst
+++ b/docs/Vectorizers.rst
@@ -207,6 +207,7 @@ The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop ve
The Y-axis shows the time in msec. Lower is better. The last column shows the geomean of all the kernels.
.. image:: gcc-loops.png
+ :width: 100%
The Basic Block Vectorizer
==========================
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index 03861b4978..26d97ec723 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -21,7 +21,7 @@ Subsystem Documentation
HowToUseInstrMappings
SystemLibrary
SourceLevelDebugging
- AutoVectorization
+ Vectorizers
WritingAnLLVMBackend
GarbageCollection
WritingAnLLVMPass
@@ -63,7 +63,7 @@ Subsystem Documentation
This document describes the design and philosophy behind the LLVM
source-level debugger.
-* :doc:`AutoVectorization`
+* :doc:`Vectorizers`
This document describes the current status of vectorization in LLVM.