Fix some cases where StringRef was being passed by const reference. Remove const...
[oota-llvm.git] / include / llvm / Support / SwapByteOrder.h
2014-06-14 Artyom SkrobovAdding llvm::sys::swapByteOrder() for the common use...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2010-11-29 Michael J. SpencerMerge System into Support.