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