Age | Commit message (Expand) | Author |
2011-03-05 | Provide hooks to set MI flags in MachineInstrBuilder | Anton Korobeynikov |
2010-10-12 | Initial va_arg support for x86-64. Patch by David Meyer! | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-03-13 | add builder support for mcsymbol operands. | Chris Lattner |
2010-02-26 | Further constify MDNode* references. | Dale Johannesen |
2010-02-06 | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen |
2010-01-13 | Further progration of metadata operands. The | Dale Johannesen |
2009-10-30 | Remove dead code. | Devang Patel |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-20 | A few more tabs -> spaces. | Daniel Dunbar |
2009-09-01 | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar |
2009-07-09 | add default ctor. | Chris Lattner |
2009-07-01 | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel |
2009-06-30 | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng |
2009-06-25 | just eliminate the code entirely! | Chris Lattner |
2009-06-25 | Clone target flags when copying mbb operands. | Chris Lattner |
2009-06-25 | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta |
2009-06-25 | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner |
2009-05-13 | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling |
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 |