Use C++ style casts instead of C-style casts to shut up compiler warnings
[oota-llvm.git] / include / llvm / Support / PatternMatch.h
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-02-13 Chris LattnerFix typo that caused build failures for things trying...
2005-09-27 Chris LattnerMake this slightly more efficient by pushing actual...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-13 Chris LattnerAdd support for shifts
2004-08-04 Chris LattnerMinor efficiency improvements
2004-07-30 Misha BrukmanEnable compilation.
2004-07-30 Chris LattnerCheck in some useful helper routines for doing ML-style...