1. 03ad885 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  2. b0d06b4 Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor by Chris Lattner · 18 years ago
  3. a98c679 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  4. 25568e4 Fix a problem where lib/Target/TargetInstrInfo.h would include and use by Chris Lattner · 18 years ago
  5. a5bb370 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  6. 6005589 More cleanups for MachineOperand: by Chris Lattner · 18 years ago
  7. 5c46378 Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm by Chris Lattner · 18 years ago
  8. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. 9da02f5 Remove isReg, isImm, and isMBB, and change all their users to use by Dan Gohman · 18 years ago
  10. d771e05 isUnpredicatedTerminator should treat conditional branches as unpredicated terminator. by Evan Cheng · 18 years ago
  11. 0721084 Do not check isPredicated() on non-predicable instructions. by Evan Cheng · 18 years ago
  12. 5514bbe Add a utility routine to check for unpredicated terminator instruction. by Evan Cheng · 18 years ago
  13. 5983bdb Add missing const qualifiers. by Evan Cheng · 18 years ago
  14. c972de8 Rename a parameter. by Evan Cheng · 18 years ago
  15. 2db2202 Remove. Not needed. by Evan Cheng · 18 years ago
  16. 733b4bd Default implementation of TargetInstrInfo::getBlockSize(). by Evan Cheng · 18 years ago
  17. dcff2eb PredicateInstruction returns true if the operation was successful. by Evan Cheng · 18 years ago
  18. 973c373 Add default implementation of PredicateInstruction(). by Evan Cheng · 18 years ago
  19. 78cb08d Move findTiedToSrcOperand to TargetInstrDescriptor. by Evan Cheng · 19 years ago
  20. b5f1c22 Use MI's TargetInstrDescriptor. by Evan Cheng · 19 years ago
  21. 67fc141 Match TargetInstrInfo changes. by Evan Cheng · 19 years ago
  22. fef6400 Remove the ugly SPARCV9 TargetInstrDescriptors hack. by Evan Cheng · 19 years ago
  23. c57819d commuteInstruction should propagate kill / dead info. by Evan Cheng · 19 years ago
  24. 93cdd14 Rename by Evan Cheng · 19 years ago
  25. 1b2e60e Added getTiedToSrcOperand() to check for two-address'ness. by Evan Cheng · 19 years ago
  26. c30a555 Typo! How did we commute nodes before?! by Evan Cheng · 19 years ago
  27. 10d6341 Move some methods out of MachineInstr into MachineOperand by Chris Lattner · 20 years ago
  28. 3e55217 remove some v9 specific code by Chris Lattner · 20 years ago
  29. e73e76d Convert tabs to spaces by Misha Brukman · 21 years ago
  30. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  31. f6932b7 Finegrainify namespacification by Chris Lattner · 21 years ago
  32. fa8ab0a ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its by Brian Gaeke · 21 years ago
  33. ed01da8 Adjust to change in TII ctor arguments by Chris Lattner · 22 years ago
  34. 361c004 Make this assertion more self-explanatory. by Brian Gaeke · 22 years ago
  35. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  36. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  37. c1e4ee0 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 22 years ago
  38. b4d58d7 Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  39. 0d5644b Start renaming MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  40. 63d8375 Pass on a targetmachine by Chris Lattner · 23 years ago
  41. 8693803 Add default implementation of printing interface by Chris Lattner · 23 years ago
  42. 268d600 Move TargetInstrDescriptors to MachineInstrInfo.cpp by Chris Lattner · 23 years ago
  43. 01efae0 MachineInstrInfo doesn't need a TargetMachine by Chris Lattner · 23 years ago
  44. 910b82f Seperate code out of TargetMachine into MachineInstrInfo by Chris Lattner · 23 years ago