Added field noResults to Instruction.
[oota-llvm.git] / lib / Target / IA64 / IA64InstrInfo.td
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...