summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/SwapByteOrderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests for the getSwappedBytes(double) fix from r237673.Pawel Bylica2015-05-201-0/+25
| | | | llvm-svn: 237795
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ↵Artyom Skrobov2014-06-141-0/+48
| | | | | | value in place llvm-svn: 210976
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-30/+30
| | | | | | The next commit will add swapByteOrder(), acting in-place llvm-svn: 210973
* Fix known typosAlp Toker2014-01-241-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. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120298
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-231-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. Spencer2010-10-111-4/+4
| | | | llvm-svn: 116252
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-111-0/+128
| | | | | | This time correctly. llvm-svn: 116247
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-111-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. Spencer2010-10-111-0/+128
llvm-svn: 116234
OpenPOWER on IntegriCloud