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 | dc23c1463a674fdcee80976fcada031281b1fc07 (patch) | |
tree | f97556606a665ead9fa427192f827beabdc96224 /docs | |
parent | 51b49c52926d65e6fe84e32894f1a8dd32223bab (diff) | |
download | external_llvm-dc23c1463a674fdcee80976fcada031281b1fc07.zip external_llvm-dc23c1463a674fdcee80976fcada031281b1fc07.tar.gz external_llvm-dc23c1463a674fdcee80976fcada031281b1fc07.tar.bz2 |
ReleaseNotes: Add info on PTX back-end
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 637ca0f..52c829c 100644 --- a/docs/ReleaseNotes.html +++ b/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> |