This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f313ca4 [AVR] Remove the 'AVRConfig.h' header
new 9c1a0c9 [VectorUtils] Fix nasty use-after-free
new 2dc6371 Don't pass a Reloc::Model to MC.
new 1db659e Add new flag and intrinsic support for MWAITX and MONITORX in [...]
The 3 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:
include/llvm/IR/IntrinsicsX86.td | 11 ++++++
include/llvm/MC/MCObjectFileInfo.h | 8 ++---
lib/MC/MCObjectFileInfo.cpp | 40 ++++++++++++----------
lib/Object/IRObjectFile.cpp | 2 +-
lib/Support/Host.cpp | 2 ++
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 3 +-
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 2 +-
lib/Target/Mips/MipsAsmPrinter.cpp | 2 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 5 ++-
lib/Target/TargetLoweringObjectFile.cpp | 3 +-
lib/Target/X86/X86.td | 5 ++-
lib/Target/X86/X86ISelLowering.cpp | 9 +++--
lib/Target/X86/X86InstrInfo.td | 35 +++++++++++++------
lib/Target/X86/X86InstrSSE.td | 1 +
lib/Target/X86/X86Schedule.td | 2 ++
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +++
lib/Transforms/Vectorize/LoopVectorize.cpp | 4 ++-
test/CodeGen/X86/mwaitx.ll | 38 ++++++++++++++++++++
test/MC/Disassembler/X86/simple-tests.txt | 6 ++++
test/MC/Disassembler/X86/x86-32.txt | 6 ++++
test/MC/Mips/cprestore-noreorder-noat.s | 10 +++---
test/MC/Mips/cprestore-noreorder.s | 12 +++----
test/MC/Mips/cprestore-reorder.s | 12 +++----
test/MC/Mips/cprestore-warning-unused.s | 2 +-
test/MC/Mips/init-order-bug.ll | 2 +-
test/MC/Sparc/sparc-pic.s | 4 +--
tools/dsymutil/DwarfLinker.cpp | 3 +-
tools/llvm-dwp/llvm-dwp.cpp | 2 +-
tools/llvm-mc/llvm-mc.cpp | 18 ++--------
30 files changed, 167 insertions(+), 87 deletions(-)
create mode 100644 test/CodeGen/X86/mwaitx.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e14f516 Support for MSVS default calling convention options (/Gd, /Gz [...]
new a809e07c Add new intrinsic support for MONITORX and MWAITX instructions
new 61e90ae Update for llvm change.
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:
include/clang/Basic/BuiltinsX86.def | 4 ++++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 7 +++++++
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/module.modulemap | 4 ++++
lib/Headers/{xsavecintrin.h => mwaitxintrin.h} | 29 +++++++++++++-------------
lib/Headers/x86intrin.h | 4 ++++
lib/Parse/ParseStmtAsm.cpp | 4 ++--
test/CodeGen/builtins-x86.c | 7 +++++--
tools/driver/cc1as_main.cpp | 11 +++++-----
10 files changed, 48 insertions(+), 25 deletions(-)
copy lib/Headers/{xsavecintrin.h => mwaitxintrin.h} (71%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5049806 Updated Swedish translations for bfd and binutils
new 1401d2f MIPS/opcodes: Correct mixed MIPS16 and microMIPS disassembly
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:
binutils/ChangeLog | 7 ++++
binutils/testsuite/binutils-all/mips/mips.exp | 1 +
.../binutils-all/mips/mixed-mips16-micromips.d | 30 +++++++++++++++++
.../binutils-all/mips/mixed-mips16-micromips.s | 32 ++++++++++++++++++
opcodes/ChangeLog | 7 ++++
opcodes/mips-dis.c | 38 ++++++++++++----------
6 files changed, 98 insertions(+), 17 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.d
create mode 100644 binutils/testsuite/binutils-all/mips/mixed-mips16-micromips.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cb7d247 2016-05-18 Richard Biener <rguenther(a)suse.de>
new 75f2109 Set DECL_PT_UID for merged variables in IPA ICF (PR70856).
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:
gcc/ChangeLog | 6 ++++++
gcc/ipa-icf.c | 2 ++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 296bbc1 [clang-tidy] Fix a functional change from r269656.
new 1ba2168 [clang-tidy] Fix a template function false positive in misc-u [...]
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:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 16 ++++++++++++++++
test/clang-tidy/misc-unused-using-decls.cpp | 9 +++++++++
2 files changed, 25 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 40d3a00 ELF: accept and ignore --no-undefined-version for compatibility
new e91faf1 Fix typo in comment aligment should be alignment. NFC.
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:
ELF/InputFiles.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 42e5886 rx: make field type enum
new 5049806 Updated Swedish translations for bfd and binutils
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:
bfd/ChangeLog | 4 +
bfd/po/sv.po | 7306 ++++++++++++++++++++++++++++++++++++++--------------
binutils/ChangeLog | 4 +
binutils/po/sv.po | 104 +-
4 files changed, 5423 insertions(+), 1995 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e554af1 function: Factor out make_*logue_seq
new cb7d247 2016-05-18 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 4 ++++
gcc/lto-streamer.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea9e0d4 [AVR] Add missing CMake dependencies
new adac53f [X86][SSE4A] Sync with clang/test/CodeGen/sse4a-builtins.c
new d097069 [X86][SSSE3] Sync with clang/test/CodeGen/ssse3-builtins.c
new f313ca4 [AVR] Remove the 'AVRConfig.h' header
The 3 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/AVR/AVRConfig.h | 15 ---------------
lib/Target/AVR/AVRFrameLowering.h | 2 --
lib/Target/AVR/AVRISelLowering.h | 2 --
lib/Target/AVR/AVRMachineFunctionInfo.h | 2 --
lib/Target/AVR/AVRSubtarget.h | 2 --
lib/Target/AVR/AVRTargetMachine.h | 2 --
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 --
test/CodeGen/X86/sse4a-intrinsics-fast-isel.ll | 10 ++++++----
test/CodeGen/X86/ssse3-intrinsics-fast-isel.ll | 19 +++++++++++++++++++
9 files changed, 25 insertions(+), 31 deletions(-)
delete mode 100644 lib/Target/AVR/AVRConfig.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2366631 [PATCH] [mips] Restrict the creation of compact branches
new af29269 [AVR] Fix a few compile errors
new ea9e0d4 [AVR] Add missing CMake dependencies
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/AVR/AVRFrameLowering.h | 2 +-
lib/Target/AVR/AVRInstrInfo.cpp | 1 -
lib/Target/AVR/AVRTargetMachine.cpp | 6 +++---
lib/Target/AVR/CMakeLists.txt | 12 ++++++------
lib/Target/AVR/TargetInfo/CMakeLists.txt | 2 ++
5 files changed, 12 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.