[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 22 14:10:12 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.252 -> 1.253
---
Log message:
Add a note about the JIT changes.
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.252 llvm/docs/ReleaseNotes.html:1.253
--- llvm/docs/ReleaseNotes.html:1.252 Mon Nov 22 12:40:51 2004
+++ llvm/docs/ReleaseNotes.html Mon Nov 22 16:09:58 2004
@@ -111,6 +111,8 @@
<li>llvmgcc and llvmg++ now emit source line number information when '-g' is
passed in. This information can be used with llvm-db or other tools and
passes.</li>
+ <li>The target-to-JIT interfaces <a href="http://llvm.cs.uiuc.edu/PR283">are
+ now much simpler</a> and more powerful.</li>
</ol>
</div>
@@ -667,7 +669,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/22 18:40:51 $
+ Last modified: $Date: 2004/11/22 22:09:58 $
</address>
</body>
More information about the llvm-commits
mailing list