From: Chris Lattner Date: Tue, 1 Jun 2004 18:22:41 +0000 (+0000) Subject: Fix wandering , add note about cygwin being supported. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4654bdb4c1ebf3fe007af25d361eb294e9039380;p=oota-llvm.git Fix wandering , add note about cygwin being supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13922 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4c3be015b35..b65bff38475 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -106,7 +106,7 @@ constrained to be the same as the CFG for the LLVM input code.
  • The induction variable substitution pass performs linear function test replacement and exit value replacement optimizations.
  • The LLVM Bytecode file format is now - documented.
  • + documented.
  • LLVM now has first-class support for Accurate Garbage Collection, enabling the use of aggressive copying and generational collectors.
  • @@ -114,6 +114,8 @@ collectors. analysis algorithm.
  • Bugpoint can extract individual basic blocks to track down reduce miscompilation testcases.
  • +
  • LLVM and the C front-end now work under Win32 using the cygnus libraries. +This includes the JIT compiler.
  • @@ -262,11 +264,17 @@ indexing miscompiled
    -

    LLVM has been extensively tested on Intel and AMD machines running Red Hat -Linux. It has also been tested under FreeBSD, and on Sun UltraSPARC -workstations running Solaris 8. Additionally, LLVM works on Mac OS X 10.3 and -above, but only with the C backend and interpreter; no native machine-code -generator for the PowerPC is available yet.

    +

    LLVM is known to work in the following platforms:

    + + +

    The core LLVM infrastructure uses GNU autoconf to adapt itself @@ -274,6 +282,11 @@ to the machine and operating system on which it is built. However, minor porting may be required to get LLVM to work on new platforms. We welcome your portability patches and reports of successful builds or error messages.

    +

    Note that the LLVM build system does not currently support directories with +spaces on them when running on Win32/cygwin. We strongly recommend running +LLVM and the C frontend out of a top-level directory without spaces (e.g., +/cygdrive/c/llvm).

    +