[llvm-commits] CVS: llvm-www/releases/1.3/announcement.txt
John Criswell
criswell at cs.uiuc.edu
Fri Aug 13 14:18:00 PDT 2004
Changes in directory llvm-www/releases/1.3:
announcement.txt updated: 1.2 -> 1.3
---
Log message:
Typo fixes.
---
Diffs of the changes: (+7 -6)
Index: llvm-www/releases/1.3/announcement.txt
diff -u llvm-www/releases/1.3/announcement.txt:1.2 llvm-www/releases/1.3/announcement.txt:1.3
--- llvm-www/releases/1.3/announcement.txt:1.2 Fri Aug 13 16:08:49 2004
+++ llvm-www/releases/1.3/announcement.txt Fri Aug 13 16:17:49 2004
@@ -10,7 +10,7 @@
LLVM is a set of libraries and tools that make it easy to build compilers,
optimizers, Just-In-Time code generators, and many other compiler-related
- programs. As examples, LLVM includes C, C++, and Stacker compilers, that use
+ programs. As examples, LLVM includes C, C++, and Stacker compilers that use
the components to build aggressively optimizing compilers. LLVM can compile
code to X86, SparcV9, PowerPC (beta support), or C code. Alternatively, LLVM
can JIT compiler code for X86 and SparcV9.
@@ -26,7 +26,7 @@
WHAT IS NEW IN LLVM 1.3?
- This release takes less time to produce faster compiled code, and is portable
+ This release takes less time to produce faster compiled code and is portable
to new targets (including Cygwin). It also includes several new features,
such as man pages for all LLVM tools, accurate garbage collection, some new
loop transformations, and includes beta support for powerpc code generation.
@@ -44,7 +44,8 @@
* The induction variable analysis routines are much more aggressive.
* The -indvars pass implements linear function test replacement and exit
value substitution.
- * LLVM now include a context-senstitive alias analysis for global variables.
+ * LLVM now includes a context-senstitive alias analysis for global
+ variables.
* LLVM includes an implementation of Andersen's alias analysis.
* LLVM includes new loop unrolling and loop unswitching passes.
* LLVM includes a simple dead store elimination pass.
@@ -59,8 +60,8 @@
Other improvements:
* Bugpoint can now debug arbitrary modes of the LLC and LLI tools.
- * Bugpoint can now narrow down codegen miscompilations to the basic block
- being miscompiled (in many cases).
+ * Bugpoint can now narrow down code generation miscompilations to the basic
+ block being miscompiled (in many cases).
* Bugpoint can now debug infinite-loop inducing miscompilations.
Finally, LLVM 1.3 includes the usual collection of bug fixes and other minor
@@ -69,7 +70,7 @@
A full list of new features and bug-fixes are listed in the Release Notes:
http://llvm.cs.uiuc.edu/releases/1.3/docs/ReleaseNotes.html#whatsnew
- For an easier to read (and more details) list of changes, please see the
+ For an easier to read (and more detailed) list of changes, please see the
status updates:
http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-May/000008.html
http://mail.cs.uiuc.edu/pipermail/llvm-announce/2004-June/000009.html
More information about the llvm-commits
mailing list