This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e6be5e7 [LVI] NFC. Fix a typo getValueFromFromCondition -> getValueFr [...]
new 143e93e [WebAssembly] Remove a README.txt entry that is now implemented.
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/WebAssembly/README.txt | 6 ------
1 file changed, 6 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 glibc.
from 533f9be x86_64: Call finite scalar versions in vectorized log, pow, e [...]
new f690b56 malloc: Run tests without calling mallopt [BZ #19469]
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 | 7 +++++++
malloc/Makefile | 4 ++++
test-skeleton.c | 2 ++
3 files changed, 13 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 binutils-gdb.
from 89d77b8 PowerPC64 ld segfault with code in non-executable sections
new 979659d [GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta [...]
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:
gdb/gdbserver/ChangeLog | 8 ++++++++
gdb/gdbserver/thread-db.c | 9 ---------
2 files changed, 8 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 llvm.
from 90b7f56 [LV] Untangle the concepts of uniform and scalar
new 6a35fca [GlobalISel] Require isSSA in GISel passes.
new 3797d93 [CodeGen] Generalize MachineFunctionProperties::print comma h [...]
new e6be5e7 [LVI] NFC. Fix a typo getValueFromFromCondition -> getValueFr [...]
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/GlobalISel/InstructionSelect.h | 5 +++++
.../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 5 +++++
include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 5 +++++
lib/Analysis/LazyValueInfo.cpp | 20 +++++++++-----------
lib/CodeGen/MachineFunction.cpp | 9 +++++++--
5 files changed, 31 insertions(+), 13 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 compiler-rt.
from 2ed91f4 [tsan] Fix the behavior of OSAtomicTestAndClear
new 39c283c Follow-up for r277458: Update the tsan_mman_test.cc unit 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:
lib/tsan/tests/unit/tsan_mman_test.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 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 users/pmuldoon/c++compile
in repository binutils-gdb.
from 6af82b8 Fix off by one error.
new 2b12a6e Remove duplicated compile command and usage tests.
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:
gdb/testsuite/gdb.compile/compile-cplus.exp | 43 +----------------------------
1 file changed, 1 insertion(+), 42 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 0712e11 Revert rL277454
new 22973d3 [MC] Fix handling of end-of-line preprocessor comments
new 90b7f56 [LV] Untangle the concepts of uniform and scalar
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:
lib/MC/MCParser/AsmParser.cpp | 34 ++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 170 ++++++++++++++++++-----------
test/MC/ARM/preserve-comments-arm.s | 10 ++
test/Transforms/LoopVectorize/induction.ll | 45 ++++++++
4 files changed, 196 insertions(+), 63 deletions(-)
create mode 100644 test/MC/ARM/preserve-comments-arm.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 compiler-rt.
from a602a6d [tsan] Fix behavior of realloc(nullptr, 0) on Darwin
new 2ed91f4 [tsan] Fix the behavior of OSAtomicTestAndClear
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/tsan/rtl/tsan_interceptors_mac.cc | 19 +++++++++----------
test/tsan/Darwin/osatomics-bitops.mm | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 10 deletions(-)
create mode 100644 test/tsan/Darwin/osatomics-bitops.mm
--
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 release_39
in repository compiler-rt.
from 95277fb Merging r275946 and r275948:
new bb816f8 Merging r277297:
new 85cd828 Merging r277300:
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:
lib/sanitizer_common/tests/sanitizer_symbolizer_test.cc | 2 ++
test/asan/TestCases/alloca_constant_size.cc | 2 ++
2 files changed, 4 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 compiler-rt.
from 15712ac Revert "[CMake] Pass -nostdlib if supported"
new a602a6d [tsan] Fix behavior of realloc(nullptr, 0) on Darwin
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/tsan/rtl/tsan_mman.cc | 18 +++++++-----------
test/tsan/Darwin/realloc-zero.cc | 20 ++++++++++++++++++++
2 files changed, 27 insertions(+), 11 deletions(-)
create mode 100644 test/tsan/Darwin/realloc-zero.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.