This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5cd94e6 powerpc: Remove stpcpy internal clash with IFUNC
new 2314a29 Add missing hidden_def (__sigsetjmp).
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:
ChangeLog | 13 +++++++++++++
sysdeps/alpha/setjmp.S | 1 +
sysdeps/hppa/setjmp.S | 1 +
sysdeps/mips/mips64/setjmp.S | 1 +
sysdeps/mips/setjmp.S | 1 +
sysdeps/sh/sh3/setjmp.S | 1 +
sysdeps/sh/sh4/setjmp.S | 1 +
sysdeps/sparc/sparc32/setjmp.S | 1 +
sysdeps/tile/setjmp.S | 1 +
sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S | 1 +
10 files changed, 22 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 gcc.
from 1b4fb1e compiler: add slice initializers to the GC root list
new 59651ca 2016-12-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/dependency.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78279.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78279.f90
--
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 c0d2319 Factor out common parts of LVI and Float2Int into ConstantRan [...]
new ed79607 [PR29121] Don't fold if it would produce atomic vector loads [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 42 ++++++++++++++--------
test/Transforms/InstCombine/atomic.ll | 20 +++++++++++
2 files changed, 48 insertions(+), 14 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 clang.
from b3a3954 Send compiler output to /dev/null in defsym.s test.
new bef1cdf Add a space in a run line. 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:
test/CodeGenCXX/enable_if.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 llvm.
from 6f328c7 Refactored X86InterleavedAccess into a class. NFCI.
new 1162e1b [WebAssembly] Define more wasm binary encoding constants.
new e126eb1 [SLP] Fix for PR6246: vectorization for scalar ops on vector [...]
new c0d2319 Factor out common parts of LVI and Float2Int into ConstantRan [...]
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/ConstantRange.h | 15 ++
include/llvm/Support/Wasm.h | 29 ++++
lib/Analysis/LazyValueInfo.cpp | 54 +------
lib/IR/ConstantRange.cpp | 79 +++++++++
lib/Transforms/Scalar/Float2Int.cpp | 45 ++----
lib/Transforms/Vectorize/SLPVectorizer.cpp | 138 ++++++++--------
.../X86/insert-element-build-vector.ll | 176 ++++++++-------------
7 files changed, 276 insertions(+), 260 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 74ae925 [tablegen] Delete duplicates from a vector without skipping elements
new 6f328c7 Refactored X86InterleavedAccess into a class. NFCI.
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/X86InterleavedAccess.cpp | 238 +++++++++++++++++++++++---------
1 file changed, 171 insertions(+), 67 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 5f517ef * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL [...]
new 1b4fb1e compiler: add slice initializers to the GC root list
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/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 36 ++++++++++++++++++++++++++
gcc/go/gofrontend/expressions.h | 55 +++++++++++++++++++++++++++++++++++++++-
gcc/go/gofrontend/gogo.cc | 28 +++++++++++++++++---
gcc/go/gofrontend/gogo.h | 12 +++++++++
5 files changed, 128 insertions(+), 5 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 lld.
from e9ae049 Parallelize ICF to make LLD's ICF really fast.
new d0b45a2 Updates file comments and variable names.
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/ICF.cpp | 159 ++++++++++++++++++++++++++++-------------------------
ELF/InputSection.h | 2 +-
2 files changed, 85 insertions(+), 76 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 eafdc6f Fix a bug with llvm-size and the -m option with multiple file [...]
new 347847b Move most EH from MachineModuleInfo to MachineFunction
new 38026e2 Remove unused header, NFC.
new 74ae925 [tablegen] Delete duplicates from a vector without skipping elements
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/CodeGen/MachineFunction.h | 161 +++++++++++++++++
include/llvm/CodeGen/MachineModuleInfo.h | 175 ++-----------------
lib/CodeGen/Analysis.cpp | 2 +-
lib/CodeGen/AsmPrinter/ARMException.cpp | 7 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +-
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 12 +-
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 16 +-
lib/CodeGen/AsmPrinter/WinException.cpp | 19 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 17 +-
lib/CodeGen/MachineFunction.cpp | 187 ++++++++++++++++++++
lib/CodeGen/MachineModuleInfo.cpp | 204 +---------------------
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 18 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 +-
lib/CodeGen/TargetFrameLoweringImpl.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 5 +-
lib/Target/SystemZ/SystemZFrameLowering.cpp | 2 +-
lib/Target/X86/X86CallFrameOptimization.cpp | 2 +-
lib/Target/X86/X86FrameLowering.cpp | 15 +-
lib/Target/X86/X86ISelLowering.cpp | 5 +-
lib/Target/X86/X86RegisterInfo.cpp | 2 +-
lib/Target/XCore/XCoreFrameLowering.cpp | 2 +-
test/TableGen/DuplicateFieldValues.td | 84 +++++++++
utils/TableGen/CodeGenMapTable.cpp | 1 +
utils/not/not.cpp | 1 -
25 files changed, 520 insertions(+), 434 deletions(-)
create mode 100644 test/TableGen/DuplicateFieldValues.td
--
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 80218b5 [CodeGen][ARM] Make sure the value and type used to create a [...]
new b3a3954 Send compiler output to /dev/null in defsym.s test.
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:
test/Driver/defsym.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.