Add getter methods for the extremes of a ConstantRange.
[oota-llvm.git] / lib / Support / Allocator.cpp
2007-02-23 Chris LattnerAvoid TBAA issue.
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...