This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d05c59d5f94 llvm-undname: Fix an assert-on-invalid new 79f7028ca6a llvm-undame: Fix an assert-on-invalid new c8d28c5350f llvm-undname: Fix a crash-on-invalid new 531103ab94b [X86] Autogenerate checks. NFC new 7fef98e0757 [X86] Remove dead CHECK lines for a test. NFC new 364edc291c5 [X86] Remove CustomInserter pseudos for MONITOR/MONITORX/CL [...] new 21c63d584f9 llvm-undname: Name a pair. No behavior change.
The 6 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/Demangle/MicrosoftDemangle.cpp | 15 ++- lib/Target/X86/X86ISelDAGToDAG.cpp | 55 ++++++++ lib/Target/X86/X86ISelLowering.cpp | 52 -------- lib/Target/X86/X86InstrInfo.td | 36 +++--- lib/Target/X86/X86InstrSSE.td | 17 ++- lib/Target/X86/X86ScheduleAtom.td | 2 +- test/CodeGen/X86/apm.ll | 9 +- test/CodeGen/X86/clzero.ll | 3 +- test/CodeGen/X86/mul-constant-i64.ll | 217 -------------------------------- test/CodeGen/X86/mwaitx.ll | 50 +++++--- test/CodeGen/X86/sse3-intrinsics-x86.ll | 7 +- test/Demangle/invalid-manglings.test | 10 ++ 12 files changed, 137 insertions(+), 336 deletions(-)