Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / ADT / APInt.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-10-31 Rafael EspindolaAdd extra declarations of hash_value needed to build...
2012-10-26 Derek SchuffStop APInt::shl from generating llvm.trap
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-07-29 Benjamin KramerAPInt: Simplify code.
2012-07-18 Bill WendlingRemove tabs.
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2012-06-02 Benjamin KramerAdd move semantics to APInt.
2012-05-22 Nuno Lopesfix the quotient returned by sdivrem() for the case...
2012-03-14 Benjamin KramerMove APInt::operator[] inline.
2012-03-14 Benjamin KramerMove APInt::operator! inline, it's small and fuses...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2011-11-28 Benjamin KramerHandle more cases in APInt::getLowBitsSet's fast path.
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-13 Chris Lattneradd a helper method.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-04 Benjamin KramerAPInt: microoptimize a few methods.
2010-12-04 Benjamin KramerSimplify APInt::getAllOnesValue.
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-11-30 Jay FoadPR5207: Make APInt::set(), APInt::clear() and APInt...
2010-11-28 Jay FoadPR5207: remove unused methods APInt::Emit() and APInt...
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnermissed a line :(
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-08-13 Benjamin KramerUse getAllOnesValue, saves a copy and looks better.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-04-30 Jay FoadMove helper functions for optimizing division by consta...
2009-04-13 Douglas GregorAdd a static APInt::getNumWords
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-01-20 Chris Lattnereliminate use of uint32_t to improve compatibility...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-12-02 Chris LattnerFix isIntN to work with APInts > 64 bits. This method...
2008-12-01 Eli FriedmanFix bogus assertion using getSExtValue for legitimate...
2008-10-11 Chris Lattnerrandom cleanup
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-21 Chris Lattnerremove redundant include
2008-08-21 Chris LattnerFix the build with gcc 4.3 as the host, patch by Zhongx...
2008-08-21 Nick LewyckyFix build on GCC 4.3.
2008-08-20 Chris LattnerMove the fast-path (<=i64) cases of various APInt metho...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-07-10 Duncan SandsCorrect a comment.
2008-06-23 Wojciech MatyjewiczFirst step to fix PR2088. Implement routine to compute the
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-05-30 Dan GohmanFix an error in the comment for APInt::getMinSignedBits.
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-26 Bill WendlingDetabify
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-08 Dan GohmanAdd an isSignedIntN, like isIntN but for signed integer...
2008-01-19 Ted KremenekChanged argument name for 'Profile' method to potential...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-08 Chris Lattnereliminate dependency on Bitcode headers.
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-07 Ted KremenekFixed default ctor for APInt to properly initialize...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-06 Neil BoothGeneralize tcFullMultiply so that the operands can...
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-08-29 Chris LattnergetMinSignedBits needs to take into consider the sign...
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-05 Reid SpencerDocument a missing parameter.
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-03 Chris Lattnerremove useless type qualifiers
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
next