diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 429e60aadcb..e5ec2fa4097 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -12,8 +12,8 @@
If you're already an LLVM user, this section lists some "gotchas" that you -may run into upgrading from the previous release. It also includes some status -updates on subprojects of LLVM.
- --The core LLVM 2.4 distribution currently consists of code from the core LLVM -repository (which roughly contains the LLVM optimizer, code generators and +The LLVM 2.4 distribution currently consists of code from the core LLVM +repository (which roughly contains the LLVM optimizers, code generators and supporting tools) and the llvm-gcc repository. In addition to this code, the LLVM Project includes other sub-projects that are in development. The two which are the most actively developed are the Clang Project and vmkit Project.
+-The "vmkit" project is an implementation of -a JVM and a CLI Virtual Machines (Microsoft .NET is an -implementation of the CLI) using the Just-In-Time compiler of LLVM.
- -...
- -+The "vmkit" project is an implementation of +a JVM and a CLI Virtual Machines (Microsoft .NET is an +implementation of the CLI) using the Just-In-Time compiler of LLVM.
+ +...
+ +If you're already an LLVM user, this section lists some "gotchas" that you +may run into upgrading from the previous release.
+The LLVM IR generated by llvm-gcc now doesn't name instructions. Use the instnamer pass if you want them.