summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MathExtras.h
Commit message (Expand)AuthorAge
* Put back variable names because they are referenced in the documentationDmitri Gribenko2013-06-16
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24
* MathExtras: Return the result of find(First|Last)Set in the input type.Benjamin Kramer2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24
* Suppressing MSVC warnings; patch thanks to Peng Cheng!Aaron Ballman2013-02-27
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-25
* Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman2013-01-17
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-17
* Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman2013-01-16
* [Support] Include the intrisics header and check for definition properly.Michael J. Spencer2013-01-16
* [Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer2013-01-16
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Hexagon backend supportTony Linthicum2011-12-12
* Typo.Rafael Espindola2010-12-15
* Generalize an assert.Rafael Espindola2010-12-15
* Merge System into Support.Michael J. Spencer2010-11-29
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-23
* Factor code out of APInt to form a isUIntN helper function.Dan Gohman2010-11-03
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer2010-08-17
* Avoid overflowing a signed integer which triggers undefined behaviour.Jakob Stoklund Olesen2010-04-06
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Correct spelling.Duncan Sands2010-01-07
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns theDaniel Dunbar2009-08-28
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-13
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-12
* Fix PR4614: the Intel C compiler defines _GNUC__Duncan Sands2009-07-23
* Fix the name of the function in this comment.Dan Gohman2009-05-31
* Add an int64_t variant of abs, for host environmentsDale Johannesen2009-05-13
* Removed trailing whitespace.Misha Brukman2009-02-20
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-16
* Do not use host floating point types when emittingDale Johannesen2009-01-21
* Add a NextPowerOf2 function to calculate the next power of two greater than a...Owen Anderson2008-06-27
* Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman2008-02-13
* make this 64-bit safeChris Lattner2008-01-26
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-09
* remove extraneous type qualifiersChris Lattner2007-05-03
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Be more explicit concerning argument sizes.Jeff Cohen2007-03-22
* Unbreak VC++ build.Jeff Cohen2007-03-05