diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 844e6cc5052..c1603be1299 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -567,7 +567,7 @@ which are intended to allow a pass to keep an AliasAnalysis consistent, however there's no way for a pass to declare in its getAnalysisUsage that it does so. Some passes attempt to use AU.addPreserved<AliasAnalysis>, however this doesn't -actually have any effect. +actually have any effect.
AliasAnalysisCounter (-count-aa) and AliasDebugger (-debug-aa) are implemented as ModulePass classes, so if your diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 8ac444c876a..36d31c9cefb 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -980,7 +980,7 @@ index in the table of MODULE_CODE_GCNAME entries.
However, LLVM does not itself provide a garbage collectorthis should +
However, LLVM does not itself provide a garbage collector—this should be part of your language's runtime library. LLVM provides a framework for compile time code generation plugins. The role of these plugins is to generate code and data structures which conforms to the binary interface specified by the runtime library. This is similar to the relationship between LLVM and DWARF debugging info, for example. The difference primarily lies in the lack of an established standard in the domain -of garbage collectionthus the plugins.
+of garbage collection—thus the plugins.The aspects of the binary interface with which LLVM's GC support is concerned are:
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 7b6759bf870..d6706119708 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -116,7 +116,7 @@ and performance.% git clone http://llvm.org/git/llvm.git- @@ -1238,7 +1238,7 @@ $ ./hello.bc
This allows you to execute LLVM bitcode files directly. On Debian, you -can also use this command instead of the 'echo' command above:
+can also use this command instead of the 'echo' command above:Note that quite a few of these test will fail.
-% llvm-lit test/path/to/test
This intrinsic provides information about a local element (ex. variable.) The - first argument is metadata holding alloca for the variable.. The + first argument is metadata holding alloca for the variable. The second argument is metadata containing description of the variable.
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 051772ec62c..5886c85242c 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -295,6 +295,7 @@ that subdirectory. +To run debugging information tests simply checkout the tests inside clang/test directory.
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 5ed8bb34a92..4883db2d939 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -26,7 +26,7 @@Warning: This document is out of date, for more information please see llvm-config or, - if you use CMake, the CMake LLVM + if you use CMake, the CMake LLVM guide.
@@ -191,12 +191,12 @@This graph shows the dependency of archive libraries on other archive libraries or objects. Where a library has both archive and object forms, only the archive form is shown.
-This graph shows the dependency of object files on archive libraries or other objects. Where a library has both object and archive forms, only the dependency to the archive form is shown.
-The following list shows the dependency relationships between libraries in textual form. The information is the same as shown on the graphs but arranged alphabetically.
@@ -280,8 +280,8 @@