diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 849b87912d1..c22eac530ee 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -177,15 +177,20 @@ fixed:
    -
  1. C++ front-end is not generating -linkonce linkage type when it can
  2. +
  3. The C++ front-end now compiles functions to + use the linkonce linkage type + more, giving the optimizer more freedom.
  4. -
  5. C front-end generates non-type-safe code for expressions it could generate type-safe code
  6. +
  7. The C front-end now generates + type-safe code in several cases that it did not before, which prevented + some important optimizations.
  8. -
  9. Bad path to the C/C++ frontend causes -build problems
  10. +
  11. The LLVM build system has been taught to catch some common configuration + problems that caused it to get + horribly confused before.
  12. -
  13. LLVM header files should be -Wold-style-cast clean
  14. +
  15. The LLVM header files are now + -Wold-style-cast clean.
  16. The LLVM bytecode reader has been sped up a lot (up to 4x in some