From 9f45913a4ae7cf6ba24598ef480751751732af37 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 4 Oct 2010 17:03:49 +0000 Subject: [PATCH] minor tweaks and typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115518 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3b68a3298bc..19d1902090a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -321,8 +321,8 @@ recompilation of larger parts of the compiler chain.

language and compiler written on top of LLVM, intended for producing single-address-space managed code operating systems that run faster than the equivalent multiple-address-space C systems. -More in-depth blurb is available on the wiki.

+More in-depth blurb is available on the wiki.

@@ -339,8 +339,8 @@ gateways. Since version 0.96 it has bytecode signatures that allow writing detections for complex malware. It uses LLVM's JIT to speed up the execution of bytecode on -X86,X86-64,PPC32/64, falling back to its own interpreter otherwise. -The git version was updated to work with LLVM 2.8 +X86, X86-64, PPC32/64, falling back to its own interpreter otherwise. +The git version was updated to work with LLVM 2.8.

The DTMC provides support for Transactional Memory, which is an easy-to-use and efficient way to synchronize accesses to shared memory. Transactions can contain normal C/C++ code (e.g., -__transaction { list.remove(x); x.refCount--; }) and will be executed +__transaction { list.remove(x); x.refCount--; }) and will be executed virtually atomically and isolated from other transactions.

@@ -774,7 +774,7 @@ it run faster: