index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
Passes.html
Age
Commit message (
Expand
)
Author
2010-10-21
Fix type in passes.
Tobias Grosser
2010-08-20
Make the SCC printing passes use errs() instead of outs(), as the
Dan Gohman
2010-08-06
Fix missing </a> tag error introduced by addition of LowerAtomic pass.
Peter Collingbourne
2010-08-03
Add an atomic lowering pass
Peter Collingbourne
2010-07-22
Add new RegionInfo pass.
Tobias Grosser
2010-07-06
Bring the list of passes and their descriptions up to date.
Duncan Sands
2010-07-04
indmemrem and lowerallocs are gone.
Chris Lattner
2010-05-07
Document graphviz passes for the (post) dominator tree.
Tobias Grosser
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-04-22
The -condprop pass has been deleted.
Nick Lewycky
2010-03-01
remove anders-aa from mainline, it isn't maintained and is
Chris Lattner
2009-10-28
doc bug spotted by apinski
Chris Lattner
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-12
Documentation: Perform automated correction of common typos.
Benjamin Kramer
2009-10-10
remove some dead passes
Chris Lattner
2009-08-28
Mark Andersen's as experimental.
Chris Lattner
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-06-05
Update comments and documentation to reflect that GCSE and ValueNumbering are
Matthijs Kooijman
2008-05-08
Improve pass documentation and comments.
Gordon Henriksen
2008-03-28
Update example to new syntax.
Nick Lewycky
2007-11-05
Bringing Passes.html up-to-date with the deletion of the
Gordon Henriksen
2007-11-04
Validation fix.
Gordon Henriksen
2007-11-04
Typo fix.
Gordon Henriksen
2007-11-04
Completing Passes.html with the exception of -emitbitcode, which should be
Gordon Henriksen
2007-11-04
Fix a validation error.
Gordon Henriksen
2007-11-04
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-10-26
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-25
Fleshing out docs/Passes.html for some analyses.
Gordon Henriksen
2007-10-25
Passes.html now 'passes' validation.
Gordon Henriksen
2007-10-25
Bringing Passes.html structurally up-to-date, and enabling
Gordon Henriksen
2007-07-06
first pass of nomenclature changes in .html files
Gabor Greif
2007-03-27
For PR601:
Reid Spencer
2007-03-26
For PR601:
Reid Spencer