aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ProcessImplicitDefs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen2012-06-221-51/+0
* Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen2011-03-141-2/+8
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* 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
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-1/+3
* The Indexes Patch.Lang Hames2009-11-031-0/+41