[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2007-06-27 Thread Bill Wendling
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.13 -> 1.14 --- Log message: Set implied features based upon the CPU's feature list. --- Diffs of the changes: (+7 -0) SubtargetFeature.cpp |7 +++ 1 files changed, 7 insertions(+) Index: llvm/lib/Target/Subtarg

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp Target.td

2007-05-04 Thread Bill Wendling
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.12 -> 1.13 Target.td updated: 1.98 -> 1.99 --- 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 als

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.11 -> 1.12 --- Log message: Don't use in Streams.h but instead. --- Diffs of the changes: (+1 -0) SubtargetFeature.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/SubtargetFeature.cpp diff -u llv

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.10 -> 1.11 --- Log message: What should be the last unnecessary s in the library. --- Diffs of the changes: (+26 -26) SubtargetFeature.cpp | 52 +-- 1 files changed, 26 i

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2006-03-24 Thread Jim Laskey
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.9 -> 1.10 --- Log message: Clean up some commentary. --- Diffs of the changes: (+1 -1) SubtargetFeature.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/SubtargetFeature.cpp diff -u

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.8 -> 1.9 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -1) SubtargetFeature.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/T

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2005-10-25 Thread Jim Laskey
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.7 -> 1.8 --- Log message: Preparation of supporting scheduling info. Need to find info based on selected CPU. --- Diffs of the changes: (+46 -21) SubtargetFeature.cpp | 67 +++-

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.6 -> 1.7 --- Log message: If a user requests help, give them help on both features and processors --- Diffs of the changes: (+41 -25) SubtargetFeature.cpp | 66 +++ 1 fil

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.5 -> 1.6 --- Log message: Improve help output. --- Diffs of the changes: (+16 -12) SubtargetFeature.cpp | 28 1 files changed, 16 insertions(+), 12 deletions(-) Index: llvm/lib/Target/Sub

[llvm-commits] CVS: llvm/lib/Target/SubtargetFeature.cpp

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.4 -> 1.5 --- Log message: Move static functions from .h file, reduce #includes, pass strings by const&, use LowercaseString from StringExtras.h, remove extraneous space from help output. --- Diffs of the changes: (+99 -45)