[llvm-commits] CVS: llvm-www/releases/1.3/announcement.txt
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 13 14:21:11 PDT 2004
Changes in directory llvm-www/releases/1.3:
announcement.txt updated: 1.3 -> 1.4
---
Log message:
Other minor tweaks
---
Diffs of the changes: (+2 -3)
Index: llvm-www/releases/1.3/announcement.txt
diff -u llvm-www/releases/1.3/announcement.txt:1.3 llvm-www/releases/1.3/announcement.txt:1.4
--- llvm-www/releases/1.3/announcement.txt:1.3 Fri Aug 13 16:17:49 2004
+++ llvm-www/releases/1.3/announcement.txt Fri Aug 13 16:21:01 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 which 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.
@@ -44,8 +44,7 @@
* The induction variable analysis routines are much more aggressive.
* The -indvars pass implements linear function test replacement and exit
value substitution.
- * LLVM now includes a context-senstitive alias analysis for global
- variables.
+ * LLVM 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.
More information about the llvm-commits
mailing list