aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetInstrDesc.h
AgeCommit message (Expand)Author
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-06-27Remove RCBarriers from TargetInstrDesc.Evan Cheng
2011-06-27More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng
2011-03-15- Add "Bitcast" target instruction property for instructions which performEvan Cheng
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-09-23Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson
2010-09-23Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-08Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling
2010-08-06Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling
2010-07-30Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling
2010-06-18Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman
2010-06-08Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes
2010-06-05revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner
2010-06-05Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes
2010-03-24add a convenient TargetInstrDesc::getNumImplicitUses/Defs method.Chris Lattner
2009-12-16Add @earlyclobber TableGen constraintJim Grosbach
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-01Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng
2009-07-291. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner
2009-04-12Add new TargetInstrDesc::hasImplicitUseOfPhysReg andChris Lattner
2009-04-09Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson
2009-02-05Clarify comments.Evan Cheng
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-22Clarify a comment.Dan Gohman
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-12-03Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman
2008-10-17Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng
2008-05-28Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling
2008-04-09Fix some minor errors in comments.Dan Gohman
2008-03-15Remove isImplicitDef TargetInstrDesc flag.Evan Cheng
2008-02-22Remove an invalid assertion now that there are implicit virtual register oper...Evan Cheng
2008-01-10Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner
2008-01-08add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner
2008-01-07split TargetInstrDesc out into its own header file.Chris Lattner