From 00f19b62753e3a68f3e64523662675ea7009d681 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 4 Jun 2004 00:40:11 +0000 Subject: [PATCH] New doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14007 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) 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.