This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d11a7fa9a6e Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic [...] new b5079b20d2e Recommit r358211 "[X86] Use FILD/FIST to implement i64 atom [...] new 0bc1a86ddd6 [X86] Add patterns for using movss/movsd for atomic load/st [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/X86ISelLowering.cpp | 121 +++--- lib/Target/X86/X86ISelLowering.h | 12 +- lib/Target/X86/X86InstrCompiler.td | 70 +++- lib/Target/X86/X86InstrFPStack.td | 13 + test/CodeGen/X86/atomic-fp.ll | 230 ++++++------ test/CodeGen/X86/atomic-load-store-wide.ll | 58 ++- test/CodeGen/X86/atomic-mi.ll | 431 ++++++++++++---------- test/CodeGen/X86/atomic-non-integer.ll | 158 +++----- test/CodeGen/X86/misched_phys_reg_assign_order.ll | 2 +- 9 files changed, 558 insertions(+), 537 deletions(-)