Go to file
Bob Wilson b3482af341 Set trunc store action to Expand for all X86 targets.
When compiling without SSE2, isTruncStoreLegal(F64, F32) would return Legal, whereas with SSE2 it would return Expand. And since the Target doesn't seem to actually handle a truncstore for double -> float, it would just output a store of a full double in the space for a float hence overwriting other bits on the stack.

Patch by Luqman Aden!

llvm-svn: 217410
2014-09-09 01:13:36 +00:00
clang Fix PCHs that import more than one module 2014-09-08 20:36:26 +00:00
clang-tools-extra Fixed a typo. 2014-09-08 15:04:35 +00:00
compiler-rt Remove extra semicolon [-Wpedantic] 2014-09-08 23:37:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Remove an unused typedef from __class_type_info::search_below_dst 2014-09-08 13:56:36 +00:00
lld [mach-o] Fix so no options causes usage message to be printed 2014-09-09 00:45:35 +00:00
lldb DataFormatters: add missing destructor implementation 2014-09-08 18:26:57 +00:00
llvm Set trunc store action to Expand for all X86 targets. 2014-09-09 01:13:36 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Added arcanist (arc) unit test support 2014-09-08 19:30:09 +00:00