[llvm-commits] CVS: llvm/docs/GettingStarted.html MakefileGuide.html
Reid Spencer
reid at x10sys.com
Thu Apr 20 11:46:57 PDT 2006
Changes in directory llvm/docs:
GettingStarted.html updated: 1.131 -> 1.132
MakefileGuide.html updated: 1.32 -> 1.33
---
Log message:
Remove more references to Burg.
---
Diffs of the changes: (+2 -8)
GettingStarted.html | 7 +------
MakefileGuide.html | 3 +--
2 files changed, 2 insertions(+), 8 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.131 llvm/docs/GettingStarted.html:1.132
--- llvm/docs/GettingStarted.html:1.131 Thu Apr 20 12:42:23 2006
+++ llvm/docs/GettingStarted.html Thu Apr 20 13:46:45 2006
@@ -1352,11 +1352,6 @@
are code generators for parts of LLVM infrastructure.</p>
<dl>
- <dt><tt><b>Burg/</b></tt> <dd><tt>Burg</tt> is an instruction selector
- generator -- it builds trees on which it then performs pattern-matching to
- select instructions according to the patterns the user has specified. Burg
- is currently used in the Sparc V9 backend.<p>
-
<dt><tt><b>codegen-diff</b></tt> <dd><tt>codegen-diff</tt> is a script
that finds differences between code that LLC generates and code that LLI
generates. This is a useful tool if you are debugging one of them,
@@ -1541,7 +1536,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/04/20 17:42:23 $
+ Last modified: $Date: 2006/04/20 18:46:45 $
</address>
</body>
</html>
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.32 llvm/docs/MakefileGuide.html:1.33
--- llvm/docs/MakefileGuide.html:1.32 Thu Apr 20 13:44:24 2006
+++ llvm/docs/MakefileGuide.html Thu Apr 20 13:46:45 2006
@@ -911,7 +911,6 @@
BCCompile.C
BCCompile.CXX
BCLinkLib
- Burg
C.Flags
Compile.C
CompileCommonOpts
@@ -998,7 +997,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/04/20 18:44:24 $
+ Last modified: $Date: 2006/04/20 18:46:45 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list