summaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/SSI.h
Commit message (Expand)AuthorAgeFilesLines
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-281-93/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-0/+1
* Do away with the strange use of BitVectors in SSI, and just use normal sets. ...Owen Anderson2009-10-041-19/+11
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-101-2/+1
* Remove a comment that was copy+pasted from the wrong place,Edwin Török2009-07-221-1/+0
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-031-0/+102