aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/APSInt.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek2009-02-161-1/+1
* These function return 'void'. Don't have 'return' return anything.Bill Wendling2009-02-091-1/+1
* Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner2009-01-301-6/+6
* Removed trailing whitespace.Misha Brukman2009-01-091-36/+36
* Added static methods to APSInt: getMinValue and getMaxValue.Ted Kremenek2008-09-191-0/+14
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+1
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-4/+14
* Add default constructor to APSIntDaniel Dunbar2008-08-131-0/+3
* Constified operator<< in APSInt.Ted Kremenek2008-02-081-2/+2
* constified operator~().Ted Kremenek2008-02-041-1/+1
* Altered ctor for APSInt to accept an optional "isUnsigned" flag. DefaultTed Kremenek2008-01-291-1/+2
* Added additional overloaded operators for APSInt to match the operators ofTed Kremenek2008-01-241-24/+124
* Added FoldingSet style 'profiling' support for APSInt.Ted Kremenek2008-01-191-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-261-1/+1
* Updated VC++ build system.Hartmut Kaiser2007-10-171-1/+1
* default this to radix 10 like the toString(Un)Signed methods.Chris Lattner2007-08-231-1/+1
* Avoid hiding issues.Chris Lattner2007-08-231-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-231-0/+6
* Fix bug spotted by Chris.Anders Carlsson2007-08-021-4/+4
* Add extend and extOrTrunc methods that do sign or zero extension depending on...Anders Carlsson2007-08-021-0/+16
* add a helper method.Chris Lattner2007-07-151-0/+1
* add missing methods, mark stuff constChris Lattner2007-04-101-1/+9
* Add a helper class (APSInt) which can represent an APInt along with signChris Lattner2007-04-051-0/+101