This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2468c7d [mips] Fix atomic compare and swap at O0. new 3a8812c Revert "[mips] Fix atomic compare and swap at O0." new f64a815 Recommit "[mips] Fix atomic compare and swap at O0."
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/Mips/MipsExpandPseudo.cpp | 341 ++++++++++++++++++++++++++++ test/CodeGen/Mips/no-store-in-atomic-rmw.ll | 156 +++++++++++++ 2 files changed, 497 insertions(+) create mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp create mode 100644 test/CodeGen/Mips/no-store-in-atomic-rmw.ll