[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 also

[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 iostreams in the library. --- Diffs of the changes: (+26 -26) SubtargetFeature.cpp | 52 +-- 1 files

[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 sstream in Streams.h but iosfwd instead. --- Diffs of the changes: (+1 -0) SubtargetFeature.cpp |1 + 1 files changed, 1 insertion(+) Index:

[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: