diff options
| author | Justin Holewinski <jholewinski@nvidia.com> | 2012-05-13 17:32:35 +0000 |
|---|---|---|
| committer | Justin Holewinski <jholewinski@nvidia.com> | 2012-05-13 17:32:35 +0000 |
| commit | e65f29ff629c691265b6da766cc856db32e963fd (patch) | |
| tree | c886e659babd69e55a41d810a3d4c5a5d57731cf /llvm/docs | |
| parent | 0b03cbd41668709c9070f3d6531aca1937c5b12c (diff) | |
| download | bcm5719-llvm-e65f29ff629c691265b6da766cc856db32e963fd.tar.gz bcm5719-llvm-e65f29ff629c691265b6da766cc856db32e963fd.zip | |
ReleaseNotes: Add info on PTX back-end
llvm-svn: 156745
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 637ca0f3364..52c829ccfb1 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -647,6 +647,21 @@ syntax, there are still significant gaps in that support.</p> <!--=========================================================================--> <h3> +<a name="PTX">PTX Target Improvements</a> +</h3> + +<div> + +<p>An outstanding conditional inversion bug was fixed in this release.</p> + +<p><b>NOTE</b>: LLVM 3.1 marks the last release of the PTX back-end, in its + current form. The back-end is currently being replaced by the NVPTX + back-end, currently in SVN ToT.</p> + +</div> + +<!--=========================================================================--> +<h3> <a name="OtherTS">Other Target Specific Improvements</a> </h3> |

