[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-10-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.128 - 1.129 --- Log message: adjcallstack up/down clobbers the sp --- Diffs of the changes: (+2 -2) AlphaInstrInfo.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-10-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.126 - 1.127 --- Log message: Remove dead/redundant instructions. These are handled by ZAPNOTi --- Diffs of the changes: (+1 -6) AlphaInstrInfo.td |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-)

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td Readme.txt

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.124 - 1.125 Readme.txt updated: 1.3 - 1.4 --- Log message: catch constants more often --- Diffs of the changes: (+14 -16) AlphaInstrInfo.td | 14 ++ Readme.txt| 16 2 files

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-08-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.122 - 1.123 --- Log message: CALLSEQ_* produces chain even if that's not needed. --- Diffs of the changes: (+4 -2) AlphaInstrInfo.td |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-07-31 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.121 - 1.122 --- Log message: Remove a duplicate pattern/ --- Diffs of the changes: (+0 -3) AlphaInstrInfo.td |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-03-09 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.115 - 1.116 --- Log message: alpha and llvm have different oppinions on which arg is the sign bit --- Diffs of the changes: (+8 -10) AlphaInstrInfo.td | 18 -- 1 files changed, 8 insertions(+), 10

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-03-09 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.116 - 1.117 --- Log message: fcopysign for mixed mode --- Diffs of the changes: (+20 -1) AlphaInstrInfo.td | 21 - 1 files changed, 20 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.110 - 1.111 --- Log message: cmovle != cmovlt --- Diffs of the changes: (+1 -1) AlphaInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-19 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.102 - 1.103 --- Log message: nasty nasty patterns --- Diffs of the changes: (+8 -3) AlphaInstrInfo.td | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-16 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.101 - 1.102 --- Log message: fix short immediate loads --- Diffs of the changes: (+1 -1) AlphaInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-10 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.100 - 1.101 --- Log message: this pattern was bogus --- Diffs of the changes: (+1 -2) AlphaInstrInfo.td |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-09 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.98 - 1.99 --- Log message: proper branch not equal sequence --- Diffs of the changes: (+4 -0) AlphaInstrInfo.td |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2006-01-04 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.97 - 1.98 --- Log message: unbreak the build, these are now in TargetSelectionDAG.td --- Diffs of the changes: (+0 -3) AlphaInstrInfo.td |3 --- 1 files changed, 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-28 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.93 - 1.94 --- Log message: Fix up immediate handling --- Diffs of the changes: (+1 -1) AlphaInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-26 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.90 - 1.91 --- Log message: Added field noResults to Instruction. Currently tblgen cannot tell which operands in the operand list are results so it assumes the first one is a result. This is bad. Ideally we would fix this

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-26 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.91 - 1.92 --- Log message: Fix alpha regressions. --- Diffs of the changes: (+1 -1) AlphaInstrInfo.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-26 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.92 - 1.93 --- Log message: Restore some happiness to the JIT --- Diffs of the changes: (+3 -2) AlphaInstrInfo.td |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-08 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.81 - 1.82 --- Log message: it helps if your conditionals are not reversed --- Diffs of the changes: (+9 -9) AlphaInstrInfo.td | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

2005-12-05 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.78 - 1.79 --- Log message: yea, it helps to have your path set right when testing --- Diffs of the changes: (+4 -2) AlphaInstrInfo.td |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: