[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2007-05-04 Thread Bill Wendling
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.25 -> 1.26 --- Log message: Add an "implies" field to features. This indicates that, if the current feature is set, then the features in the implied list should be set also. The opposite is also enforced: if a feature in

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2007-04-22 Thread Christopher Lamb
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.24 -> 1.25 --- Log message: Fix generation of certain scheduler itineraries. --- Diffs of the changes: (+2 -1) SubtargetEmitter.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/Tabl

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-12-12 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.23 -> 1.24 --- Log message: Ignore entries with blank names. --- Diffs of the changes: (+4 -2) SubtargetEmitter.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/utils/TableGen/Subtarge

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-12-12 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.22 -> 1.23 --- Log message: Rollback changes to take a different tack. --- Diffs of the changes: (+0 -1) SubtargetEmitter.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/utils/TableGen/SubtargetEmitter.cpp

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-12-12 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.21 -> 1.22 --- Log message: Honor the command line specification for machine type. --- Diffs of the changes: (+1 -0) SubtargetEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/Subtarge

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-11-02 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.20 -> 1.21 --- Log message: Don't write out variables that are never used. --- Diffs of the changes: (+0 -3) SubtargetEmitter.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/utils/TableGen/SubtargetEmit

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-05-24 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.18 -> 1.19 --- Log message: Don't make zero-sized static arrays --- Diffs of the changes: (+1 -1) SubtargetEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/SubtargetE

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-03-02 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.17 -> 1.18 --- Log message: remove out of date comment --- Diffs of the changes: (+1 -2) SubtargetEmitter.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/TableGen/SubtargetEmitter.

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-01-27 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.16 -> 1.17 --- Log message: Subtarget feature can now set any variable to any value --- Diffs of the changes: (+4 -3) SubtargetEmitter.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2006-01-26 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.15 -> 1.16 --- Log message: There is at least a 'noitinerary' itinerary now --- Diffs of the changes: (+1 -1) SubtargetEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGe

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp InstrInfoEmitter.cpp

2005-12-30 Thread Duraid Madina
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.14 -> 1.15 InstrInfoEmitter.cpp updated: 1.33 -> 1.34 --- Log message: almost got the HP-UX tester up.. :) --- Diffs of the changes: (+7 -7) InstrInfoEmitter.cpp |2 +- SubtargetEmitter.cpp | 12 ++--

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-11-03 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.13 -> 1.14 --- Log message: 1. Remove ranges from itinerary data. 2. Tidy up the subtarget emittined code. --- Diffs of the changes: (+11 -9) SubtargetEmitter.cpp | 20 +++- 1 files changed, 11 in

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-28 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.8 -> 1.9 --- Log message: Add some commentary. --- Diffs of the changes: (+121 -21) SubtargetEmitter.cpp | 142 +++ 1 files changed, 121 insertions(+), 21 deletions(-)

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-27 Thread Jeff Cohen
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.7 -> 1.8 --- Log message: Keep Visual Studio happy. --- Diffs of the changes: (+1 -0) SubtargetEmitter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/utils/TableGen/SubtargetEmitter.cpp diff -u llvm/utils

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-26 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.5 -> 1.6 --- Log message: Simplify. --- Diffs of the changes: (+1 -6) SubtargetEmitter.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/utils/TableGen/SubtargetEmitter.cpp diff -u llv

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp SubtargetEmitter.h

2005-10-26 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.4 -> 1.5 SubtargetEmitter.h updated: 1.2 -> 1.3 --- Log message: Give full control of subtarget features over to table generated code. --- Diffs of the changes: (+65 -15) SubtargetEmitter.cpp | 76 +

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp SubtargetEmitter.h

2005-10-25 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.3 -> 1.4 SubtargetEmitter.h updated: 1.1 -> 1.2 --- Log message: Refactored to make room for more stuff (scheduling info.) --- Diffs of the changes: (+102 -77) SubtargetEmitter.cpp | 174 +++

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.2 -> 1.3 --- Log message: Add the needed #include, emit enums with the sizes of tables, remove definitions from the LLVM namespace, since they are all static. --- Diffs of the changes: (+12 -9) SubtargetEmitter.cpp |

[llvm-commits] CVS: llvm/utils/TableGen/SubtargetEmitter.cpp

2005-10-22 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.1 -> 1.2 --- Log message: Sort the features and processor lists for the sake of search (and maintainers.) --- Diffs of the changes: (+27 -2) SubtargetEmitter.cpp | 29 +++-- 1 files changed