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

2008-02-10 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.151 - 1.152
---
Log message:

link to all the tutorials.


---
Diffs of the changes:  (+2 -2)

 www-index.html |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.151 llvm-www/www-index.html:1.152
--- llvm-www/www-index.html:1.151   Thu Jan 24 02:12:47 2008
+++ llvm-www/www-index.html Sun Feb 10 12:10:42 2008
@@ -79,8 +79,8 @@
 
 div class=www_sectiontitleWant to learn more?/div
 
-pIf you'd like to learn more about LLVM, take a look at a 
-href=pubs/2004-09-22-LCPCLLVMTutorial.htmlLLVM Tutorial/a and the 
extensive
+pIf you'd like to learn more about LLVM, take a look at the a 
+href=docs/tutorial/LLVM Tutorials/a and the extensive
 a href=docs/documentation/a for LLVM.  In particular, all of
 the tools distributed with LLVM are described in the a
 href=docs/CommandGuide/LLVM Command Guide/a.  If you're interested in what



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2008-01-24 Thread Tanya Lattner


Changes in directory llvm-www:

www-index.html updated: 1.150 - 1.151
---
Log message:

Update 2.2 release schedule.


---
Diffs of the changes:  (+5 -5)

 www-index.html |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.150 llvm-www/www-index.html:1.151
--- llvm-www/www-index.html:1.150   Wed Jan  9 12:37:54 2008
+++ llvm-www/www-index.html Thu Jan 24 02:12:47 2008
@@ -119,11 +119,11 @@
   pLLVM 2.2 release schedule:/p
 ul
 liJan 16, 2008: Branch creation/Code Freeze (9PM PST)./li
-liJan 18, 2008: First round of pre-release testing begins./li
-liJan 28, 2008: Pre-release testing ends. /li
-liJan 30, 2008: Second round of pre-release testing begins./li
-liFeb  3, 2008: Pre-release testing ends./li
-liFeb  4, 2008: 2.2 released./li
+liJan 24, 2008: First round of pre-release testing begins./li
+liFeb  1, 2008: Pre-release testing ends. /li
+liFeb  3, 2008: Second round of pre-release testing begins./li
+liFeb  10, 2008: Pre-release testing ends./li
+liFeb  11, 2008: 2.2 released./li
 /ul
 /div
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-09-28 Thread Tanya Lattner


Changes in directory llvm-www:

www-index.html updated: 1.147 - 1.148
---
Log message:

2.2 schedule


---
Diffs of the changes:  (+9 -1)

 www-index.html |   10 +-
 1 files changed, 9 insertions(+), 1 deletion(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.147 llvm-www/www-index.html:1.148
--- llvm-www/www-index.html:1.147   Thu Sep 27 01:19:12 2007
+++ llvm-www/www-index.html Fri Sep 28 18:22:19 2007
@@ -116,7 +116,15 @@
 div class=www_sectiontitleUpcoming Releases/div
 
 div class=www_text
-  pLLVM 2.2 will be released in the Dec-Jan timeframe./p
+  pLLVM 2.2 release schedule:/p
+ul
+liJan 16, 2008: Branch creation/Code Freezei (9PM PST)./li
+liJan 18, 2008: First round of pre-release testing begins./li
+liJan 28, 2008: Pre-release testing ends. /li
+liJan 30, 2008: Second round of pre-release testing begins./li
+liFeb  3, 2008: Pre-release testing ends./li
+liFeb  4, 2008: 2.2 Released./li
+/ul
 /div
 
 br



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-09-28 Thread Tanya Lattner


Changes in directory llvm-www:

www-index.html updated: 1.148 - 1.149
---
Log message:

Fix typo.


---
Diffs of the changes:  (+2 -2)

 www-index.html |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.148 llvm-www/www-index.html:1.149
--- llvm-www/www-index.html:1.148   Fri Sep 28 18:22:19 2007
+++ llvm-www/www-index.html Fri Sep 28 18:23:11 2007
@@ -118,12 +118,12 @@
 div class=www_text
   pLLVM 2.2 release schedule:/p
 ul
-liJan 16, 2008: Branch creation/Code Freezei (9PM PST)./li
+liJan 16, 2008: Branch creation/Code Freeze (9PM PST)./li
 liJan 18, 2008: First round of pre-release testing begins./li
 liJan 28, 2008: Pre-release testing ends. /li
 liJan 30, 2008: Second round of pre-release testing begins./li
 liFeb  3, 2008: Pre-release testing ends./li
-liFeb  4, 2008: 2.2 Released./li
+liFeb  4, 2008: 2.2 released./li
 /ul
 /div
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-07-31 Thread Tanya Lattner


Changes in directory llvm-www:

www-index.html updated: 1.144 - 1.145
---
Log message:

Adding release schedule.


---
Diffs of the changes:  (+10 -5)

 www-index.html |   15 ++-
 1 files changed, 10 insertions(+), 5 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.144 llvm-www/www-index.html:1.145
--- llvm-www/www-index.html:1.144   Fri Jun 29 18:07:24 2007
+++ llvm-www/www-index.html Tue Jul 31 12:47:12 2007
@@ -113,13 +113,18 @@
 
 br
 
-div class=www_sectiontitleDevelopers Meetingbr/May 25, 2007/div
+div class=www_sectiontitleUpcoming Releases/div
 
 div class=www_text
-  pThe
-  a href=/devmtg/2007-05/May 2007 Developer Meeting/a meeting was 
-  a great success.  Videos and slides a href=/devmtg/2007-05/are now 
-  available/a./p
+  pLLVM 2.1 will be released on September 27, 2007. Here is the release 
schedule:/p
+ul
+li9/12/2007 - Code freeze and branch creation./li
+li9/14/2007 - Prerelease-1 out for testing./li
+li9/19/2007 - Prerelease-1 testing complete. /li
+li9/20/2007 - Prerelease-2 out for testing./li
+li9/25/2007 - Prerelease-2 testing complete./li
+li9/27/2007 - Release./li
+/ul
 /div
 
 br



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-06-29 Thread Anton Korobeynikov


Changes in directory llvm-www:

www-index.html updated: 1.143 - 1.144
---
Log message:

Remove cvsweb link from here. SVNify it.


---
Diffs of the changes:  (+1 -1)

 www-index.html |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.143 llvm-www/www-index.html:1.144
--- llvm-www/www-index.html:1.143   Fri Jun  1 11:15:46 2007
+++ llvm-www/www-index.html Fri Jun 29 18:07:24 2007
@@ -69,7 +69,7 @@
 href=http://www-faculty.cs.uiuc.edu/~vadve/;Vikram Adve/a at the a
 href=http://www.uiuc.edu/;University of Illinois, Urbana-Champaign/a.  
Since
 the first public release, LLVM has grown to include contributions from a
-href=/cvsweb/cvsweb.cgi/llvm/CREDITS.TXT?rev=HEADamp;content-type=text/x-cvsweb-markupseveral/a
+href=/svn/llvm-project/llvm/trunk/CREDITS.TXTseveral/a
 a href=developers.cgiother people/a!  We welcome external contributions, 
 so please send e-mail to
 a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a if you are



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-06-01 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.142 - 1.143
---
Log message:

actually link to the dev mtg slides :)


---
Diffs of the changes:  (+4 -4)

 www-index.html |8 
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.142 llvm-www/www-index.html:1.143
--- llvm-www/www-index.html:1.142   Wed May 23 13:42:43 2007
+++ llvm-www/www-index.html Fri Jun  1 11:15:46 2007
@@ -116,10 +116,10 @@
 div class=www_sectiontitleDevelopers Meetingbr/May 25, 2007/div
 
 div class=www_text
-  pMark your calendars, the 
-  a href=/DevMtgMay2007.htmlDevelopers Meeting/a is on! 
-  Please a href=mailto:[EMAIL PROTECTED]let us know/a if you
-  would like to attend./p
+  pThe
+  a href=/devmtg/2007-05/May 2007 Developer Meeting/a meeting was 
+  a great success.  Videos and slides a href=/devmtg/2007-05/are now 
+  available/a./p
 /div
 
 br



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-31 Thread Reid Spencer


Changes in directory llvm-www:

www-index.html updated: 1.138 - 1.139
---
Log message:

Add the developer's meeting to the right pane.


---
Diffs of the changes:  (+10 -0)

 www-index.html |   10 ++
 1 files changed, 10 insertions(+)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.138 llvm-www/www-index.html:1.139
--- llvm-www/www-index.html:1.138   Wed Mar 14 10:05:02 2007
+++ llvm-www/www-index.html Sat Mar 31 20:14:23 2007
@@ -113,6 +113,16 @@
 
 brbr
 
+div class=www_sectiontitleDevelopers Meeting: May 25, 2007/div
+
+div class=www_text
+  pMark your calendars, the a href=/DevMtgMay2007Developers Meeting/a
+  is on! Please a href=mailto:[EMAIL PROTECTED]let us know/a if you
+  would like to attend./p
+/div
+
+brbr
+
 div class=www_sectiontitleTry out LLVM in your browser/div
 
 div class=www_text



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-31 Thread Reid Spencer


Changes in directory llvm-www:

www-index.html updated: 1.139 - 1.140
---
Log message:

Fix vertical space in right pane.


---
Diffs of the changes:  (+4 -4)

 www-index.html |8 
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.139 llvm-www/www-index.html:1.140
--- llvm-www/www-index.html:1.139   Sat Mar 31 20:14:23 2007
+++ llvm-www/www-index.html Sat Mar 31 20:15:28 2007
@@ -111,9 +111,9 @@
   anonymous CVS./p
 /div
 
-brbr
+br
 
-div class=www_sectiontitleDevelopers Meeting: May 25, 2007/div
+div class=www_sectiontitleDevelopers Meetingbr/May 25, 2007/div
 
 div class=www_text
   pMark your calendars, the a href=/DevMtgMay2007Developers Meeting/a
@@ -121,7 +121,7 @@
   would like to attend./p
 /div
 
-brbr
+br
 
 div class=www_sectiontitleTry out LLVM in your browser/div
 
@@ -133,7 +133,7 @@
some of the optimizers./p
 /div
 
-brbr
+br
 
 div class=www_sectiontitleNeat uses and features of LLVM/div
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-31 Thread Reid Spencer


Changes in directory llvm-www:

www-index.html updated: 1.140 - 1.141
---
Log message:

Yes, links need suffixes too.


---
Diffs of the changes:  (+3 -2)

 www-index.html |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.140 llvm-www/www-index.html:1.141
--- llvm-www/www-index.html:1.140   Sat Mar 31 20:15:28 2007
+++ llvm-www/www-index.html Sat Mar 31 20:28:38 2007
@@ -116,8 +116,9 @@
 div class=www_sectiontitleDevelopers Meetingbr/May 25, 2007/div
 
 div class=www_text
-  pMark your calendars, the a href=/DevMtgMay2007Developers Meeting/a
-  is on! Please a href=mailto:[EMAIL PROTECTED]let us know/a if you
+  pMark your calendars, the 
+  a href=/DevMtgMay2007.htmlDevelopers Meeting/a is on! 
+  Please a href=mailto:[EMAIL PROTECTED]let us know/a if you
   would like to attend./p
 /div
 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-14 Thread Vikram Adve


Changes in directory llvm-www:

www-index.html updated: 1.135 - 1.136
---
Log message:

Fix company names and add URLs.


---
Diffs of the changes:  (+7 -4)

 www-index.html |   11 +++
 1 files changed, 7 insertions(+), 4 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.135 llvm-www/www-index.html:1.136
--- llvm-www/www-index.html:1.135   Tue Mar 13 22:26:44 2007
+++ llvm-www/www-index.html Wed Mar 14 08:52:17 2007
@@ -147,10 +147,13 @@
   Partnerships in Research program./p
 
 pLLVM has since graduated from research funding to largely industry
-funding.  The continued development and support of LLVM is funded by Apple
-Computer, NSF grant EIA-0093426, the University of Illinois and AutoESL.
-LLVM has also benefited from numerous source code contributions from other
-individuals, listed a href=developers.cgihere/a.
+funding.  The continued development and support of LLVM is funded by a
+href=http://www.apple.com/;Apple Inc./a, NSF grant EIA-0093426, the
+University of Illinois, a href=http://www.cray.com/;Cray Inc./a, a
+href=http://www.autoesl.com/;AutoESL Design Technologies, Inc./a, and
+others.  LLVM has also benefited greatly from numerous source code
+contributions from other individuals, listed a
+href=developers.cgihere/a.
   /p
 
 !-- End of the right column --



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-14 Thread Vikram Adve


Changes in directory llvm-www:

www-index.html updated: 1.136 - 1.137
---
Log message:

Fix minor things from last check-in.


---
Diffs of the changes:  (+8 -6)

 www-index.html |   14 --
 1 files changed, 8 insertions(+), 6 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.136 llvm-www/www-index.html:1.137
--- llvm-www/www-index.html:1.136   Wed Mar 14 08:52:17 2007
+++ llvm-www/www-index.html Wed Mar 14 08:58:02 2007
@@ -138,17 +138,19 @@
 
 div class=www_sectiontitleFunding/div
 
-  pThe initial research and development of LLVM was sponsored by the a
-  
href=http://www.cise.nsf.gov/fndg/pubs/display2.cfm?pgm_pims_id=5160amp;pgm_supp_id=10070amp;loc=aciramp;pub_id=5372amp;div=acir;NSF
+  pThe initial research and development of LLVM was sponsored by the
+  National Science Foundation (NSF)
+a 
href=http://www.cise.nsf.gov/fndg/pubs/display2.cfm?pgm_pims_id=5160amp;pgm_supp_id=10070amp;loc=aciramp;pub_id=5372amp;div=acir;NSF
   iNext Generation Software/i/a program through grants EIA-0093426 (an
-  NSF CAREER award) and EIA-0103756.  It was also supported in part by other
-  NSF grants, the MARCO/DARPA a href=http://www.gigascale.org/;iGigascale
+  NSF CAREER award) and EIA-0103756.  It was also supported in part by the
+  University of Illinois, other NSF grants, the MARCO/DARPA a
+ href=http://www.gigascale.org/;iGigascale 
   Systems Research Center/i/a (GSRC), and the Motorola University
   Partnerships in Research program./p
 
-pLLVM has since graduated from research funding to largely industry
+  pLLVM has since graduated from research funding to largely industry
 funding.  The continued development and support of LLVM is funded by a
-href=http://www.apple.com/;Apple Inc./a, NSF grant EIA-0093426, the
+href=http://www.apple.com/;Apple Inc./a, the NSF, the
 University of Illinois, a href=http://www.cray.com/;Cray Inc./a, a
 href=http://www.autoesl.com/;AutoESL Design Technologies, Inc./a, and
 others.  LLVM has also benefited greatly from numerous source code



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-14 Thread Vikram Adve


Changes in directory llvm-www:

www-index.html updated: 1.137 - 1.138
---
Log message:

Remove Cray and add mailto link for companies to ask to be added.


---
Diffs of the changes:  (+4 -2)

 www-index.html |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.137 llvm-www/www-index.html:1.138
--- llvm-www/www-index.html:1.137   Wed Mar 14 08:58:02 2007
+++ llvm-www/www-index.html Wed Mar 14 09:05:02 2007
@@ -151,9 +151,11 @@
   pLLVM has since graduated from research funding to largely industry
 funding.  The continued development and support of LLVM is funded by a
 href=http://www.apple.com/;Apple Inc./a, the NSF, the
-University of Illinois, a href=http://www.cray.com/;Cray Inc./a, a
+University of Illinois, a
 href=http://www.autoesl.com/;AutoESL Design Technologies, Inc./a, and
-others.  LLVM has also benefited greatly from numerous source code
+others.  Please a href=mailto:[EMAIL PROTECTED]send us
+email/a if you would like your company added to
+this list.  LLVM has also benefited greatly from numerous source code
 contributions from other individuals, listed a
 href=developers.cgihere/a.
   /p



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-13 Thread Reid Spencer


Changes in directory llvm-www:

www-index.html updated: 1.133 - 1.134
---
Log message:

Add Apple and AutoESL as development contributors.


---
Diffs of the changes:  (+4 -2)

 www-index.html |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.133 llvm-www/www-index.html:1.134
--- llvm-www/www-index.html:1.133   Tue Jan 23 23:24:10 2007
+++ llvm-www/www-index.html Tue Mar 13 16:09:07 2007
@@ -146,8 +146,10 @@
   iOperating Systems and Compilers/i program (grant #CCR-9988482), the
   NSF iEmbedded Systems/i program (grant #CCR-0209202), the
   MARCO/DARPA a href=http://www.gigascale.org/;iGigascale Systems Research
-  Center/i/a (GSRC), IBM through the DARPA-funded PERCS project, and
-  the Motorola University Partnerships in Research program. /p 
+  Center/i/a (GSRC), IBM through the DARPA-funded PERCS project,
+  the Motorola University Partnerships in Research program, and development
+  contributions supported by a href=http://www.apple.com/;Apple Inc./a and
+  a href=http://www.autoesl.com/;AutoESL Design Technologies, Inc./a./p 
 
 !-- End of the right column --
 /td



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-03-13 Thread Vikram Adve


Changes in directory llvm-www:

www-index.html updated: 1.134 - 1.135
---
Log message:

Revised funding section.


---
Diffs of the changes:  (+13 -11)

 www-index.html |   24 +---
 1 files changed, 13 insertions(+), 11 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.134 llvm-www/www-index.html:1.135
--- llvm-www/www-index.html:1.134   Tue Mar 13 15:09:07 2007
+++ llvm-www/www-index.html Tue Mar 13 22:26:44 2007
@@ -138,18 +138,20 @@
 
 div class=www_sectiontitleFunding/div
 
-  pThis work is sponsored by the a
+  pThe initial research and development of LLVM was sponsored by the a
   
href=http://www.cise.nsf.gov/fndg/pubs/display2.cfm?pgm_pims_id=5160amp;pgm_supp_id=10070amp;loc=aciramp;pub_id=5372amp;div=acir;NSF
-  iNext Generation Software/i/a program through grants EIA-0093426 (an 
NSF
-  CAREER award) and EIA-0103756.  It is also supported in part by the NSF
-  iComputing Processes and Artifacts/i program (grant #CCF-0429561), the 
NSF
-  iOperating Systems and Compilers/i program (grant #CCR-9988482), the
-  NSF iEmbedded Systems/i program (grant #CCR-0209202), the
-  MARCO/DARPA a href=http://www.gigascale.org/;iGigascale Systems Research
-  Center/i/a (GSRC), IBM through the DARPA-funded PERCS project,
-  the Motorola University Partnerships in Research program, and development
-  contributions supported by a href=http://www.apple.com/;Apple Inc./a and
-  a href=http://www.autoesl.com/;AutoESL Design Technologies, Inc./a./p 
+  iNext Generation Software/i/a program through grants EIA-0093426 (an
+  NSF CAREER award) and EIA-0103756.  It was also supported in part by other
+  NSF grants, the MARCO/DARPA a href=http://www.gigascale.org/;iGigascale
+  Systems Research Center/i/a (GSRC), and the Motorola University
+  Partnerships in Research program./p
+
+pLLVM has since graduated from research funding to largely industry
+funding.  The continued development and support of LLVM is funded by Apple
+Computer, NSF grant EIA-0093426, the University of Illinois and AutoESL.
+LLVM has also benefited from numerous source code contributions from other
+individuals, listed a href=developers.cgihere/a.
+  /p
 
 !-- End of the right column --
 /td



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2007-01-23 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.132 - 1.133
---
Log message:

backends have multiplied


---
Diffs of the changes:  (+3 -3)

 www-index.html |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.132 llvm-www/www-index.html:1.133
--- llvm-www/www-index.html:1.132   Mon Nov 20 01:44:49 2006
+++ llvm-www/www-index.html Tue Jan 23 23:24:10 2007
@@ -35,9 +35,9 @@
 GCC-based a href=docs/CommandGuide/html/llvmgcc.htmlC amp; C++
 front-end/a, a link-time optimization framework with a growing set of global
 and interprocedural analyses and transformations, static back-ends for the X86,
-PowerPC, IA-64, Alpha and SPARC architectures, a back-end which emits 
-portable C code, and a Just-In-Time compiler for X86 and PowerPC
-processors. /p/li
+X86-64, PowerPC 32/64, ARM, Thumb, IA-64, Alpha and SPARC architectures, 
+a back-end which emits portable C code, and a Just-In-Time compiler for X86,
+X86-64, PowerPC 32/64 processors. /p/li
 
 lipLLVM does inot/i imply things that you would expect from a 
 high-level virtual machine.  It does not require garbage collection or 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-08-09 Thread Tanya Lattner


Changes in directory llvm-www:

www-index.html updated: 1.128 - 1.129
---
Log message:

1.8 release


---
Diffs of the changes:  (+2 -2)

 www-index.html |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.128 llvm-www/www-index.html:1.129
--- llvm-www/www-index.html:1.128   Thu Apr 27 18:10:40 2006
+++ llvm-www/www-index.html Wed Aug  9 01:06:12 2006
@@ -102,9 +102,9 @@
 div class=www_sectiontitleLatest LLVM Release!/div
 
 div class=www_text
-  pbApril 20, 2006/b: LLVM 1.7 is now a href=releases/bavailable
+  pbAugust 9, 2006/b: LLVM 1.8 is now a href=releases/bavailable
   for download/b/a!  LLVM is publicly available under an open source a
-  href=releases/1.7/LICENSE.TXTLicense/a.  Also, you might want to
+  href=releases/1.8/LICENSE.TXTLicense/a.  Also, you might want to
   check out a href=docs/ReleaseNotes.html#whatsnewbthe new 
   features/b/a in CVS that will appear in the next LLVM release.  If
   you want them early, a href=releases/download LLVM/a through 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-04-27 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.127 - 1.128
---
Log message:

Grammar-o's and updates, thanks to Gabor!


---
Diffs of the changes:  (+2 -2)

 www-index.html |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.127 llvm-www/www-index.html:1.128
--- llvm-www/www-index.html:1.127   Thu Apr 20 02:21:41 2006
+++ llvm-www/www-index.html Thu Apr 27 18:10:40 2006
@@ -35,8 +35,8 @@
 GCC-based a href=docs/CommandGuide/html/llvmgcc.htmlC amp; C++
 front-end/a, a link-time optimization framework with a growing set of global
 and interprocedural analyses and transformations, static back-ends for the X86,
-PowerPC, IA-64, Alpha, amp; SPARC architectures, a back-end which emits 
-portable C code, and a Just-In-Time compiler for X86, PowerPC, and SPARC V9 
+PowerPC, IA-64, Alpha and SPARC architectures, a back-end which emits 
+portable C code, and a Just-In-Time compiler for X86 and PowerPC
 processors. /p/li
 
 lipLLVM does inot/i imply things that you would expect from a 



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-04-20 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.126 - 1.127
header.incl updated: 1.45 - 1.46
---
Log message:

1.7 is out!


---
Diffs of the changes:  (+5 -4)

 header.incl|5 +++--
 www-index.html |4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.126 llvm-www/www-index.html:1.127
--- llvm-www/www-index.html:1.126   Wed Apr 19 13:01:48 2006
+++ llvm-www/www-index.html Thu Apr 20 02:21:41 2006
@@ -102,9 +102,9 @@
 div class=www_sectiontitleLatest LLVM Release!/div
 
 div class=www_text
-  pbNov 08, 2005/b: LLVM 1.6 is now a href=releases/bavailable
+  pbApril 20, 2006/b: LLVM 1.7 is now a href=releases/bavailable
   for download/b/a!  LLVM is publicly available under an open source a
-  href=releases/1.6/LICENSE.TXTLicense/a.  Also, you might want to
+  href=releases/1.7/LICENSE.TXTLicense/a.  Also, you might want to
   check out a href=docs/ReleaseNotes.html#whatsnewbthe new 
   features/b/a in CVS that will appear in the next LLVM release.  If
   you want them early, a href=releases/download LLVM/a through 


Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.45 llvm-www/header.incl:1.46
--- llvm-www/header.incl:1.45   Thu Mar 16 13:02:22 2006
+++ llvm-www/header.inclThu Apr 20 02:21:41 2006
@@ -37,7 +37,7 @@
 bDownload!/b
 div class=www_sidebar
 span style=font-size:smallerDownload now:/span
-a href=/releases/bLLVMnbsp;1.6/b/abr
+a href=/releases/bLLVMnbsp;1.7/b/abr
 
 br
 span style=font-size:smallerTry the/spanbr
@@ -45,7 +45,7 @@
 br
 
 span style=font-size:smallerView the open-source/spanbr
-a href=/releases/1.6/LICENSE.TXTblicense/b/a
+a href=/releases/1.7/LICENSE.TXTblicense/b/a
 /div
 
 br
@@ -65,6 +65,7 @@
 bStatusnbsp;Updates/b
 div class=www_sidebar
   span style=font-size:smaller
+  a 
href=http://lists.cs.uiuc.edu/pipermail/llvm-announce/2006-April/18.html;Apr
 20, 2006/abr
   a 
href=http://lists.cs.uiuc.edu/pipermail/llvm-announce/2005-November/17.html;Nov
 8, 2005/abr
   a 
href=http://lists.cs.uiuc.edu/pipermail/llvm-announce/2005-May/16.html;May
 18, 2005/abr
   a 
href=http://lists.cs.uiuc.edu/pipermail/llvm-announce/2005-February/15.html;February
 14, 2005/abr



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


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

2006-04-19 Thread Chris Lattner


Changes in directory llvm-www:

www-index.html updated: 1.125 - 1.126
---
Log message:

We have a code generator for V8 also


---
Diffs of the changes:  (+0 -0)

 0 files changed





___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits