projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195cd3a
)
MarkModRef -> AddReadAttrs.
author
Duncan Sands
<baldrick@free.fr>
Mon, 13 Oct 2008 18:42:43 +0000
(18:42 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 13 Oct 2008 18:42:43 +0000
(18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57459
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.html
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.html
b/docs/ReleaseNotes.html
index 2453f6c3dffb7165a7fd2bd3c694b066cdb60c99..146f4d2134e33c5c057baac508e31e5e1c7bb8b4 100644
(file)
--- a/
docs/ReleaseNotes.html
+++ b/
docs/ReleaseNotes.html
@@
-249,7
+249,9
@@
and rewrote ADCE to be simpler faster, and not need control dependence.</li>
pulled out of instcombine and put into a new ValueTracking.h file, where they
can be reused by other passes.</li>
-<li>MarkModRef etc</li>
+<li>The new AddReadAttrs pass works out which functions are read-only or
+read-none (these correspond to 'pure' and 'const' in C) and marks them
+with the appropriate attribute.</li>
</ul>
</div>