2010-04-06 |
Jakob Stoklund Olesen | Avoid overflowing a signed integer which triggers undef... |
blob | commitdiff | raw |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Benjamin Kramer | Make isInt?? and isUint?? template specializations... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Duncan Sands | Correct spelling. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Daniel Dunbar | Add MathExtras.h OffsetToAlignment, like RoundUpToAlign... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Jakob Stoklund Olesen | Fix the N>=64 case in the isInt<> and isUint<> templates. |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Jakob Stoklund Olesen | Move immediate constant predicate templates from the... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Duncan Sands | Fix PR4614: the Intel C compiler defines _GNUC__ |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Dan Gohman | Fix the name of the function in this comment. |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Dale Johannesen | Add an int64_t variant of abs, for host environments |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Daniel Dunbar | Add llvm::RoundUpToAlignment. |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Dale Johannesen | Do not use host floating point types when emitting |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Owen Anderson | Add a NextPowerOf2 function to calculate the next power... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Dan Gohman | Add count{Leading,Trailing}Ones_{32,64} functions with... |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Chris Lattner | make this 64-bit safe |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Duncan Sands | Move MinAlign to MathExtras.h. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Chris Lattner | remove extraneous type qualifiers |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Jeff Cohen | Be more explicit concerning argument sizes. |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Chris Lattner | fix 80 col violations, mark arrays static |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Anton Korobeynikov | Fix uninitialized use of variable. Remove tabs and... |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Owen Anderson | Fix a typo. |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Owen Anderson | Use GCC intrinsics when available, and use smarter... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Owen Anderson | Use the GCC built-in for PopulationCount when it's... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Chris Lattner | Doxgenate comments. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Jim Laskey | Ignoring the upper 32 bits of a 64 bit constant is... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Chris Lattner | remove IncludeFile turds in MathExtras.h, which bloats... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Reid Spencer | For PR780: |
blob | commitdiff | raw | diff to current |
2006-07-18 |
Chris Lattner | Add functions to compute ceil(log2(N)) to match functio... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Reid Spencer | Whoops, missed a couple more C-style casts. |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Reid Spencer | Use C++ style casts instead of C-style casts to shut... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Jeff Cohen | Fix generous source of VC++ truncation warnings. |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Nate Begeman | Add bswap intrinsics as documented in the Language... |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Jeff Cohen | Remove prolific source of VC++ truncation warnings. |
blob | commitdiff | raw | diff to current |
2005-08-31 |
Nate Begeman | Add support for count trailing zeroes, and population... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Jim Laskey | include/llvm/Support/MathExtras.h |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Jim Laskey | Added support for converting raw bits to FP, and FP... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Chris Lattner | Fix an obvious bug in the Log2 stuff that broke SingleS... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Chris Lattner | Wrap comments to 80 cols, fix code sequence for CountLe... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Chris Lattner | Fix another bug in the clz patch that caused miscompila... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | Fix the non-gcc 4.0 paths for countleadingzeros |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | Fix inverted conditionals |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | Fix the non-gcc 4.0 path to compile |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Chris Lattner | Consolidate all of the various log2 computing functions... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Chris Lattner | Add an overload |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Brian Gaeke | Add prototypes for platform-independent wrappers for... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Brian Gaeke | Provide prototypes for IsNAN() wrapper. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Brian Gaeke | Cygwin defines log2 as a macro. Undef it here IFF it... |
blob | commitdiff | raw | diff to current |
2003-11-16 |
Chris Lattner | Fixes for PR114: Thanks to Reid Spencer! |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM notice. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Brian Gaeke | Regularize the names of #include-guards. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Chris Lattner | Don't #include <Support/*>, #include "Support/*" |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Chris Lattner | Fix ambiguity problem due to builtin log2(double) function |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Chris Lattner | Cleanups, rename IsPowerOf2 to isPowerOf2 |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Vikram S. Adve | Added log2 for log-base-2 and also modified IsPower2... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
blob | commitdiff | raw | diff to current |
|