This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e816e742162 [NEON] Fix combining of vldx_dup intrinsics with updating o [...] new f9df18f4ce3 [mips] Fix atomic operations at O0, v3
The 1 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/CMakeLists.txt | 1 + lib/Target/Mips/Mips.h | 1 + lib/Target/Mips/Mips64InstrInfo.td | 11 + lib/Target/Mips/MipsExpandPseudo.cpp | 702 +++ lib/Target/Mips/MipsISelLowering.cpp | 605 ++- lib/Target/Mips/MipsISelLowering.h | 12 +- lib/Target/Mips/MipsInstrInfo.td | 54 + lib/Target/Mips/MipsTargetMachine.cpp | 9 + test/CodeGen/Mips/atomic.ll | 7921 +++++++++++++++++++++++++++++++-- test/CodeGen/Mips/atomic64.ll | 1397 ++++++ test/CodeGen/Mips/atomicCmpSwapPW.ll | 122 +- test/CodeGen/Mips/micromips-atomic.ll | 25 +- 12 files changed, 10095 insertions(+), 765 deletions(-) create mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp create mode 100644 test/CodeGen/Mips/atomic64.ll