XMM6-XMM15 are callee-saved on Win64. Patch by Nicolas Capens!
[oota-llvm.git] / lib / Target / Target.td
2008-09-09 Dan GohmanMark IMPLICIT_DEF as being rematerializable and cheap...
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-14 Nate BegemanMove some useful operands up into the all-targets .td
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-10 Chris LattnerStart inferring side effect information more aggressive...
2008-01-07 Chris Lattneradd a new bit.
2008-01-07 Chris Lattnerremove a dead field.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Bill WendlingAs per feedback, revised comments to (hopefully) make...
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-11 Anton KorobeynikovClarify the meaning of '-2' register number
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-10 Evan ChengRemove clobbersPred.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengAdd OptionalDefOperand to stand for optionally defined...
2007-07-05 Evan Cheng- Added zero_reg def to stand for register 0.
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-06 Evan ChengAdded clobbersPred.
2007-05-16 Evan ChengAdded isPredicable bit to class Instruction.
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-03 Chris Lattnerexpose HonorSignDependentRoundingFPMathOption to .td...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-04-20 Evan ChengAdd sub-registers sets.
2007-03-19 Evan ChengAdded isReMaterializable.
2007-02-27 Chris LattnerAdd calling convention info
2007-02-20 Dan GohmanFix typos in comments.
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-12 Evan ChengComment.
2006-11-15 Chris Lattneradd a new field needed by the code emitter generator.
2006-11-03 Chris Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-01 Evan ChengAdd constraints to Instruction class.
2006-10-12 Chris LattnerMove the Imp tblgen class from the X86 backend to commo...
2006-07-19 Evan ChengAdd code size to target instruction use it as the 3rd...
2006-05-18 Evan ChengAdded a Flags field to TargetOperandInfo. Currently...
2006-05-18 Evan ChengRemove CalleeSavedRegisters from class Target.
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-15 Chris LattnerImprove comment, patch provided by Vladimir Prus!
2006-05-14 Chris LattnerUpdate comment.
2006-05-01 Chris LattnerPut PHI/INLINEASM into the correct namespace.
2006-04-19 Evan ChengRenamed AddedCost to AddedComplexity.
2006-04-19 Evan ChengAllow "let AddedCost = n in" to increase pattern comple...
2006-03-24 Jim LaskeyAdd support for dwarf register numbering.
2006-03-24 Chris LattnerShuffle some includes around
2006-03-03 Chris LattnerSplit the valuetypes out of Target.td into ValueTypes.td
2006-03-01 Evan ChengNew type v2f32.
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-14 Evan ChengAdded support to specify predicates.
2005-12-04 Evan Cheng* Added instruction property hasCtrlDep for those which...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Chris Lattnerrefix typo
2005-11-29 Chris Lattnerrevert my change for the time being, which broke the...
2005-11-28 Chris Lattnerfix a typo :)
2005-11-19 Chris LattnerCapture more operand info, patch by Evan Cheng
2005-11-18 Nate BegemanAlso add the new vector value type here, for completeness.
2005-10-26 Jim LaskeyAdd attribute name and type to SubtargetFeatures.
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-19 Jim LaskeyAdded InstrSchedClass to each of the PowerPC Instructions.
2005-10-19 Jim LaskeyPush processor descriptions to the top of target and...
2005-10-10 Chris LattnerPull DAG ISel generation nodes out of the PowerPC backe...
2005-10-04 Chris LattnerAdd a forward def
2005-09-30 Chris LattnerNow that self referential classes are supported, get...
2005-08-26 Chris Lattnerspell this right
2005-08-26 Chris LattnerAdd a flag
2005-08-25 Chris Lattneradd an enum value
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
next