summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetInstrDesc.h
Commit message (Expand)AuthorAge
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-29
* Add new TargetInstrDesc::hasImplicitUseOfPhysReg andChris Lattner2009-04-12
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-09
* Clarify comments.Evan Cheng2009-02-05
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Clarify a comment.Dan Gohman2008-12-22
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-03
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-17
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-28
* Fix some minor errors in comments.Dan Gohman2008-04-09
* Remove isImplicitDef TargetInstrDesc flag.Evan Cheng2008-03-15
* Remove an invalid assertion now that there are implicit virtual register oper...Evan Cheng2008-02-22
* Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner2008-01-10
* add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner2008-01-08
* split TargetInstrDesc out into its own header file.Chris Lattner2008-01-07