aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetInstrDesc.h
AgeCommit message (Expand)Author
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