[llvm-commits] CVS: llvm-www/releases/index.html

2006-11-27 Thread Misha Brukman
Changes in directory llvm-www/releases: index.html updated: 1.33 - 1.34 --- Log message: * Added link to v1.9 docs * Wrapped HTML at 80 cols; removed extra blank lines --- Diffs of the changes: (+3 -7) index.html | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/CompilerWriterInfo.html

2006-08-22 Thread Misha Brukman
/documentation/;ARM documentation/a (a href=http://www.arm.com/documentation/ARMProcessor_Cores/;Processor Cores/a)/li +lia href=http://www.arm.com/products/DevTools/ABI.html;ABI/a/li /ul /div @@ -253,7 +254,7 @@ a href=http://misha.brukman.net;Misha Brukman/abr a href=http://llvm.org;LLVM

[llvm-commits] CVS: llvm-www/releases/download.html

2006-08-21 Thread Misha Brukman
Changes in directory llvm-www/releases: download.html updated: 1.36 - 1.37 --- Log message: Lined up all download links, combined long links and anchor text on the same line for readability. No user-visible changes. --- Diffs of the changes: (+46 -130) download.html | 176

[llvm-commits] CVS: llvm-www/releases/download.html

2006-06-30 Thread Misha Brukman
Changes in directory llvm-www/releases: download.html updated: 1.30 - 1.31 --- Log message: Line up li tags. --- Diffs of the changes: (+10 -10) download.html | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) Index: llvm-www/releases/download.html diff -u

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-10 Thread Misha Brukman
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.2 - 1.3 --- Log message: * Remove duplicated table of contents for a section and at the top level * Fix relative links within the file * Add tt tags around command names and literal file names and directories --- Diffs of the

[llvm-commits] CVS: llvm-www/OpenProjects.html

2006-01-12 Thread Misha Brukman
Changes in directory llvm-www: OpenProjects.html updated: 1.10 - 1.11 --- Log message: Added link to the Elsa C++ parser and Elkhound GLR parser generator -- this could be used to implement a better C++ front-end for LLVM. --- Diffs of the changes: (+10 -4) OpenProjects.html | 14

[llvm-commits] CVS: llvm/autoconf/configure.ac

2005-11-01 Thread Misha Brukman
Changes in directory llvm/autoconf: configure.ac updated: 1.195 - 1.196 --- Log message: Fixed copy-paste typo, patch by Marco Matthies. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u

[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

2005-11-01 Thread Misha Brukman
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.87 - 1.88 --- Log message: * Replace ampersands in section titles with more formal ``and'' * Surround C++ template operators with tt * Add after templated operators for consistency --- Diffs of the changes: (+36 -34)