aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetInstrDesc.h
Commit message (Expand)AuthorAgeFilesLines
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-4/+4
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-011-1/+23
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-291-3/+18
* Add new TargetInstrDesc::hasImplicitUseOfPhysReg andChris Lattner2009-04-121-0/+18
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-091-4/+0
* Clarify comments.Evan Cheng2009-02-051-3/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* Clarify a comment.Dan Gohman2008-12-221-1/+2
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-4/+4
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-031-5/+8
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-171-5/+19
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-281-1/+11
* Fix some minor errors in comments.Dan Gohman2008-04-091-3/+3
* Remove isImplicitDef TargetInstrDesc flag.Evan Cheng2008-03-151-8/+0
* Remove an invalid assertion now that there are implicit virtual register oper...Evan Cheng2008-02-221-2/+0
* Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner2008-01-101-30/+13
* add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner2008-01-081-2/+9
* split TargetInstrDesc out into its own header file.Chris Lattner2008-01-071-0/+414