1. 7f7f365 Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  2. 2fcbc7e Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  3. 8b3b517 Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  4. 221a437 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  5. 078a62d Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
  6. 194fe7c - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 17 years ago
  7. 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
  8. 9b0baeb Rename PrintableName to Name. by Bill Wendling · 17 years ago
  9. 8eeb979 Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  10. 1e57df3 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  11. 8eaa5a9 remove #includage by Chris Lattner · 18 years ago
  12. 5b93037 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  13. 6232760 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  14. e45742f Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 18 years ago
  15. 7ce487f properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  16. 6017d48 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  17. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  18. 3f7d94b Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  19. a55c9f2 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  20. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago