Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unit tests for the getSwappedBytes(double) fix from r237673. | Pawel Bylica | 2015-05-20 | 1 | -0/+25 |
| | | | | llvm-svn: 237795 | ||||
* | Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ↵ | Artyom Skrobov | 2014-06-14 | 1 | -0/+48 |
| | | | | | | value in place llvm-svn: 210976 | ||||
* | Renaming SwapByteOrder() to getSwappedBytes() | Artyom Skrobov | 2014-06-14 | 1 | -30/+30 |
| | | | | | | The next commit will add swapByteOrder(), acting in-place llvm-svn: 210973 | ||||
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -37/+37 |
| | | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120298 | ||||
* | reimplement SwapByteOrder.h in terms of overloading instead of | Chris Lattner | 2010-11-23 | 1 | -8/+8 |
| | | | | | | being in terms of excessively complex template logic. llvm-svn: 119992 | ||||
* | Unit Tests: Missed this error. MSVC and clang didn't complain. | Michael J. Spencer | 2010-10-11 | 1 | -4/+4 |
| | | | | llvm-svn: 116252 | ||||
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+128 |
| | | | | | | This time correctly. llvm-svn: 116247 | ||||
* | Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." | Michael J. Spencer | 2010-10-11 | 1 | -128/+0 |
| | | | | | | | | This reverts commit 116234. It compiled just fine with MSVC and clang... llvm-svn: 116242 | ||||
* | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer | 2010-10-11 | 1 | -0/+128 |
llvm-svn: 116234 |