aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ProcessImplicitDefs.h
AgeCommit message (Expand)Author
2012-06-22Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen
2011-03-14Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-14Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng
2009-11-03The Indexes Patch.Lang Hames