This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 53f3ded93d2 [LoopUnswitch]Fix comparison for DomTree updates.
new 8a152c54c40 [X86] Don't allow ESP/RSP to be used as an index register i [...]
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/AsmParser/X86AsmParser.cpp | 3 ++-
test/MC/X86/x86_errors.s | 8 ++++++++
2 files changed, 10 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 compiler-rt.
from 324947c49 tsan: fix deficiency in MutexReadOrWriteUnlock
new 6e647114e [ubsan] Add support for reporting diagnostics to a monitor process
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/CMakeLists.txt | 1 +
lib/ubsan/ubsan_diag.cc | 8 ++++
lib/ubsan/ubsan_diag.h | 20 ++++----
lib/ubsan/ubsan_handlers.cc | 90 +++++++++++++++++++----------------
lib/ubsan/ubsan_handlers_cxx.cc | 22 +++++----
lib/ubsan/ubsan_interface.inc | 2 +
lib/ubsan/ubsan_monitor.cc | 76 +++++++++++++++++++++++++++++
lib/ubsan/ubsan_monitor.h | 49 +++++++++++++++++++
test/ubsan/TestCases/Misc/monitor.cpp | 37 ++++++++++++++
9 files changed, 246 insertions(+), 59 deletions(-)
create mode 100644 lib/ubsan/ubsan_monitor.cc
create mode 100644 lib/ubsan/ubsan_monitor.h
create mode 100644 test/ubsan/TestCases/Misc/monitor.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 llvm.
from 18c02e94e56 [llvm-mca] Remove redundant call. NFC
new 53f3ded93d2 [LoopUnswitch]Fix comparison for DomTree updates.
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/Scalar/LoopUnswitch.cpp | 5 +++--
1 file changed, 3 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 d407e550d93 Initialize LiveRegs once in BranchFolder::mergeCommonTails
new 2191fc0b67c [X86] Add a test to show missed opportunity to generate vfnmadd
new 18c02e94e56 [llvm-mca] Remove redundant call. NFC
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/CodeGen/X86/avx2-fma-fneg-combine.ll | 28 ++++++++++++++++++++++++++++
tools/llvm-mca/DispatchStage.cpp | 2 --
2 files changed, 28 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 clang.
from 1d5bce39c1 [OpenCL] Fixed parsing of address spaces for C++.
new 6834f36620 Add const qualifier on FieldChainInfoComparator::operator()
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/StaticAnalyzer/Checkers/UninitializedObjectChecker.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 binutils-gdb.
from 8e7767e3f7 Use partial register read/writes in transfer_regset
new 6c04fd9b2f Add support for .note.gnu.property sections.
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:
elfcpp/ChangeLog | 8 +
elfcpp/elfcpp.h | 19 ++-
elfcpp/x86_64.h | 6 +
gold/ChangeLog | 28 ++++
gold/layout.cc | 175 ++++++++++++++++++++-
gold/layout.h | 22 +++
gold/object.cc | 104 ++++++++++++
gold/object.h | 4 +
gold/target.h | 24 +++
gold/testsuite/Makefile.am | 17 ++
gold/testsuite/Makefile.in | 93 ++++++-----
gold/testsuite/gnu_property_a.S | 41 +++++
gold/testsuite/gnu_property_b.S | 38 +++++
gold/testsuite/gnu_property_c.S | 44 ++++++
.../testsuite/gnu_property_main.c | 2 +-
.../{weak_as_needed.sh => gnu_property_test.sh} | 28 ++--
gold/x86_64.cc | 39 +++++
17 files changed, 640 insertions(+), 52 deletions(-)
create mode 100644 gold/testsuite/gnu_property_a.S
create mode 100644 gold/testsuite/gnu_property_b.S
create mode 100644 gold/testsuite/gnu_property_c.S
copy ld/testsuite/ld-elf/pr13195.c => gold/testsuite/gnu_property_main.c (64%)
copy gold/testsuite/{weak_as_needed.sh => gnu_property_test.sh} (57%)
--
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 6299c235bdb [llvm-mca] Introduce a sequential container of Stages
new e0f992ea7d9 [llvm-mca] Set the operand ID for implicit register reads/w [...]
new 5a40cf86395 [SLPVectorizer] Support alternate opcodes in tryToVectorizeList
new d407e550d93 Initialize LiveRegs once in BranchFolder::mergeCommonTails
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/BranchFolding.cpp | 3 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 41 +-
test/Transforms/SLPVectorizer/X86/alternate-fp.ll | 160 ++-----
test/Transforms/SLPVectorizer/X86/alternate-int.ll | 516 +++++++--------------
.../SLPVectorizer/X86/remark_not_all_parts.ll | 10 -
test/Transforms/SLPVectorizer/X86/resched.ll | 78 ++--
tools/llvm-mca/InstrBuilder.cpp | 8 +-
tools/llvm-mca/Instruction.h | 71 +--
8 files changed, 319 insertions(+), 568 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 02a658e9619 Forgot PR target/86222 in ChangeLog
new a35ffc7c7ab Improve entry/exit instrumentation for nested 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:
gcc/ChangeLog | 6 ++++++
gcc/gimplify.c | 17 ++++++++++-------
2 files changed, 16 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 llvm.
from 6c358ea8178 [SLPVectorizer] reorderAltShuffleOperands should just take [...]
new 6299c235bdb [llvm-mca] Introduce a sequential container of Stages
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/llvm-mca/Backend.cpp | 42 ++++++++++++++++++++++++------------
tools/llvm-mca/Backend.h | 47 +++++++++++------------------------------
tools/llvm-mca/DispatchStage.h | 6 ++++--
tools/llvm-mca/ExecuteStage.cpp | 5 +++--
tools/llvm-mca/ExecuteStage.h | 4 ++++
tools/llvm-mca/FetchStage.cpp | 2 +-
tools/llvm-mca/FetchStage.h | 2 +-
tools/llvm-mca/RetireStage.h | 1 +
tools/llvm-mca/Stage.h | 9 ++++----
tools/llvm-mca/llvm-mca.cpp | 42 ++++++++++++++++++++++--------------
10 files changed, 86 insertions(+), 74 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 db7edbb568 [Sema] Updated note for address spaces to print the type.
new 1d5bce39c1 [OpenCL] Fixed parsing of address spaces for C++.
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/Parse/ParseTentative.cpp | 5 +++++
test/SemaOpenCL/address-spaces.cl | 4 ++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.