Use vector for child storage instead of map. This will also make
[oota-llvm.git] / include / llvm / ADT / APSInt.h
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-07-15 Chris Lattneradd a helper method.
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...