<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/Passes.html, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/Passes.html?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/Passes.html?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-12-11T17:34:48Z</updated>
<entry>
<title>Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.</title>
<updated>2008-12-11T17:34:48Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-11T17:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=444087057ad0592f3e0bb2e434e0b610aa7914f6'/>
<id>urn:sha1:444087057ad0592f3e0bb2e434e0b610aa7914f6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rationalize the names of passes that print information:</title>
<updated>2008-09-23T12:47:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-09-23T12:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ee8fc964952a65bcb3668b85938c46f90631e42'/>
<id>urn:sha1:3ee8fc964952a65bcb3668b85938c46f90631e42</id>
<content type='text'>
    -callgraph =&gt; print-callgraph
    -callscc   =&gt; print-callgraph-sccs
    -cfgscc    =&gt; print-cfg-sccs
    -externalfnconstants =&gt; print-externalfnconstants
    -print               =&gt; print-function
    -print-alias-sets (no change)
    -print-callgraph     =&gt; dot-callgraph
    -print-cfg           =&gt; dot-cfg
    -print-cfg-only      =&gt; dot-cfg-only
    -print-dom-info (no change)
    -printm              =&gt; print-module
    -printusedtypes      =&gt; print-used-types


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56487 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update comments and documentation to reflect that GCSE and ValueNumbering are</title>
<updated>2008-06-05T07:55:49Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-06-05T07:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=845f524c25de18917f72e8847d7e138d65e4ef08'/>
<id>urn:sha1:845f524c25de18917f72e8847d7e138d65e4ef08</id>
<content type='text'>
deprecated by the GVN and GVNPRE passes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51983 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve pass documentation and comments.</title>
<updated>2008-05-08T17:46:35Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2008-05-08T17:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a8a118b68fa3ca1632e7280cd6994aa0f8f1eec1'/>
<id>urn:sha1:a8a118b68fa3ca1632e7280cd6994aa0f8f1eec1</id>
<content type='text'>
Patch by Matthijs Kooijman!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50861 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update example to new syntax.</title>
<updated>2008-03-28T06:46:51Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-03-28T06:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0c78ac11dd1a2cb4012df6ae5b875d70d34e780b'/>
<id>urn:sha1:0c78ac11dd1a2cb4012df6ae5b875d70d34e780b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Bringing Passes.html up-to-date with the deletion of the</title>
<updated>2007-11-05T02:05:35Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-05T02:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90a52145aba097dffcf92080975749778201f16c'/>
<id>urn:sha1:90a52145aba097dffcf92080975749778201f16c</id>
<content type='text'>
-emitbitcode option and the addition of -preverify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43696 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Validation fix.</title>
<updated>2007-11-04T18:17:58Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-04T18:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=873390ee570aba88542b12d60a3c41d760fc4053'/>
<id>urn:sha1:873390ee570aba88542b12d60a3c41d760fc4053</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43679 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo fix.</title>
<updated>2007-11-04T18:14:08Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-04T18:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23a8ce5b958df2d954e7f940f2abf0ed36b0e072'/>
<id>urn:sha1:23a8ce5b958df2d954e7f940f2abf0ed36b0e072</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43678 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Completing Passes.html with the exception of -emitbitcode, which should be</title>
<updated>2007-11-04T18:10:18Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-04T18:10:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75ff18ed2b43439c76d449f7cc14776308bb85ea'/>
<id>urn:sha1:75ff18ed2b43439c76d449f7cc14776308bb85ea</id>
<content type='text'>
removed. This document could still stand for significant improvement:

  * Editing the pass descriptions; most were lifted with minimal editing from
    comments. Although implementation details were elided, many of the were not
    written for the audience that would be interested in this document.
  * More "before and after" examples.
  * More implicit dependency details. (Perhaps listing transforms in
    -std-compile-opts order would help alleviate this.)
  * Adding documentation for how to invoke passes programmatically.
  * Rearranging the document into a more logical taxonomy. For instance, putting
    profiling passes together.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43677 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a validation error.</title>
<updated>2007-11-04T16:17:00Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-11-04T16:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e626bbe4b57e7a99e9fc448dc408fca3277c16ff'/>
<id>urn:sha1:e626bbe4b57e7a99e9fc448dc408fca3277c16ff</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
