2008/12/29 Elvis Dowson <span dir="ltr"><<a href="mailto:elvis.dowson@mac.com">elvis.dowson@mac.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Is there a link I can use to find out the differences between LLVM-1.5<br>
and LLVM-2.4, to come up with a migration strategy?<br>
<br>
I need links to docs that will teach me how LLVM-15 and LLVM-2.4<br>
operates, to understand and perform this task. :-)</blockquote><div><br>To my knowledge, there isn't a single doc describing the differences between any two non-consecutive versions, but every release has a file called ReleaseNotes.html that describes what has changed since the previous version.<br>
<br>The largest change as far as IR is concerned happened from 1.9 -> 2.0: <a href="http://llvm.org/releases/2.0/docs/ReleaseNotes.html">http://llvm.org/releases/2.0/docs/ReleaseNotes.html</a> .  You can get the release notes for the other versions without downloading the entire distributions here: <a href="http://llvm.org/releases/">http://llvm.org/releases/</a> .<br>
</div></div><br>Misha<br>