Go to file
Pete Cooper e82f3a099f Copy MachO struct to temporary to avoid unaligned load UB.
We were already copying this data to a temporary for endian swaps.  Now
we just always copy it, but still only do the endian swaps when needed.

llvm-svn: 264172
2016-03-23 18:00:10 +00:00
clang [NFC] Delete an unused function parameter from a static function 2016-03-23 17:39:51 +00:00
clang-tools-extra
compiler-rt
debuginfo-tests
libclc
libcxx
libcxxabi
libunwind
lld Copy MachO struct to temporary to avoid unaligned load UB. 2016-03-23 18:00:10 +00:00
lldb Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake). 2016-03-23 16:54:23 +00:00
llgo
llvm Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td (NFC) 2016-03-23 16:18:13 +00:00
openmp Fix Visual Studio builds 2016-03-23 16:27:25 +00:00
polly