diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0c1125550c8..7c9fb637b36 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -211,6 +211,12 @@ which primarily helps iterator-intensive C++ codes.
  • The code generator now uses information about takes advantage of commutative two-address instructions when performing register allocation.
  • +
  • A new pass has been added to gccas to simplify well-known library calls. The +pass will short circuit calls to many of the string, memory, and printf type +functions or replace the calls with simpler/faster calls, where possible given +information known statically about the arguments to the call. To use the +pass, specify -simplify-libcalls to the opt tool.
  • +