| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial va_arg support for x86-64. Patch by David Meyer! | Dan Gohman | 2010-10-12 | 1 | -0/+21 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | add builder support for mcsymbol operands. | Chris Lattner | 2010-03-13 | 1 | -0/+5 |
* | Further constify MDNode* references. | Dale Johannesen | 2010-02-26 | 1 | -1/+1 |
* | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen | 2010-02-06 | 1 | -1/+3 |
* | Further progration of metadata operands. The | Dale Johannesen | 2010-01-13 | 1 | -0/+6 |
* | Remove dead code. | Devang Patel | 2009-10-30 | 1 | -7/+0 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -1/+1 |
* | A few more tabs -> spaces. | Daniel Dunbar | 2009-09-20 | 1 | -3/+3 |
* | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar | 2009-09-01 | 1 | -2/+1 |
* | add default ctor. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel | 2009-07-01 | 1 | -0/+7 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -3/+8 |
* | just eliminate the code entirely! | Chris Lattner | 2009-06-25 | 1 | -28/+1 |
* | Clone target flags when copying mbb operands. | Chris Lattner | 2009-06-25 | 1 | -1/+1 |
* | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta | 2009-06-25 | 1 | -0/+2 |
* | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner | 2009-06-25 | 1 | -14/+23 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 1 | -11/+45 |
* | Factor out the code to add a MachineOperand to a MachineInstrBuilder. | Dan Gohman | 2009-02-18 | 1 | -2/+25 |
* | Remove non-DebugLoc versions of BuildMI. | Dale Johannesen | 2009-02-13 | 1 | -26/+0 |
* | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen | 2009-02-12 | 1 | -12/+0 |
* | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 2009-02-03 | 1 | -7/+52 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Extend X86's addFrameReference to add a MachineMemOperand for | Dan Gohman | 2008-12-03 | 1 | -0/+5 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -3/+4 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -1/+1 |
* | Add a MachineInstrBuilder method for adding floating-point | Dan Gohman | 2008-08-26 | 1 | -0/+5 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -12/+8 |
* | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 1 | -1/+1 |
* | Back out r48353. Not needed. | Evan Cheng | 2008-03-14 | 1 | -5/+0 |
* | Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un... | Evan Cheng | 2008-03-14 | 1 | -0/+5 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+6 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -6/+0 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -0/+6 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -7/+7 |
* | Shrinkify the machine operand creation method names. | Chris Lattner | 2007-12-30 | 1 | -6/+6 |
* | switch MIBuilder over to use the simplified operand addition methods. | Chris Lattner | 2007-12-30 | 1 | -8/+9 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Clean up sub-register implementation by moving subReg information back to | Evan Cheng | 2007-11-14 | 1 | -2/+2 |
* | Fix 80 col violation. | Christopher Lamb | 2007-07-26 | 1 | -2/+3 |
* | Remove subreg index from MachineInstr's and also keep vregs as unsigned when ... | Christopher Lamb | 2007-07-26 | 1 | -1/+1 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -1/+1 |
* | Should pass isKill and isDead to addRegOperand() as well. | Evan Cheng | 2007-02-15 | 1 | -1/+1 |
* | Fix indentation. | Evan Cheng | 2006-11-28 | 1 | -2/+2 |
* | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 2006-11-27 | 1 | -29/+21 |
* | Matches MachineInstr changes. | Evan Cheng | 2006-11-13 | 1 | -14/+15 |
* | Add methods to add implicit def use operands to a MI. | Evan Cheng | 2006-11-11 | 1 | -0/+5 |
* | Add implicit def / use operands to MachineInstr. | Evan Cheng | 2006-11-10 | 1 | -2/+3 |
* | Completely eliminate def&use operands. Now a register operand is EITHER a | Chris Lattner | 2006-09-05 | 1 | -10/+6 |
* | Remove and simplify some more machineinstr/machineoperand stuff. | Chris Lattner | 2006-05-04 | 1 | -19/+5 |