summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/SwapByteOrderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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