This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0950f32a89b Expose a TargetMachine::getTargetTransformInfo function
new 7f4699ff8ff [SimplifyCFG] Avoid quadratic on a predecessors number beha [...]
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/Transforms/Utils/SimplifyCFG.cpp | 24 ++++++++++--------------
test/CodeGen/AArch64/arm64-jumptable.ll | 16 +++++++---------
test/CodeGen/ARM/avoid-cpsr-rmw.ll | 4 ++--
3 files changed, 19 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 lld.
from 8b0a6713d Use dyn_cast instead of dyn_cast_or_null.
new 4b3bda35b Detemplate createCommentSection.
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/Driver.cpp | 2 +-
ELF/InputSection.cpp | 20 +++++++++++++-------
ELF/InputSection.h | 3 +++
ELF/SyntheticSections.cpp | 19 +++----------------
ELF/SyntheticSections.h | 2 +-
5 files changed, 21 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 aoliva/testme
in repository gcc.
discards 1765fd50cff [SFN] propagate single-nondebug-stmt's side effects to encl [...]
new f03745956d8 [SFN] propagate single-nondebug-stmt's side effects to encl [...]
new e61e1522f90 [-fcompare-debug] retain insn locations when turning dbr se [...]
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 (1765fd50cff)
\
N -- N -- N refs/heads/aoliva/testme (e61e1522f90)
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 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:
gcc/reorg.c | 9 +++++++--
gcc/testsuite/gcc.dg/pr83419.c | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83419.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 a860e76b0a4 Attempt to pacify 4.8.5 with makeArrayRef
new 0950f32a89b Expose a TargetMachine::getTargetTransformInfo function
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/Target/TargetMachine.h | 18 +++++++++++++-----
lib/CodeGen/LLVMTargetMachine.cpp | 7 +++----
lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +++----
lib/Target/AArch64/AArch64TargetMachine.h | 3 +--
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 +++-----
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 2 +-
lib/Target/ARC/ARCTargetMachine.cpp | 7 +++----
lib/Target/ARC/ARCTargetMachine.h | 2 +-
lib/Target/ARM/ARMTargetMachine.cpp | 7 +++----
lib/Target/ARM/ARMTargetMachine.h | 3 +--
lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 +++----
lib/Target/Hexagon/HexagonTargetMachine.h | 2 +-
lib/Target/Lanai/LanaiTargetMachine.cpp | 7 +++----
lib/Target/Lanai/LanaiTargetMachine.h | 2 +-
lib/Target/Mips/MipsTargetMachine.cpp | 21 ++++++++++-----------
lib/Target/Mips/MipsTargetMachine.h | 2 +-
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 7 +++----
lib/Target/NVPTX/NVPTXTargetMachine.h | 2 +-
lib/Target/PowerPC/PPCTargetMachine.cpp | 7 +++----
lib/Target/PowerPC/PPCTargetMachine.h | 2 +-
lib/Target/SystemZ/SystemZTargetMachine.cpp | 7 +++----
lib/Target/SystemZ/SystemZTargetMachine.h | 2 +-
lib/Target/TargetMachine.cpp | 13 +++++++++----
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | 7 +++----
lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 3 +--
lib/Target/X86/X86TargetMachine.cpp | 7 +++----
lib/Target/X86/X86TargetMachine.h | 2 +-
lib/Target/XCore/XCoreTargetMachine.cpp | 7 +++----
lib/Target/XCore/XCoreTargetMachine.h | 2 +-
29 files changed, 84 insertions(+), 89 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 507a36b234e [orc][cmake] Check if 8 byte atomics require libatomic for [...]
new a860e76b0a4 Attempt to pacify 4.8.5 with makeArrayRef
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/Hexagon/HexagonSubtarget.h | 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 clang.
from 0752e75d9b Reverting r321223 and its follow-up commit because of failin [...]
new 5c061b7b66 [Driver] Ensure no overlap between trapping & recoverable sa [...]
new 817fbca018 [ubsan] Diagnose noreturn functions which return
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:
docs/UndefinedBehaviorSanitizer.rst | 4 +-
lib/CodeGen/CGBuiltin.cpp | 9 +---
lib/CodeGen/CGCall.cpp | 19 +++++++-
lib/CodeGen/CGExpr.cpp | 13 +++++-
lib/CodeGen/CGExprCXX.cpp | 5 ++-
lib/CodeGen/CodeGenFunction.h | 16 +++++--
lib/Driver/SanitizerArgs.cpp | 3 ++
test/CodeGen/ubsan-noreturn.c | 7 +++
test/CodeGenCXX/ubsan-unreachable.cpp | 81 +++++++++++++++++++++++++++++++++++
test/Driver/fsanitize.c | 1 +
10 files changed, 139 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/ubsan-noreturn.c
create mode 100644 test/CodeGenCXX/ubsan-unreachable.cpp
--
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 compiler-rt.
from 1d14da803 [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepF [...]
new 56efba10e [ubsan] Diagnose noreturn functions which return (compiler-rt)
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/ubsan/ubsan_handlers.cc | 2 +-
.../TestCases/Misc/Inputs/returns-unexpectedly.c | 1 +
test/ubsan/TestCases/Misc/unreachable.cpp | 25 +++++++++++++++++++---
3 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 test/ubsan/TestCases/Misc/Inputs/returns-unexpectedly.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 gcc-7-branch
in repository gcc.
from f559f254edb Daily bump.
new ed42aba3693 Daily bump.
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/DATESTAMP | 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 gcc.
from 41e37ac97b7 PR tree-optimization/83491 * tree-ssa-math-opts.c (execut [...]
new 05a66c6e653 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from cbd164a313e Daily bump.
new b469a41ee4f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.