Reformat linebreaks.
[oota-llvm.git] / include / llvm / ADT / APSInt.h
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-02-05 Duncan P. N. Exon... ADT: Add int64_t interoperability to APSInt
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
2014-06-18 Ed MasteADT: correct typo in comment
2014-03-02 Benjamin KramerGive APInt move semantics.
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-07-23 Richard TrieuAdd operator== to APSInt. This will compare the signed...
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-04 Ted Kremenekconstified operator~().
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-07-15 Chris Lattneradd a helper method.
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...