Age | Commit message (Expand) | Author |
2010-12-24 | whitespace | Andrew Trick |
2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-12-19 | Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> | Nick Lewycky |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-10-26 | Use instruction itinerary to determine what instructions are 'cheap'. | Evan Cheng |
2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
2010-09-15 | Spelling fix. | Bob Wilson |
2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
2010-09-09 | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng |
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 |