diff options
| author | Torok Edwin <edwintorok@gmail.com> | 2009-07-21 20:27:10 +0000 |
|---|---|---|
| committer | Torok Edwin <edwintorok@gmail.com> | 2009-07-21 20:27:10 +0000 |
| commit | 944df00962fb2bcba5b0990848867c22e59469ed (patch) | |
| tree | f94e58ba1d99afd608be9af3a9b07d833866f732 /llvm/docs | |
| parent | 1f74b1fdfd1cdbe28155e4d4c96e019abf24245b (diff) | |
| download | bcm5719-llvm-944df00962fb2bcba5b0990848867c22e59469ed.tar.gz bcm5719-llvm-944df00962fb2bcba5b0990848867c22e59469ed.zip | |
Add a few fairly obvious API changes I noticed while porting some old code.
llvm-svn: 76636
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 362113c5feb..3a32dc9c546 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -457,6 +457,14 @@ API changes are:</p> already exists. If <tt>Force</tt> is set to <tt>true</tt>, the file will be silently truncated (which is the behavior before this flag was added).</li> +<li><tt>SCEVHandle</tt> no longer exists, because reference counting is no +longer done for <tt>SCEV*</tt> objects, instead <tt>const SCEV*</tt> should be +used.</li> +<li>llvm-dis now fails if output file exists, instead of dumping to stdout. +FIXME: describe any other tool changes due to the raw_fd_ostream change</li> +<li>temporarely due to Context API change passes should call doInitialization() +method of the pass they inherit from, otherwise Context is NULL. +FIXME: remove this entry when this is no longer needed.<li> </ul> </div> |

