diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c2bd881c96f..22ceb7417b9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -299,6 +299,8 @@ Release Notes. Support to model instruction bundling / packing.
  • ARM Integrated Assembler, A full featured assembler and direct-to-object support for ARM.
  • +
  • Basic Block Placement + Probability driven basic block placement.
  • ....
  • @@ -416,6 +418,16 @@ Release Notes. +

    +Basic Block Placement +

    +
    +

    A probability based block placement and code layout algorithm was added to +LLVM's code generator. This layout pass supports probabilities derived from +static heuristics as well as source code annotations such as +__builtin_expect.

    +
    +

    X86-32 and X86-64 Target Improvements