| Age | Commit message (Expand) | Author |
| 2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
| 2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-02 | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner |
| 2009-08-02 | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner |
| 2009-07-29 | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner |
| 2009-07-29 | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner |
| 2009-05-05 | Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. | Evan Cheng |
| 2009-04-09 | Fix pr3954. The register scavenger asserts for inline assembly with | Bob Wilson |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2008-01-01 | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner |
| 2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
| 2007-12-30 | More cleanups for MachineOperand: | Chris Lattner |
| 2007-12-30 | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
| 2007-07-06 | isUnpredicatedTerminator should treat conditional branches as unpredicated te... | Evan Cheng |
| 2007-07-05 | Do not check isPredicated() on non-predicable instructions. | Evan Cheng |
| 2007-06-08 | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng |
| 2007-05-29 | Add missing const qualifiers. | Evan Cheng |
| 2007-05-23 | Rename a parameter. | Evan Cheng |
| 2007-05-17 | Remove. Not needed. | Evan Cheng |
| 2007-05-16 | Default implementation of TargetInstrInfo::getBlockSize(). | Evan Cheng |
| 2007-05-16 | PredicateInstruction returns true if the operation was successful. | Evan Cheng |
| 2007-05-16 | Add default implementation of PredicateInstruction(). | Evan Cheng |
| 2006-12-08 | Move findTiedToSrcOperand to TargetInstrDescriptor. | Evan Cheng |
| 2006-12-08 | Use MI's TargetInstrDescriptor. | Evan Cheng |
| 2006-12-01 | Match TargetInstrInfo changes. | Evan Cheng |
| 2006-11-30 | Remove the ugly SPARCV9 TargetInstrDescriptors hack. | Evan Cheng |
| 2006-11-15 | commuteInstruction should propagate kill / dead info. | Evan Cheng |
| 2006-11-01 | Rename | Evan Cheng |
| 2006-11-01 | Added getTiedToSrcOperand() to check for two-address'ness. | Evan Cheng |
| 2006-05-12 | Typo! How did we commute nodes before?! | Evan Cheng |
| 2006-05-04 | Move some methods out of MachineInstr into MachineOperand | Chris Lattner |
| 2006-04-20 | remove some v9 specific code | Chris Lattner |
| 2005-04-22 | Convert tabs to spaces | Misha Brukman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-19 | Finegrainify namespacification | Chris Lattner |
| 2004-07-27 | ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its | Brian Gaeke |
| 2004-02-29 | Adjust to change in TII ctor arguments | Chris Lattner |
| 2004-01-15 | Make this assertion more self-explanatory. | Brian Gaeke |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
| 2003-06-27 | Nice tasty llc fixes. These should fix LLC for x86 for everything in | Brian Gaeke |
| 2003-01-14 | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner |
| 2003-01-13 | Start renaming MachineInstrInfo -> TargetInstrInfo | Chris Lattner |
| 2002-11-17 | Pass on a targetmachine | Chris Lattner |
| 2002-11-17 | Add default implementation of printing interface | Chris Lattner |