aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APSInt.h
AgeCommit message (Expand)Author
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-20Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith
2012-07-23Add operator== to APSInt. This will compare the signed bit before doingRichard Trieu
2012-07-15Move IsSameValue from clang's ASTImporter to be methods on theEric Christopher
2010-12-07PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad
2009-02-16Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek
2009-02-09These function return 'void'. Don't have 'return' return anything.Bill Wendling
2009-01-30Fix a bug in getMaxValue/getMinValue to pass the right signedness theChris Lattner
2009-01-09Removed trailing whitespace.Misha Brukman
2008-09-19Added static methods to APSInt: getMinValue and getMaxValue.Ted Kremenek
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-08-17Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner
2008-08-13Add default constructor to APSIntDaniel Dunbar
2008-02-08Constified operator<< in APSInt.Ted Kremenek
2008-02-04constified operator~().Ted Kremenek
2008-01-29Altered ctor for APSInt to accept an optional "isUnsigned" flag. DefaultTed Kremenek
2008-01-24Added additional overloaded operators for APSInt to match the operators ofTed Kremenek
2008-01-19Added FoldingSet style 'profiling' support for APSInt.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-26Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-08-23default this to radix 10 like the toString(Un)Signed methods.Chris Lattner
2007-08-23Avoid hiding issues.Chris Lattner
2007-08-23rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner
2007-08-02Fix bug spotted by Chris.Anders Carlsson
2007-08-02Add extend and extOrTrunc methods that do sign or zero extension depending on...Anders Carlsson
2007-07-15add a helper method.Chris Lattner
2007-04-10add missing methods, mark stuff constChris Lattner
2007-04-05Add a helper class (APSInt) which can represent an APInt along with signChris Lattner