1. 0bde4e3 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  2. b3fff70 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  3. 50777b4 random cleanups. by Chris Lattner · 16 years ago
  4. a59f39b fix another bozo bug by Chris Lattner · 16 years ago
  5. 1378a3a fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  6. 01303c8 turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  7. 180b5e7 by David Greene · 16 years ago
  8. f55f61f Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
  9. 3f1d2c3 revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  10. b528d76 by David Greene · 16 years ago
  11. 710011c If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
  12. d38f876 Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
  13. bca7522 Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 16 years ago
  14. d2826ae Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
  15. b9f4fa7 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  16. 901cf7c Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
  17. 7f7f365 Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  18. 2fcbc7e Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  19. 8b3b517 Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  20. 221a437 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  21. 078a62d Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
  22. 194fe7c - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 17 years ago
  23. 45c1edb Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  24. 9b0baeb Rename PrintableName to Name. by Bill Wendling · 17 years ago
  25. 8eeb979 Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  26. 1e57df3 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  27. 8eaa5a9 remove #includage by Chris Lattner · 18 years ago
  28. 5b93037 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  29. 6232760 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  30. e45742f Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 18 years ago
  31. 7ce487f properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  32. 6017d48 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  33. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  34. 3f7d94b Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  35. a55c9f2 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  36. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago