This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 98ede9e Fix crashing on TargetCustom PseudoSourceValues
new c9e0a0d [X86][MMX] Match MMX fp_to_sint conversions from XMM registers
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/X86/X86ISelLowering.cpp | 17 +++++++++---
lib/Target/X86/X86InstrMMX.td | 12 ++++++++
test/CodeGen/X86/mmx-cvt.ll | 57 +++++++++++---------------------------
3 files changed, 41 insertions(+), 45 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 binutils-gdb.
from fe5f737 arc: Add prologue analysis
new 086554e Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency
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 | 9 +++++++++
bfd/elf32-cris.c | 9 +++++++--
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-cris/dso-1c.s | 2 ++
ld/testsuite/ld-cris/dso-2b.s | 2 ++
ld/testsuite/ld-cris/dso-4.s | 6 ++++++
ld/testsuite/ld-cris/pr16044.d | 43 ++++++++++++++++++++++++++++++++++++++++++
7 files changed, 75 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-cris/dso-1c.s
create mode 100644 ld/testsuite/ld-cris/dso-2b.s
create mode 100644 ld/testsuite/ld-cris/dso-4.s
create mode 100644 ld/testsuite/ld-cris/pr16044.d
--
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 99df1cd Do not set entsize for .gnu.hash.
new 0d7747a COFF: include archive name in LTO object name
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:
COFF/InputFiles.cpp | 4 +--
test/COFF/Inputs/{weak-external.ll => bar.ll} | 2 +-
test/COFF/thinlto-archives.ll | 22 +++++++++++++++
test/ELF/lto/archive-no-index.ll | 39 +++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 3 deletions(-)
copy test/COFF/Inputs/{weak-external.ll => bar.ll} (84%)
create mode 100644 test/COFF/thinlto-archives.ll
create mode 100644 test/ELF/lto/archive-no-index.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 gcc.
from 96f826d PR go/80226 * go-gcc.cc (Gcc_backend::return_statement): Ch [...]
new fe493ee 2017-03-28 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 5 +
gcc/ira.c | 10 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/i386/pr80193.c | 196 ++++++++++++++++++++++++++++++++
4 files changed, 214 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80193.c
--
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 5c57c11 [IR] Add AllowContract to FastMathFlags
new 3812900 [DAGCombiner] clean up foldAndOfSetCCs; NFCI
new 98ede9e Fix crashing on TargetCustom PseudoSourceValues
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/CodeGen/PseudoSourceValue.cpp | 5 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 152 +++++++++++++++----------------
2 files changed, 79 insertions(+), 78 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 llvm.
from d707b92 [DAGCombiner] add helper function for and-of-setcc folds; NFC
new 5c57c11 [IR] Add AllowContract to FastMathFlags
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:
docs/LangRef.rst | 4 ++++
include/llvm/IR/Instruction.h | 3 +++
include/llvm/IR/Operator.h | 22 +++++++++++++++++++++-
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.h | 4 ++++
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 2 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++
lib/IR/AsmWriter.cpp | 2 ++
lib/IR/Instruction.cpp | 5 +++++
test/Assembler/fast-math-flags.ll | 12 ++++++++++++
test/Bitcode/compatibility.ll | 2 ++
unittests/IR/IRBuilderTest.cpp | 21 ++++++++++++++++++++-
13 files changed, 79 insertions(+), 2 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 llvm.
from e4c5b69 Add support for -fno-builtin to LTO and ThinLTO to libLTO
new d707b92 [DAGCombiner] add helper function for and-of-setcc folds; 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 62 +++++++++++++++++++-------------
1 file changed, 37 insertions(+), 25 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 1b57630 OpenMP/PTX privatization in SIMD regions
new 96f826d PR go/80226 * go-gcc.cc (Gcc_backend::return_statement): Ch [...]
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/go/ChangeLog | 6 ++++++
gcc/go/go-gcc.cc | 3 ++-
2 files changed, 8 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 libcxx.
from 0b14877 Mark *pass tests as UNUSUPPORTED instead of XFAIL on old compilers
new f012f26 [libc++] Add a key function for bad_function_call
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:
include/__config | 4 ++++
include/functional | 6 ++++++
lib/CMakeLists.txt | 2 +-
src/{utility.cpp => functional.cpp} | 17 +++++++++++++----
4 files changed, 24 insertions(+), 5 deletions(-)
copy src/{utility.cpp => functional.cpp} (54%)
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e737fba tcwg-llvm-testsuite.sh: Add set -u and fix variables
new 1fb719a MakeRelease.job: Do not rely on env variables: gcc_src binuti [...]
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:
MakeRelease.job | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.