1. ac1abde Swap parameters of isSafeToMove and isSafeToReMat for consistency. by Evan Cheng · 15 years ago
  2. 2d1ec73 Rewrite handling of DBG_VALUE; previous algorithm by Dale Johannesen · 15 years ago
  3. 39c7a19 Allow for more than one DBG_VALUE targeting the same dead instruction. by Dale Johannesen · 15 years ago
  4. 5e2b05a Delete dead PHI machine instructions. These can be created due to type by Bob Wilson · 15 years ago
  5. 3b1906f more comment updates by Dale Johannesen · 15 years ago
  6. 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 15 years ago
  7. 00a99a3 Run codegen dce pass for all targets at all optimization levels. Previously it's by Evan Cheng · 15 years ago
  8. 9514fcb If the only use of something is a DEBUG_VALUE, don't by Dale Johannesen · 15 years ago
  9. 26045e2 by David Greene · 15 years ago
  10. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 15 years ago
  11. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 15 years ago
  12. a70dca1 Factor out LiveIntervalAnalysis' code to determine whether an instruction by Dan Gohman · 15 years ago
  13. 9311a22 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  14. d443ee6 Add const qualifiers. by Dan Gohman · 15 years ago
  15. 131161b Rename AliasSet to SubRegs, to reflect changes in the surrounding code. by Dan Gohman · 16 years ago
  16. b382c4d Fix a subtle bug in DeadMachineInstructionElim's liveness by Dan Gohman · 16 years ago
  17. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
  18. 723ac37 Add debug output to this pass. by Dan Gohman · 16 years ago
  19. 3d84a76 Refactor the logic for testing if an instruction is dead into a separate method. by Dan Gohman · 16 years ago
  20. 035268e Set SetStore to false, to allow this pass to delete dead loads. by Dan Gohman · 16 years ago
  21. b2c3e3f Now that DeadMachineInstructionElim is basically working by Dan Gohman · 16 years ago
  22. 8468d1a Track local physical register liveness. This is not the most by Dan Gohman · 16 years ago
  23. e251b15 Don't consider instructions with implicit physical register by Dan Gohman · 16 years ago
  24. d3ead43 Add a new MachineInstr-level DCE pass. It is very simple, and is intended to by Dan Gohman · 16 years ago