From: Dan Gohman Date: Sun, 8 Jun 2008 22:57:59 +0000 (+0000) Subject: Add some links to doxygen documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3280787058d44ec9d56e6e8214511bbfa0c0fa1;p=oota-llvm.git Add some links to doxygen documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c63f6f48f8f..402aa614c98 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -101,9 +101,14 @@ It includes a large number of features and refinements from LLVM 2.2.

standardize on FOOCLASS::Create for all IR classes in the future, but not all of them have been moved over yet.
  • LLVM 2.3 renames the LLVMBuilder and LLVMFoldingBuilder classes to - IRBuilder.
  • -
  • MRegisterInfo was renamed to TargetRegisterInfo.
  • -
  • The MappedFile class is gone, please use MemoryBuffer instead.
  • + IRBuilder. + +
  • MRegisterInfo was renamed to + + TargetRegisterInfo.
  • +
  • The MappedFile class is gone, please use + + MemoryBuffer instead.
  • The '-enable-eh' flag to llc has been removed. Now code should encode whether it is safe to omit unwind information for a function by tagging the Function object with the 'nounwind' attribute.
  • @@ -372,7 +377,8 @@ faster:

    both pre-pass and post-pass scheduling, and to improve compiler-debugging output. -
  • The target-independent code generator infrastructure now uses LLVM's APInt +
  • The target-independent code generator infrastructure now uses LLVM's + APInt class to handle integer values, which allows it to support integer types larger than 64 bits. Note that support for such types is also dependent on target-specific support. Use of APInt is also a step toward support for