diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-04 00:40:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-04 00:40:11 +0000 |
commit | 00f19b62753e3a68f3e64523662675ea7009d681 (patch) | |
tree | 83de7650690393a695828a318b6b3fc5e20e83b3 /docs | |
parent | ec94f80b077ada57fd16e673d4bdab2bb0728e71 (diff) | |
download | external_llvm-00f19b62753e3a68f3e64523662675ea7009d681.zip external_llvm-00f19b62753e3a68f3e64523662675ea7009d681.tar.gz external_llvm-00f19b62753e3a68f3e64523662675ea7009d681.tar.bz2 |
New doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 196c3ca..a96e428 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -117,6 +117,8 @@ basic blocks</a> to track down reduce miscompilation testcases.</li> <li>LLVM and the C front-end now work under Win32 using the <a href="http://www.cygwin.com">Cygwin</a> runtime libraries. This includes the JIT compiler.</li> +<li>The LLVM code generator is now being <a + href="CodeGenerator.html">documented</a>.</li> </ol> </div> |