From 1fc08f5e9ef733ef1ce6f363fecedc2260e78974 Mon Sep 17 00:00:00 2001
From: dim
Date: Sat, 14 Apr 2012 13:54:10 +0000
Subject: Vendor import of llvm trunk r154661:
http://llvm.org/svn/llvm-project/llvm/trunk@r154661
---
docs/CommandGuide/Makefile | 2 +-
docs/CommandGuide/index.html | 8 +++-
docs/CommandGuide/lit.pod | 70 ++++++++++++++++++++++++++-----
docs/CommandGuide/llc.pod | 2 +-
docs/CommandGuide/llvm-build.pod | 86 +++++++++++++++++++++++++++++++++++++++
docs/CommandGuide/llvm-cov.pod | 45 ++++++++++++++++++++
docs/CommandGuide/llvm-stress.pod | 42 +++++++++++++++++++
docs/CommandGuide/tblgen.pod | 52 ++++++++++++++++-------
8 files changed, 280 insertions(+), 27 deletions(-)
create mode 100644 docs/CommandGuide/llvm-build.pod
create mode 100644 docs/CommandGuide/llvm-cov.pod
create mode 100644 docs/CommandGuide/llvm-stress.pod
(limited to 'docs/CommandGuide')
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile
index 2c2d076..3f9f60b 100644
--- a/docs/CommandGuide/Makefile
+++ b/docs/CommandGuide/Makefile
@@ -49,7 +49,7 @@ MAN := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_MAN_DIR)%.1, $(POD))
PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD))
# The set of man pages we will not install
-NO_INSTALL_MANS = $(DST_MAN_DIR)FileCheck.1
+NO_INSTALL_MANS = $(DST_MAN_DIR)FileCheck.1 $(DST_MAN_DIR)llvm-build.1
# The set of man pages that we will install
INSTALL_MANS = $(filter-out $(NO_INSTALL_MANS), $(MAN))
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 3e4e220..74ac004 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -72,6 +72,12 @@ options) arguments to the tool you are interested in.
llvm-diff -
structurally compare two modules
+llvm-cov -
+ emit coverage information
+
+llvm-stress -
+ generate random .ll files to fuzz different llvm components
+
@@ -129,7 +135,7 @@ options) arguments to the tool you are interested in.
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
LLVM Compiler Infrastructure
- Last modified: $Date: 2011-09-20 20:24:04 +0200 (Tue, 20 Sep 2011) $
+ Last modified: $Date: 2012-02-26 09:35:53 +0100 (Sun, 26 Feb 2012) $