[llvm-commits] [llvm] r145207 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Sun Nov 27 14:39:23 PST 2011
Author: lattner
Date: Sun Nov 27 16:39:23 2011
New Revision: 145207
URL: http://llvm.org/viewvc/llvm-project?rev=145207&view=rev
Log:
dwarf parsing stuff.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145207&r1=145206&r2=145207&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Nov 27 16:39:23 2011
@@ -910,9 +910,10 @@
<li>TableGen can now autogenerate MC expansion logic for pseudo
instructions that expand to multiple MC instructions (through the
PseudoInstExpansion class).</li>
-
- <li>XXX: llvm-objdump / dwarf parser library / llvm-dwarfdump (d0k)
- object file parsing stuff and llvm-size (mspencer). Status?</li>
+ <li>A new llvm-objdump and llvm-dwarfdump tools provide a start of a drop-in
+ replacement for the corresponding tools that use LLVM libraries. As part of
+ this, LLVM has the beginnings of a dwarf parsing library.</li>
+ <li>XXX: object file parsing stuff and llvm-size (mspencer). Status?</li>
</ul>
</div>
More information about the llvm-commits
mailing list