aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineInstrBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-121-1/+1
* Add a MachineInstrBuilder method for adding floating-pointDan Gohman2008-08-261-0/+5
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-12/+8
* Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman2008-04-071-1/+1
* Back out r48353. Not needed.Evan Cheng2008-03-141-5/+0
* Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un...Evan Cheng2008-03-141-0/+5
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-0/+6
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-6/+0
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-311-0/+6
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-7/+7
* Shrinkify the machine operand creation method names.Chris Lattner2007-12-301-6/+6
* switch MIBuilder over to use the simplified operand addition methods.Chris Lattner2007-12-301-8/+9
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-141-2/+2
* Fix 80 col violation.Christopher Lamb2007-07-261-2/+3
* Remove subreg index from MachineInstr's and also keep vregs as unsigned when ...Christopher Lamb2007-07-261-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+147