This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 164bcc4 Revert "[sanitizer] Allow the sanitizer allocator to use a no [...]
new d61a344 Revert "[LSAN] Fix test swapcontext.cc on MIPS"
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/asan/asan_stack.h | 5 +----
lib/lsan/lsan.h | 8 +++-----
lib/sanitizer_common/sanitizer_stacktrace.cc | 5 +++++
lib/sanitizer_common/sanitizer_stacktrace.h | 5 -----
4 files changed, 9 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 ab25ff9 [clang][AVX512][Builtin] adding intrinsics for vf{n}madd{ss|s [...]
new 4af4f0d [Hexagon] Add definitions for circular and bit-reverse loads/stores
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/clang/Basic/BuiltinsHexagon.def | 23 ++++++++++++++++-
test/CodeGen/builtins-hexagon.c | 46 +++++++++++++++++++++++++++++++++
2 files changed, 68 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 bc2216c MachineScheduler: Move code to initialize a Candidate out of [...]
new 04d2814 PM: Port DCE to the new pass manager
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/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/DCE.h | 29 +++++++++++++++
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/DCE.cpp | 68 +++++++++++++++++++-----------------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/DCE/basic.ll | 11 ++++++
8 files changed, 81 insertions(+), 35 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/DCE.h
create mode 100644 test/Transforms/DCE/basic.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 hjl/pr67400/64-bit
in repository gcc.
discards 25074a0 Load external function address via GOT slot
adds ec1e6ec * sv.po: Update.
adds bed3961 Reuse the saved_scope structures allocated by push_to_top_level
adds 55f9c6e vrp: remove redundant has_single_use tests
adds fd3211e X86: Fix a typo in call_insn_operand
adds 394ce52 Daily bump.
adds 1701058 * config/m68k/linux-atomic.c: Do not include unistd.h
adds c08d461 2016-04-22 Richard Biener <rguenther(a)suse.de>
adds f29d86c 2016-04-22 Richard Biener <rguenther(a)suse.de>
adds 67d05b1 [PATCH 1/2] (header usage fix) remove unused system header includes
adds d637913 [PATCH 2/2] (header usage fix) include c++ headers in system.h
adds c052a8d 2016-04-22 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 76271b1 Load external function address via GOT slot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (25074a0)
\
N -- N -- N refs/heads/hjl/pr67400/64-bit (76271b1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 52 +++
gcc/DATESTAMP | 2 +-
gcc/auto-profile.c | 7 +-
gcc/c/c-objc-common.c | 2 -
gcc/config/aarch64/cortex-a57-fma-steering.c | 3 +-
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/predicates.md | 2 +-
gcc/config/sh/sh.c | 2 +-
gcc/config/sh/sh_treg_combine.cc | 7 +-
gcc/cp/ChangeLog | 9 +
gcc/cp/error.c | 2 -
gcc/cp/logic.cc | 3 +-
gcc/cp/name-lookup.c | 25 +-
gcc/diagnostic.c | 2 -
gcc/fortran/error.c | 2 -
gcc/fortran/trans-common.c | 4 +-
gcc/genmatch.c | 1 -
gcc/graphite-isl-ast-to-gimple.c | 2 +-
gcc/ipa-icf-gimple.c | 1 -
gcc/ipa-icf.c | 2 +-
gcc/lto-streamer-in.c | 7 +-
gcc/lto-streamer-out.c | 6 +-
gcc/po/ChangeLog | 4 +
gcc/po/sv.po | 500 ++++++++-------------
gcc/pretty-print.c | 2 -
gcc/system.h | 12 +
gcc/testsuite/ChangeLog | 16 +
gcc/testsuite/gcc.dg/torture/pr70740.c | 38 ++
.../gcc.target/i386/{pr67400-3.c => pr67400-4.c} | 5 +-
gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 +
gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 +
gcc/testsuite/gfortran.dg/submodule_14.f08 | 2 +-
gcc/testsuite/gfortran.dg/submodule_15.f08 | 1 +
gcc/toplev.c | 2 -
gcc/tree-ssa-phiprop.c | 8 +-
gcc/tree-vrp.c | 29 +-
libgcc/ChangeLog | 4 +
libgcc/config/m68k/linux-atomic.c | 1 -
38 files changed, 422 insertions(+), 369 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70740.c
copy gcc/testsuite/gcc.target/i386/{pr67400-3.c => pr67400-4.c} (82%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.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 5011913 CodeGen: Use PLT relocations for relative references to unnam [...]
new b0a8b9c Fold compares for distinct allocations
new 45045e9 [unordered] sink unordered stores at end of blocks
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 7 ++-
.../InstCombine/InstructionCombining.cpp | 16 ++++---
test/Transforms/InstCombine/atomic.ll | 34 +++++++++++++++
test/Transforms/InstCombine/compare-unescaped.ll | 50 ++++++++++++++++++++++
4 files changed, 98 insertions(+), 9 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 test-suite.
from 3a16a9c Add new cmake caches for iOS setups
new b9b54bc cmake: Cleanup xcode_sdk cache file, set defaults for c/c++ compiler
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:
cmake/caches/util/xcode_sdk.cmake | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 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 libunwind.
from 1d0f931 unwind: remove another instance of -Wexpansion-to-defined
new 91596d3 unwind: unify some more macros
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:
src/config.h | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 0029f03 Reorganize LinkerDriver::link and add comments. NFC.
new 1c9fd50 Add a reduction of the recent bootstrap failure.
new 8786cec Add missing options that were required to crash.
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:
test/ELF/gc-merge-local-sym.s | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 test/ELF/gc-merge-local-sym.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 llvm.
from 762ad97 [mips][microMIPS] Revert commit r266861. Commit r266861 was t [...]
new 1a459df [AMDGPU] Insert nop pass: take care of outstanding feedback
new 41b3dd1 [SimplifyCFG] Simplify code review by temporarily removing th [...]
new 14f36d7 [SimplifyCFG] Add missing implications to isImpliedTrueByMatc [...]
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/IR/Instructions.cpp | 13 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 +-
lib/Target/AMDGPU/SIInsertNopsPass.cpp | 33 +-
test/CodeGen/AMDGPU/debugger_insert_nops.ll | 12 +-
.../SimplifyCFG/implied-cond-matching.ll | 1117 ++++++++++++++------
5 files changed, 856 insertions(+), 325 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 ad461d6 [mips] Fix select patterns for MIPS64
new 3211e2d Emit code16 in assembly in 16-bit mode
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/X86AsmPrinter.cpp | 6 ++++++
test/CodeGen/X86/x86-16.ll | 20 ++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 test/CodeGen/X86/x86-16.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.