[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h

2007-05-04 Thread Bill Wendling
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.10 - 1.11 --- 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/include/llvm/Target/SubtargetFeature.h

2006-12-16 Thread Bill Wendling
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.9 - 1.10 --- Log message: Added an automatic cast to std::ostream* etc. from OStream. We then can rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to

[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h TargetSubtarget.h

2006-12-12 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.7 - 1.8 TargetSubtarget.h updated: 1.2 - 1.3 --- Log message: Honor the command line specification for machine type. --- Diffs of the changes: (+8 -0) SubtargetFeature.h |3 +++ TargetSubtarget.h |5 +

[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h TargetSubtarget.h

2006-12-12 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.8 - 1.9 TargetSubtarget.h updated: 1.3 - 1.4 --- Log message: Rollback changes to take a different tack. --- Diffs of the changes: (+0 -6) SubtargetFeature.h |3 --- TargetSubtarget.h |3 --- 2 files

[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.5 - 1.6 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -4) SubtargetFeature.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Target/SubtargetFeature.h

2005-10-25 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.4 - 1.5 --- Log message: Preparation of supporting scheduling info. Need to find info based on selected CPU. --- Diffs of the changes: (+27 -9) SubtargetFeature.h | 36 +++- 1