| Age | Commit message (Expand) | Author |
| 2009-02-18 | Factor out the code to add a MachineOperand to a MachineInstrBuilder. | Dan Gohman |
| 2009-02-13 | Remove non-DebugLoc versions of BuildMI. | Dale Johannesen |
| 2009-02-12 | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen |
| 2009-02-03 | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2008-12-03 | Extend X86's addFrameReference to add a MachineMemOperand for | Dan Gohman |
| 2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
| 2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
| 2008-08-26 | Add a MachineInstrBuilder method for adding floating-point | Dan Gohman |
| 2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
| 2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |
| 2008-03-14 | Back out r48353. Not needed. | Evan Cheng |
| 2008-03-14 | Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un... | Evan Cheng |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2007-12-30 | Shrinkify the machine operand creation method names. | Chris Lattner |
| 2007-12-30 | switch MIBuilder over to use the simplified operand addition methods. | Chris Lattner |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-11-14 | Clean up sub-register implementation by moving subReg information back to | Evan Cheng |
| 2007-07-26 | Fix 80 col violation. | Christopher Lamb |
| 2007-07-26 | Remove subreg index from MachineInstr's and also keep vregs as unsigned when ... | Christopher Lamb |
| 2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
| 2007-02-15 | Should pass isKill and isDead to addRegOperand() as well. | Evan Cheng |
| 2006-11-28 | Fix indentation. | Evan Cheng |
| 2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
| 2006-11-13 | Matches MachineInstr changes. | Evan Cheng |
| 2006-11-11 | Add methods to add implicit def use operands to a MI. | Evan Cheng |
| 2006-11-10 | Add implicit def / use operands to MachineInstr. | Evan Cheng |
| 2006-09-05 | Completely eliminate def&use operands. Now a register operand is EITHER a | Chris Lattner |
| 2006-05-04 | Remove and simplify some more machineinstr/machineoperand stuff. | Chris Lattner |
| 2006-05-04 | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner |
| 2006-05-04 | There shalt be only one "immediate" operand type! | Chris Lattner |
| 2006-05-04 | Change "value" in MachineOperand to be a GlobalValue, as that is the only | Chris Lattner |
| 2006-05-04 | Remove a bunch more SparcV9 specific stuff | Chris Lattner |
| 2006-05-04 | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner |
| 2006-04-24 | Added addJumpTableIndex | Evan Cheng |
| 2006-02-25 | Added an offset field to ConstantPoolSDNode. | Evan Cheng |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-04-11 | rename addU64Imm() to addImm64() | Duraid Madina |
| 2005-04-10 | * store immediate values as int64_t, not int. come on, we should be happy | Duraid Madina |
| 2004-11-19 | Instead of storing std::string's for ExternalSymbol references, rely on the | Chris Lattner |
| 2004-10-15 | Allow machine operands to represent global variables with offsets. This is | Chris Lattner |
| 2004-10-14 | Convert tabs to spaces | Misha Brukman |
| 2004-05-23 | Fix a typo in the head-of-file comment. | Brian Gaeke |
| 2004-04-01 | Allow converting a builder to an iterator | Chris Lattner |
| 2004-02-29 | Continue Alkis's int64_t cleanup. This makes all of the immediate related | Chris Lattner |
| 2004-02-29 | Add BuildMI variants that take a MBB::iterator | Chris Lattner |
| 2004-02-22 | Move MOTy::UseType enum into MachineOperand. This eliminates the | Alkis Evlogimenos |