Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materializable...
[oota-llvm.git] / lib / Target / IA64 / IA64InstrInfo.td
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-05-05 Chris Lattnerimplement anyextend from i1 -> i64
2006-11-26 Duraid Madinafix storing bools to mem and unordered FP ops
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-03-08 Duraid Madinadoo de doo
2006-02-11 Duraid Madinanow short immediates will get matched (previously const...
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Duraid Madinasome hoovering
2006-01-25 Duraid Madinaadd bundling! well not really, for now it's just stop...
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Duraid Madinafix storing bools! eek!
2006-01-19 Duraid Madinafix boolean XOR (which fixes up comparisons..)
2006-01-17 Duraid Madinause proper (82-bit) spills/fills when spilling FP regs...
2006-01-16 Duraid Madinafix division! again!! pattern isel, prepare to die.
2006-01-11 Duraid Madinathis just might work
2006-01-11 Duraid Madinaadd support for selecting bools
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-25 Duraid Madinawe don't feed our call instructions extra operands
2005-12-22 Duraid Madinaoops, back this out
2005-12-22 Duraid Madinawe need to emit the getf.d instruction in lowering...
2005-12-22 Duraid Madinaupdate tablegen files - nothing to see here
2005-12-05 Chris LattnerAdd some explicit type casts so that tblgen knows the...
2005-11-14 Duraid Madinaadd FP select. next up - divide!
2005-11-04 Duraid Madinafun with predicates! (add TRUNC i64->i1, AND i1 i1...
2005-11-03 Duraid Madinaadd pattern to load constant 0 into a predicate reg
2005-11-03 Chris LattnerFix a bug that prevented this pattern from matching
2005-11-02 Chris LattnerThis works now
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-01 Duraid Madinaso tablegen was thinking I might want to convert FPs...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-11-01 Duraid Madinaadd zeroextend predicate->integer
2005-10-31 Duraid Madinaadd FP compares and implicit register defs to the dag...
2005-10-30 Duraid Madinafix some broken comparisons, this affected the Pattern...
2005-10-29 Duraid Madinaadd some FP stuff, some mix.* stuff, and constant pool...
2005-10-29 Duraid Madinaadd shladd
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-09-14 Chris LattnerGive all operands names
2005-08-19 Chris LattnerMark some instructions as variable_ops, and PSEUDO_ALLO...
2005-05-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-04-14 Duraid Madinaprint negative 64 bit immediates as negative numbers...
2005-04-13 Duraid Madina* add the shladd instruction
2005-04-12 Chris LattnerMake sure to realize that calls use their argument...
2005-04-11 Duraid Madinaassorted fixes:
2005-04-08 Duraid Madinafix bogus division-by-power-of-2 (was wrong for negativ...
2005-04-07 Duraid Madinaadd immediate forms of add, sub, shift
2005-04-06 Duraid Madinaadd fms instruction
2005-04-04 Duraid Madinaadd implicit use op
2005-04-02 Duraid Madinaadd fnegabs op
2005-04-02 Duraid Madinaadd support FNEG and FABS
2005-03-31 Duraid Madinaadd what we need to fudge a 'floating point conditional...
2005-03-17 Duraid Madinaand so it begins...