summaryrefslogtreecommitdiff
path: root/docs/Passes.html
Commit message (Expand)AuthorAge
* The default alias analysis is -noaa; update the docs to reflect that. Patch ...Eli Friedman2011-10-27
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs/Passes.html: Fix a garbage.NAKAMURA Takumi2011-04-21
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* Fix some broken links, from Matthieu MonrocqDouglas Gregor2011-04-15
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Update Passes.html, part 3: alphabetize descriptions.Eli Friedman2011-03-19
* Update Passes.html, part 2: cleanup a bit more dead docs, a few moreEli Friedman2011-03-19
* Update Passes.html, part 1: remove passes which were removed from the tree,Eli Friedman2011-03-19
* Adapt docs to '-loopsimplify -> -loop-simplify' changeTobias Grosser2011-02-13
* Fix type in passes.Tobias Grosser2010-10-21
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-20
* Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne2010-08-06
* Add an atomic lowering passPeter Collingbourne2010-08-03
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Bring the list of passes and their descriptions up to date.Duncan Sands2010-07-06
* indmemrem and lowerallocs are gone.Chris Lattner2010-07-04
* Document graphviz passes for the (post) dominator tree.Tobias Grosser2010-05-07
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* The -condprop pass has been deleted.Nick Lewycky2010-04-22
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01
* doc bug spotted by apinskiChris Lattner2009-10-28
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* remove some dead passesChris Lattner2009-10-10
* Mark Andersen's as experimental.Chris Lattner2009-08-28
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Update comments and documentation to reflect that GCSE and ValueNumbering areMatthijs Kooijman2008-06-05
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* Update example to new syntax.Nick Lewycky2008-03-28
* Bringing Passes.html up-to-date with the deletion of theGordon Henriksen2007-11-05
* Validation fix.Gordon Henriksen2007-11-04
* Typo fix.Gordon Henriksen2007-11-04
* Completing Passes.html with the exception of -emitbitcode, which should beGordon Henriksen2007-11-04
* Fix a validation error.Gordon Henriksen2007-11-04
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-04
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-26
* Fleshing out docs/Passes.html for some analyses.Gordon Henriksen2007-10-25
* Passes.html now 'passes' validation.Gordon Henriksen2007-10-25
* Bringing Passes.html structurally up-to-date, and enablingGordon Henriksen2007-10-25
* first pass of nomenclature changes in .html filesGabor Greif2007-07-06
* For PR601:Reid Spencer2007-03-27
* For PR601:Reid Spencer2007-03-26