summaryrefslogtreecommitdiff
path: root/lib/Target/Target.td
Commit message (Expand)AuthorAge
* Mark IMPLICIT_DEF as being rematerializable and cheap-as-a-move.Dan Gohman2008-09-09
* TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng2008-07-07
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Teach the DAGISelEmitter to not compute the variable_ops operandDan Gohman2008-05-31
* Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman2008-05-29
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-28
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-16
* Remove isImplicitDef TargetInstrDesc flag.Evan Cheng2008-03-15
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-11
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-10
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-10
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling2008-02-24
* Move some useful operands up into the all-targets .tdNate Begeman2008-02-14
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-31
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-10
* add a new bit.Chris Lattner2008-01-07
* remove a dead field.Chris Lattner2008-01-07
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-06
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* As per feedback, revised comments to (hopefully) make the different side effectBill Wendling2007-12-17
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-14
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-12
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Clarify the meaning of '-2' register numberAnton Korobeynikov2007-11-11
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-19
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-26
* No more noResults.Evan Cheng2007-07-21
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Remove clobbersPred.Evan Cheng2007-07-10
* Do away with ImmutablePredicateOperand.Evan Cheng2007-07-06
* Add OptionalDefOperand to stand for optionally defined result.Evan Cheng2007-07-06
* - Added zero_reg def to stand for register 0.Evan Cheng2007-07-05
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-19
* Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-19
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-13
* Added clobbersPred.Evan Cheng2007-06-06
* Added isPredicable bit to class Instruction.Evan Cheng2007-05-16
* PredicateOperand can be used as a normal operand for isel.Evan Cheng2007-05-08
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-03
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* Add sub-registers sets.Evan Cheng2007-04-20