From: Chris Lattner Date: Fri, 4 Jun 2004 00:40:11 +0000 (+0000) Subject: New doc X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=00f19b62753e3a68f3e64523662675ea7009d681;p=oota-llvm.git New doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 196c3ca65b3..a96e428a1ef 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -117,6 +117,8 @@ 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.