Add ssize_t for VC++
[oota-llvm.git] / include / llvm / Support / ConstantRange.h
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support