diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5be4ad72a62..c9027e6bf3c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -88,8 +88,12 @@ It includes a large number of features and refinements from LLVM 2.3.

  • ... Attributes changes ...
  • -
  • The DbgStopPointInst methods getDirectory and getFileName now return Value* instead of strings. These can be converted to strings using llvm::GetConstantStringInfo defined via "llvm/Analysis/ValueTracking.h". +
  • The DbgStopPointInst methods getDirectory and +getFileName now return Value* instead of strings. These can be +converted to strings using llvm::GetConstantStringInfo defined via +"llvm/Analysis/ValueTracking.h".
  • +
  • API change: BinaryOperator::create -> Create (CmpInst, CastInst too)
  • @@ -174,13 +178,19 @@ this section. @@ -217,6 +227,10 @@ for the C, C++, Objective-C, Ada, and Fortran front-ends.

    @@ -234,8 +248,16 @@ LLVM 2.4 optimizers support a few major enhancements: