diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e1301d611d2..ce6aa985dd3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -942,8 +942,11 @@ be used to verify some algorithms.
  • LLVM generates substantially better code for indirect gotos due to a new tail duplication pass, which can be a substantial performance win for interpreter loops that use them.
  • -
  • Exception handling and debug information is now emitted with CFI directives, - yielding much smaller executables for some C++ applications. +
  • Exception handling and debug frame information is now emitted with CFI + directives. This lets the assembler produce more compact info as it knows + the final offsets, yielding much smaller executables for some C++ applications. + If the system assembler doesn't support it, MC exands the directives when + the integrated assembler is not used.
  • The code generator now supports vector "select" operations on vector