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 ae08a22 Revert "Stop intercepting some malloc-related functions on Fr [...]
new 6ef4606 General definition for weak functions
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_allocator.cc | 10 +-
lib/asan/asan_flags.cc | 9 +-
lib/asan/asan_report.cc | 5 +-
lib/asan/asan_suppressions.cc | 12 +--
lib/asan/asan_win.cc | 12 ---
lib/asan/asan_win_dll_thunk.cc | 2 -
lib/sanitizer_common/sancov_flags.cc | 7 +-
lib/sanitizer_common/sanitizer_common.cc | 6 +-
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 33 +++----
.../sanitizer_coverage_libcdep_new.cc | 7 +-
lib/sanitizer_common/sanitizer_internal_defs.h | 38 +++++++-
lib/sanitizer_common/sanitizer_printf.cc | 12 +--
lib/sanitizer_common/sanitizer_win.cc | 11 ---
lib/sanitizer_common/sanitizer_win_defs.h | 102 +++++++++++++++++++--
lib/ubsan/ubsan_flags.cc | 18 +---
test/asan/TestCases/Windows/dll_host.cc | 1 +
16 files changed, 170 insertions(+), 115 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 48ce76b [c-index-test] Provide capability for 'c-index-test core' to [...]
new 7950021 [scan-build-py] remove not used flag
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:
tools/scan-build-py/libscanbuild/intercept.py | 14 ++------------
1 file changed, 2 insertions(+), 12 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 a424952 [DAGCombiner] Use unsigned for a constant vector index instea [...]
new ef43506 Add some Book-E instructions to the asm parser and printer.
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/PowerPC/PPCInstrInfo.td | 13 +++++++++++++
lib/Target/PowerPC/PPCSchedule.td | 2 ++
lib/Target/PowerPC/PPCScheduleE500mc.td | 8 ++++++++
lib/Target/PowerPC/PPCScheduleE5500.td | 10 +++++++---
test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt | 9 +++++++++
test/MC/PowerPC/ppc64-encoding-bookIII.s | 13 +++++++++++++
6 files changed, 52 insertions(+), 3 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 54791ea Modules: Fix a minor performance bug from r293393
new 48ce76b [c-index-test] Provide capability for 'c-index-test core' to [...]
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/Index/Core/index-pch.c | 13 +++++++++++
tools/c-index-test/CMakeLists.txt | 1 +
tools/c-index-test/core_main.cpp | 45 +++++++++++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
create mode 100644 test/Index/Core/index-pch.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 clang.
from 0da88cf Modules: Simplify the ModuleFile constructor; likely NFC
new 54791ea Modules: Fix a minor performance bug from r293393
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/Serialization/ModuleManager.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 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 ca2b154 [Orc][RPC] Have handleOne abandon pending responses upon chan [...]
new d22bc45 [DAGCombiner] Make sure index of EXTRACT_SUBVECTOR is a const [...]
new 1b7b2ab [DAGCombiner] Remove unnecessary check on the size of the typ [...]
new a424952 [DAGCombiner] Use unsigned for a constant vector index instea [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 26 ++++++++++++--------------
1 file changed, 12 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 llvm.
from 2535e5c [Orc][RPC] Remove redundant braces. NFC.
new ca2b154 [Orc][RPC] Have handleOne abandon pending responses upon chan [...]
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/ExecutionEngine/Orc/RPCUtils.h | 6 +++---
1 file changed, 3 insertions(+), 3 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 828b398 Add support to dump dot graph block layout after MBP
new 2535e5c [Orc][RPC] Remove redundant braces. 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:
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 4 ++--
1 file changed, 2 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 lld.
from 6f155fc Fix -Werror build.
new cfbb328 Return early from getUnresolvedSymbolOption() to simplify.
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 | 74 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 40 insertions(+), 34 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 7bf48fa [Target] Add NoSignedZerosFPMath to the TargetOptions constructor
new e5af052 Remove inclusion of SSAUpdater from several passes.
new 828b398 Add support to dump dot graph block layout after MBP
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/llvm/Analysis/BlockFrequencyInfoImpl.h | 7 +++-
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 2 +-
lib/CodeGen/BranchFolding.cpp | 2 +
lib/CodeGen/BranchFolding.h | 1 +
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 53 +++++++++++++++++++++---
lib/CodeGen/MachineBlockPlacement.cpp | 14 +++++++
lib/Transforms/Scalar/LoopInterchange.cpp | 2 +-
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 1 -
lib/Transforms/Scalar/NewGVN.cpp | 1 -
9 files changed, 72 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.