| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -25/+25 |
* | Add llvm::RoundUpToAlignment. | Daniel Dunbar | 2009-02-16 | 1 | -0/+12 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 1 | -2/+6 |
* | Add a NextPowerOf2 function to calculate the next power of two greater than a... | Owen Anderson | 2008-06-27 | 1 | -0/+12 |
* | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman | 2008-02-13 | 1 | -0/+32 |
* | make this 64-bit safe | Chris Lattner | 2008-01-26 | 1 | -2/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Move MinAlign to MathExtras.h. | Duncan Sands | 2007-11-09 | 1 | -0/+7 |
* | remove extraneous type qualifiers | Chris Lattner | 2007-05-03 | 1 | -4/+4 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -2/+2 |
* | Be more explicit concerning argument sizes. | Jeff Cohen | 2007-03-22 | 1 | -31/+41 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -1/+1 |
* | fix 80 col violations, mark arrays static | Chris Lattner | 2007-03-04 | 1 | -8/+12 |
* | Fix uninitialized use of variable. Remove tabs and fix identation. | Anton Korobeynikov | 2007-03-02 | 1 | -19/+19 |
* | Fix a typo. | Owen Anderson | 2007-03-02 | 1 | -1/+1 |
* | Use GCC intrinsics when available, and use smarter fallbacks when not. | Owen Anderson | 2007-03-01 | 1 | -2/+26 |
* | Use the GCC built-in for PopulationCount when it's available, and use a faster | Owen Anderson | 2007-03-01 | 1 | -11/+16 |
* | Doxgenate comments. | Chris Lattner | 2006-12-19 | 1 | -74/+84 |
* | Ignoring the upper 32 bits of a 64 bit constant is not a good thing. | Jim Laskey | 2006-12-06 | 1 | -4/+4 |
* | remove IncludeFile turds in MathExtras.h, which bloats every .o file that | Chris Lattner | 2006-08-11 | 1 | -3/+0 |
* | For PR780: | Reid Spencer | 2006-07-26 | 1 | -0/+4 |
* | Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) | Chris Lattner | 2006-07-18 | 1 | -1/+14 |
* | Whoops, missed a couple more C-style casts. | Reid Spencer | 2006-06-21 | 1 | -2/+2 |
* | Use C++ style casts instead of C-style casts to shut up compiler warnings | Reid Spencer | 2006-06-21 | 1 | -6/+18 |
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -1/+1 |
* | Fix generous source of VC++ truncation warnings. | Jeff Cohen | 2006-01-14 | 1 | -2/+2 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -0/+26 |
* | Remove prolific source of VC++ truncation warnings. | Jeff Cohen | 2005-10-07 | 1 | -1/+2 |
* | Add support for count trailing zeroes, and population count. These are | Nate Begeman | 2005-08-31 | 1 | -5/+37 |
* | include/llvm/Support/MathExtras.h | Jim Laskey | 2005-08-17 | 1 | -4/+4 |
* | Added support for converting raw bits to FP, and FP to raw bits. The intent | Jim Laskey | 2005-08-17 | 1 | -0/+44 |
* | Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-0... | Chris Lattner | 2005-08-03 | 1 | -1/+1 |
* | Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 on | Chris Lattner | 2005-08-03 | 1 | -19/+20 |
* | Fix another bug in the clz patch that caused miscompilations when !gcc4 | Chris Lattner | 2005-08-03 | 1 | -2/+2 |
* | Fix the non-gcc 4.0 paths for countleadingzeros | Chris Lattner | 2005-08-02 | 1 | -29/+35 |
* | Fix inverted conditionals | Chris Lattner | 2005-08-02 | 1 | -2/+2 |
* | Fix the non-gcc 4.0 path to compile | Chris Lattner | 2005-08-02 | 1 | -5/+7 |
* | Consolidate all of the various log2 computing functions into MathExtras.h. | Chris Lattner | 2005-08-02 | 1 | -18/+131 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
* | Add an overload | Chris Lattner | 2004-08-17 | 1 | -0/+7 |
* | Add prototypes for platform-independent wrappers for isinf(). | Brian Gaeke | 2004-07-21 | 1 | -0/+4 |
* | Provide prototypes for IsNAN() wrapper. | Brian Gaeke | 2004-06-23 | 1 | -0/+4 |
* | Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, | Brian Gaeke | 2004-02-25 | 1 | -0/+4 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
* | Don't #include <Support/*>, #include "Support/*" | Chris Lattner | 2002-10-28 | 1 | -1/+1 |