1. 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  2. 63aa000 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  3. 5d79a2c Various comment fixes. by Dan Gohman · 16 years ago
  4. 0402315 Use setPreservesAll and setPreservesCFG in CodeGen passes. by Dan Gohman · 16 years ago
  5. 30c3de6 fix two problems with machine sinking: by Chris Lattner · 17 years ago
  6. 2510436 Fix PR3522. It's not safe to sink into landing pad BB's. by Evan Cheng · 17 years ago
  7. 47a65a1 Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs doesn't think it's safe. This works around PR1911. by Evan Cheng · 17 years ago
  8. 906152a Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  9. 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  10. 38453ee Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  11. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  12. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 18 years ago
  13. 399e110 Refactor some code out of MachineSink into a MachineInstr query. by Evan Cheng · 18 years ago
  14. 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  15. 08af5a9 implement support for sinking a load out the bottom of a block that by Chris Lattner · 18 years ago
  16. c8226f3 Simplify the side effect stuff a bit more and make licm/sinking by Chris Lattner · 18 years ago
  17. f3bd2cd Clamp down on sinking of lots of instructions. by Chris Lattner · 18 years ago
  18. ee61d14 The current impl is really trivial, add some comments about how it can be made better. by Chris Lattner · 18 years ago
  19. d11ca16 don't sink anything with side effects, this makes lots of stuff work, but sinks almost nothing. by Chris Lattner · 18 years ago
  20. 6ec7827 fix a common crash. by Chris Lattner · 18 years ago
  21. f3edc09 Add a really quick hack at a machine code sinking pass, enabled with --enable-sinking. by Chris Lattner · 18 years ago