add a convenient TargetInstrDesc::getNumImplicitUses/Defs method.
[oota-llvm.git] / include / llvm / Target / TargetInstrDesc.h
2010-03-24 Chris Lattneradd a convenient TargetInstrDesc::getNumImplicitUses...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-02-05 Evan ChengClarify comments.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-22 Dan GohmanClarify a comment.
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-04-09 Dan GohmanFix some minor errors in comments.
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-02-22 Evan ChengRemove an invalid assertion now that there are implicit...
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-07 Chris Lattnersplit TargetInstrDesc out into its own header file.