From 0d4b67c67ff05233b0033841da0396ec12001403 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 16:23:17 +0000 Subject: [PATCH] * Wrap long lines * Mention the HTML/man page output from single POD source file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14580 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b3324b8aa21..748e8fc17ec 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -105,9 +105,9 @@ constrained to be the same as the CFG for the LLVM input code.
  • LLVM now has new loop unrolling and loop unswitching passes.
  • The induction variable substitution pass performs linear function test replacement and exit value replacement optimizations.
  • -
  • LLVM now has first-class support for Accurate -Garbage Collection, enabling the use of aggressive copying and generational -collectors.
  • +
  • LLVM now has first-class support for Accurate Garbage Collection, enabling the use +of aggressive copying and generational collectors.
  • LLVM now includes an implementation of Andersen's interprocedural alias analysis algorithm.
  • Bugpoint can extract individual @@ -115,19 +115,19 @@ basic blocks to track down reduce miscompilation testcases.
  • LLVM and the C front-end now work under Win32 using the Cygwin runtime libraries. This includes the JIT compiler.
  • -
  • The LLVM code generator is now being documented.
  • -
  • There is a new tool, llvm-abcd, the Analysis of ByteCode Dumper (abcd). -This tool can compute basic statistics and bytecode density statistics on a -module or function basis and also dump out bytecode in a textual format that -is lower level than assembly (values are not resolved from slot numbers). -It should only be of interest to (a) those who are working to improve the -bytecode format and (b) those who really want to understand or document the -details of the bytecode format.
  • -
  • The LLVM Bytecode file format is now - being documented.
  • -
  • LLVM now provides an llvm.isunordered intrinsic -for efficient implementation of unordered floating point comparisons.
  • +
  • The LLVM code generator is now being documented.
  • +
  • There is a new tool, llvm-bcanalyzer. This tool can compute basic +statistics and bytecode density statistics on a module or function basis and +also dump out bytecode in a textual format that is lower level than assembly +(values are not resolved from slot numbers). It should only be of interest to +(a) those who are working to improve the bytecode format and (b) those who +really want to understand or document the details of the bytecode format.
  • +
  • The LLVM Bytecode file format is now being +documented.
  • +
  • LLVM now provides an llvm.isunordered intrinsic for efficient +implementation of unordered floating point comparisons.
  • The llvmgcc front-end now supports the GCC builtins for ISO C99 floating point comparison macros (e.g., __builtin_islessequal).
  • Now that there are more source files than can fit on a 32Kbyte command @@ -136,6 +136,8 @@ llvmgrep tool in the utils directory combines an egrep and a find without passing filenames through the command line. This improves performance slightly. Simply run llvmgrep like you might egrep but leave off the file names.
  • +
  • We now generate HTML documentation and man pages for the tools from a single +source (perl-style POD files).
  • @@ -297,7 +299,7 @@ enum type prototypes that take opaque structs by-value
  • [llvmgcc] Crash compiling variable length array of structures
  • -
  • [llvmgcc] miscompilation of staticly +
  • [llvmgcc] miscompilation of staticly initialized unsigned bitfields