Place context in member variables instead of passing around pointers.
[oota-llvm.git] / include / llvm / CodeGen / ProcessImplicitDefs.h
2011-03-14 Jakob Stoklund OlesenPlace context in member variables instead of passing...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2009-11-03 Lang HamesThe Indexes Patch.