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