aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/APSInt.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-21/+52
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-10/+6
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-10/+4
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-161-6/+6
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith2012-12-201-1/+1
* Add operator== to APSInt. This will compare the signed bit before doingRichard Trieu2012-07-231-1/+20
* Move IsSameValue from clang's ASTImporter to be methods on theEric Christopher2012-07-151-0/+27
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-8/+10
* 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