diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 46f357622fd..b44e1334400 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -170,6 +170,10 @@ Release Notes. implementations of this and other low-level routines (some are 3x faster than the equivalent libgcc routines).

+

As of 3.1, compiler-rt includes the helper functions for atomic operations, + allowing atomic operations on arbitrary-sized quantities to work. These + functions follow the specification defined by gcc and are used by clang.

+ @@ -198,6 +202,17 @@ Release Notes. licensed under the MIT and UIUC license, allowing it to be used more permissively.

+

Within the LLVM 3.1 time-frame there were the following highlights:

+ + +