1. 4c82a9e Detect and handle COPY in many places. by Jakob Stoklund Olesen · 15 years ago
  2. 1ef0660 It's not safe eliminate copies where src and dst have different sub-register indices. by Evan Cheng · 16 years ago
  3. d6908dc It's not safe to propagate implicit_def that defines part of a register. by Evan Cheng · 16 years ago
  4. 2988d57 Fix PR6300. by Jakob Stoklund Olesen · 16 years ago
  5. b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  6. c7c89b8 Fix small bug in handling instructions with more than one implicitly defined operand. by Jakob Stoklund Olesen · 16 years ago
  7. d7c266b Change errs() to dbgs(). by David Greene · 16 years ago
  8. 595a163 When all defs of a vr are implicit_def, delete all of the defs. by Evan Cheng · 16 years ago
  9. 44df27e ProcessImplicitDefs should watch out for invalidated iterator and extra implicit operands on copies. by Evan Cheng · 16 years ago
  10. 11bf449 For some targets, a copy can use a register multiple times, e.g. ppc. by Evan Cheng · 16 years ago
  11. 01f31c0 Fixes the bug exposed by Anton's test case in PR 5495: by Lang Hames · 16 years ago
  12. 05fb963 The Indexes Patch. by Lang Hames · 16 years ago