add new ShouldRehash method to factor out common code. Fix the dtor to not
[oota-llvm.git] / include / llvm / ADT / APInt.h
2007-02-09 Zhou ShengEliminates friend function declaration inside APInt...
2007-02-08 Zhou ShengAs Chris and Reid suggested, remove "isSigned" field...
2007-02-07 Lauro Ramos VenancioFix build error.
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-05 Zhou ShengAdd a class APInt to represent arbitrary precision...