remove a dead APInt ctor.
[oota-llvm.git] / include / llvm / ADT / APSInt.h
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-04 Ted Kremenekconstified operator~().
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
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...