Age | Commit message (Expand) | Author |
2012-06-20 | Remove 'static' from inline functions defined in header files. | Chandler Carruth |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2010-12-15 | Typo. | Rafael Espindola |
2010-12-15 | Generalize an assert. | Rafael Espindola |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | reimplement SwapByteOrder.h in terms of overloading instead of | Chris Lattner |
2010-11-03 | Factor code out of APInt to form a isUIntN helper function. | Dan Gohman |
2010-10-11 | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer |
2010-10-11 | Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." | Michael J. Spencer |
2010-10-11 | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer |
2010-08-17 | There is this new "LLVM" compiler that supports __builtin_bswap but thinks it... | Benjamin Kramer |
2010-04-06 | Avoid overflowing a signed integer which triggers undefined behaviour. | Jakob Stoklund Olesen |
2010-04-02 | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen |
2010-03-29 | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer |
2010-01-07 | Correct spelling. | Duncan Sands |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-08-28 | Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the | Daniel Dunbar |
2009-08-13 | Fix the N>=64 case in the isInt<> and isUint<> templates. | Jakob Stoklund Olesen |
2009-08-12 | Move immediate constant predicate templates from the Blackfin target to MathE... | Jakob Stoklund Olesen |
2009-07-23 | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands |
2009-05-31 | Fix the name of the function in this comment. | Dan Gohman |
2009-05-13 | Add an int64_t variant of abs, for host environments | Dale Johannesen |
2009-02-20 | Removed trailing whitespace. | Misha Brukman |
2009-02-16 | Add llvm::RoundUpToAlignment. | Daniel Dunbar |
2009-01-21 | Do not use host floating point types when emitting | Dale Johannesen |
2008-06-27 | Add a NextPowerOf2 function to calculate the next power of two greater than a... | Owen Anderson |
2008-02-13 | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman |
2008-01-26 | make this 64-bit safe | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-11-09 | Move MinAlign to MathExtras.h. | Duncan Sands |
2007-05-03 | remove extraneous type qualifiers | Chris Lattner |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-03-22 | Be more explicit concerning argument sizes. | Jeff Cohen |
2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
2007-03-04 | fix 80 col violations, mark arrays static | Chris Lattner |
2007-03-02 | Fix uninitialized use of variable. Remove tabs and fix identation. | Anton Korobeynikov |
2007-03-02 | Fix a typo. | Owen Anderson |
2007-03-01 | Use GCC intrinsics when available, and use smarter fallbacks when not. | Owen Anderson |
2007-03-01 | Use the GCC built-in for PopulationCount when it's available, and use a faster | Owen Anderson |
2006-12-19 | Doxgenate comments. | Chris Lattner |
2006-12-06 | Ignoring the upper 32 bits of a 64 bit constant is not a good thing. | Jim Laskey |
2006-08-11 | remove IncludeFile turds in MathExtras.h, which bloats every .o file that | Chris Lattner |
2006-07-26 | For PR780: | Reid Spencer |
2006-07-18 | Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) | Chris Lattner |
2006-06-21 | Whoops, missed a couple more C-style casts. | Reid Spencer |
2006-06-21 | Use C++ style casts instead of C-style casts to shut up compiler warnings | Reid Spencer |
2006-05-24 | For PR786: | Reid Spencer |
2006-01-14 | Fix generous source of VC++ truncation warnings. | Jeff Cohen |
2006-01-14 | Add bswap intrinsics as documented in the Language Reference | Nate Begeman |
2005-10-07 | Remove prolific source of VC++ truncation warnings. | Jeff Cohen |