aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/MathExtras.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-131-2/+2
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-121-0/+10
* Fix PR4614: the Intel C compiler defines _GNUC__Duncan Sands2009-07-231-2/+2
* Fix the name of the function in this comment.Dan Gohman2009-05-311-2/+2
* Add an int64_t variant of abs, for host environmentsDale Johannesen2009-05-131-0/+7
* Removed trailing whitespace.Misha Brukman2009-02-201-25/+25
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-161-0/+12
* Do not use host floating point types when emittingDale Johannesen2009-01-211-2/+6
* Add a NextPowerOf2 function to calculate the next power of two greater than a...Owen Anderson2008-06-271-0/+12
* Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman2008-02-131-0/+32
* make this 64-bit safeChris Lattner2008-01-261-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-091-0/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+363