Merge System into Support.
[oota-llvm.git] / include / llvm / Target / TargetInstrDesc.h
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
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.