If pointer type has a name then do not ignore the name.
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Lang HamesFixes the bug exposed by Anton's test case in PR 5495:
2009-11-03 Lang HamesThe Indexes Patch.